All notable changes to this project will be documented in this file.
This projects adheres to Semantic Versioning and Keep a CHANGELOG.
4.3.5 - 2024-12-17
Full set of changes: 4.3.4...4.3.5
4.3.4 - 2024-03-26
- ncu -u (8163933)
Full set of changes: 4.3.3...4.3.4
4.3.3 - 2023-06-01
- Switch from
pronamic/wp-deployer
topronamic/pronamic-cli
. (b53a9fa) - Updated .gitattributes (60718b3)
Full set of changes: 4.3.2...4.3.3
4.3.2 - 2023-03-29
- Set Composer type to
wordpress-plugin
. (5014877) - Change refund function signature. (c2d2732)
- Updated .gitattributes (0e5fa4c)
- Requires PHP: 7.4. (3bb5d4a)
- Changed
wp-pay/core
from^4.6
tov4.9.0
. Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.9.0 Full set of changes:4.3.1...4.3.2
4.3.1 - 2023-01-31
- Added
Software
HTTP header to all remote Buckaroo requests for partnership.
- Changed
php
from>=8.0
to>=7.4
. Full set of changes:4.3.0...4.3.1
4.3.0 - 2022-12-29
- Added support for https://github.com/WordPress/wp-plugin-dependencies. (cd40f86)
- No longer use deprecated
FILTER_SANITIZE_STRING
. (1736713)
- 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 Full set of changes:4.2.2...4.3.0
4.2.2 - 2022-10-11
- Fixed possible "Warning: Invalid argument supplied for foreach()" when enriching payment methods (#7).
4.2.1 - 2022-09-27
- Update to
wp-pay/core
version^4.4
.
4.2.0 - 2022-09-26
- Updated payment methods registration.
- Updated for Sisow via Buckaroo integration (pronamic/wp-pronamic-pay-sisow#3).
4.1.0 - 2022-04-11
- No longer catch exception, should be handled downstream.
- No longer use core gateway mode.
4.0.0 - 2022-01-11
- 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 - 2021-08-18
- Fix "Fatal error: Uncaught Error: Undefined class constant 'V_PAY'".
3.0.1 - 2021-08-16
- Added support for American Express, Maestro, Mastercard, V PAY and Visa.
- Save
CustomerIBAN
andCustomerBIC
for Sofort payments.
3.0.0 - 2021-08-05
- 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.
2.2.0 - 2021-06-18
- Added initial support for refunds.
- Added WP-CLI command to retrieve the transaction status by transaction key.
- Updated integration to JSON API.
- Switched to WordPress REST API for Push URL.
2.1.2 - 2021-04-26
- Started using
pronamic/wp-http
.
2.1.1 - 2020-04-20
- Fixed HTML entities in payment description resulting in invalid signature error.
2.1.0 - 2020-03-19
- Update setting consumer bank details.
2.0.4 - 2019-12-22
- Added URL to manual in gateway settings.
- Improved error handling with exceptions.
- Updated output fields to use payment.
- Updated payment status class name.
2.0.3 - 2019-08-27
- Updated packages.
2.0.2 - 2019-03-29
- Improved Buckaroo push response handling when payment was not found.
- Added missing PHP namespace alias usage
Pronamic\WordPress\Pay\Core\Server
.
2.0.1 - 2018-12-12
- Use issuer field from core gateway.
- Updated deprecated function calls.
2.0.0 - 2018-05-09
- Switched to PHP namespaces.
1.2.9 - 2017-12-12
- Added support for PayPal payment method.
1.2.8 - 2017-05-01
- Use custom payment ID field in transaction request/response instead of invoice number.
1.2.7 - 2017-04-10
- Use
brq_push
parameter for the Buckaroo Push URL.
1.2.6 - 2016-10-20
- Fixed unable to use payment method 'All available methods'.
- Added new Bancontact constant.
- Fixed
Fatal error: Call to undefined method Pronamic_WP_Pay_Gateways_Buckaroo_Client::get_error()
.
1.2.5 - 2016-06-14
- Simplified the gateway payment start function.
1.2.4 - 2016-04-12
- Added support for iDEAL issuer.
1.2.3 - 2016-03-23
- Added product and dashboard URLs.
- Updated gateway settings and add support for 'brq_excludedservices' parameter.
- Added advanced setting for 'brq_invoicenumber' parameter.
1.2.2 - 2016-03-02
- Added get settings function.
1.2.1 - 2016-02-01
- Added an gateway settings class.
1.2.0 - 2015-11-02
- Renamed namespace prefix from 'class Pronamic_WP_Pay_Buckaroo_' to 'Pronamic_WP_Pay_Gateways_Buckaroo_'.
1.1.2 - 2015-10-14
- Fix incorrect signature due to slashes in data.
1.1.1 - 2015-03-26
- Updated WordPress pay core library to version 1.2.0.
- Return array with output fields instead of HTML.
1.1.0 - 2015-02-27
- Updated WordPress pay core library to version 1.1.0.
- Fixed issues with filter_input INPUT_SERVER (https://bugs.php.net/bug.php?id=49184).
- First release.