Releases: pronamic/wp-pronamic-pay-buckaroo
Releases · pronamic/wp-pronamic-pay-buckaroo
4.3.4
4.3.3
4.3.2
4.3.1
Added
- Added
Software
HTTP header to all remote Buckaroo requests for partnership.
Composer
- Changed
php
from>=8.0
to>=7.4
.
4.3.0
Commits
- Added support for https://github.com/WordPress/wp-plugin-dependencies. (cd40f86)
- No longer use deprecated
FILTER_SANITIZE_STRING
. (1736713)
Composer
- Changed
php
from>=5.6.20
to>=8.0
. - Changed
wp-pay/core
from^4.4
tov4.6.0
.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.6.0
4.2.0
- Updated payment methods registration.
- Updated for Sisow via Buckaroo integration (pronamic/wp-pronamic-pay-sisow#3).
4.0.0
Changed
Fixed
- Fix "Fatal error: Uncaught Exception: Could not JSON decode response, HTTP response: "400 Bad Request", HTTP body length: "67", JSON error: "Syntax error"." when getting issuers with invalid configuration.
3.0.2
- Fix "Fatal error: Uncaught Error: Undefined class constant 'V_PAY'".
3.0.1
- Added support for American Express, Maestro, Mastercard, V PAY and Visa.
- Save
CustomerIBAN
andCustomerBIC
for Sofort payments.
3.0.0
- Updated to
pronamic/wp-pay-core
version3.0.0
. - Updated to
pronamic/wp-money
version2.0.0
. - Switched to
pronamic/wp-coding-standards
. - Fix setting BIC as consumer bank details IBAN in status update.
- Updated hooks documentation.