All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
4.5.1 - 2024-12-17
- Added
wp-slug
. (3a15ab6)
Full set of changes: 4.5.0...4.5.1
4.5.0 - 2024-09-09
- Added plugin information to redirect transaction request. (#5)
Full set of changes: 4.4.0...4.5.0
4.4.0 - 2024-03-26
- Added
<plugin>
information to direct transaction request message. (880676c)
- Added
automattic/jetpack-autoloader
^3.0
. - Added
woocommerce/action-scheduler
^3.7
. - Changed
pronamic/wp-http
from^1.1
tov1.2.2
. Release notes: https://github.com/pronamic/wp-http/releases/tag/v1.2.2 - Changed
wp-pay/core
from^4.6
tov4.16.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.16.0
Full set of changes: 4.3.4...4.4.0
4.3.4 - 2023-10-13
- Removed unused
use Pronamic\WordPress\Pay\Core\Server
. (068672d) - No longer user
Server::get
method, will be removed. (55879af) - It is recommended not to use reserved keyword "default". (e2543fa)
- All output should be run through an escaping function. (73632a1)
- It is recommended not to use reserved keyword "class". (e14f177)
Full set of changes: 4.3.3...4.3.4
4.3.3 - 2023-06-01
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (4a66e2d) - Updated .gitattributes (a144daa)
Full set of changes: 4.3.2...4.3.3
4.3.2 - 2023-03-27
Full set of changes: 4.3.1...4.3.2
4.3.1 - 2023-01-31
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:4.3.0...4.3.1
4.3.0 - 2022-12-22
- Use
pronamic/wp-http
for remote request and SimleXML. (59882c9) - Improving PHP 8.0 support. (2f6be14)
- Added
pronamic/wp-http
^1.1
. - Changed
php
from>=5.6.20
to>=8.0
. - Changed
wp-pay/core
from^4.0
tov4.6.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.2.0 Full set of changes:4.2.0...4.3.0
4.2.0 - 2022-09-26
- Updated payment methods registration.
4.1.2 - 2022-08-15
- Fixed parsing gateways response message (pronamic/wp-pronamic-pay-multisafepay#3).
4.1.1 - 2022-05-30
- Fix possible "Warning: Invalid argument supplied for foreach()" with incomplete config.
4.1.0 - 2022-04-11
- No longer use global core mode.
- No longer catch exceptions, should be handled downstream.
- Remove gateway error usage, exception should be handled downstream.
4.0.1 - 2022-02-16
- Fixed possible error "Call to a member function get_total() on null".
4.0.0 - 2022-01-11
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Improved credit card support.
3.0.0 - 2021-08-05
- Updated to
pronamic/wp-pay-core
version3.0.0
. - Updated to
pronamic/wp-money
version2.0.0
. - Changed
TaxedMoney
toMoney
, no tax info. - Switched to
pronamic/wp-coding-standards
.
2.1.3 - 2021-04-26
- Happy 2021.
2.1.2 - 2021-01-18
- Added support for In3 payment method.
- Added partial support for Santander 'Betaal per maand' payment method.
2.1.1 - 2020-06-02
- Update setting consumer bank details.
2.1.0 - 2020-03-19
- Extend from AbstractGatewayIntegration class.
2.0.6 - 2020-02-03
- Improved error handling.
2.0.5 - 2019-12-22
- Added URL to manual in gateway settings.
- Improved error handling with exceptions.
- Updated payment status class name.
2.0.4 - 2019-08-27
- Updated packages.
2.0.3 - 2018-12-12
- Use issuer field from core gateway.
- Updated deprecated function calls.
2.0.2 - 2018-05-14
- Switched to PHP namespaces.
2.0.1 - 2017-12-12
- Added support for first and last name.
2.0.0 - 2016-11-02
1.1.4 - 2016-03-22
- Updated gateway settings.
1.1.3 - 2016-03-02
- Added get settings function.
- Moving some code the connect library.
1.1.2 - 2016-02-01
- Added an gateway settings class.
1.1.1 - 2015-03-26
- Updated to WordPress pay core library version 1.2.0.
1.1.0 - 2015-02-27
- Updated to WordPress pay core library version 1.1.0.
- First release.