Releases: pronamic/wp-pronamic-pay-adyen
Releases · pronamic/wp-pronamic-pay-adyen
4.4.0
- Increased minimum PHP version to version
8
or higher. - Improved support for PHP
8.1
and8.2
. - Removed usage of deprecated constant
FILTER_SANITIZE_STRING
. - Added support for https://github.com/WordPress/wp-plugin-dependencies. (b8b2fd0)
- Updated manual URL to pronamicpay.com (pronamic/pronamic-pay#15). (43f1d7d)
4.3.1
4.3.0
4.2.2
- Updated version number in
readme.txt
. - Update to
wp-pay/core
version^4.4
.
4.2.0
- Updated payment methods registration.
4.0.0
Removed
⚠️ Removed the web SDK gateway, which functioned without origin key, manual migration to client key is required!⚠️ Removed support for Adyen origin key, manual migration to client key is required!⚠️ Removed support for your own Apple Pay certificate, because the benefits of using Adyen's Apple Pay certificate:- A faster way to add Apple Pay to your integration.
- There is less configuration required.
- You get access to new features.
- Apple Pay enabled by default for your Pay by Link integration, if you have one.
Changed
- Switched to Adyen web drop-in version
v5.14.0
. - Switched to Adyen Checkout API version
v68
. - The Pronamic Pay payment method is updated from the Adyen webhook notification item.
Added
- Added REST API endpoint
pronamic-pay/adyen/v1/return/<payment_id>
, to handle customers who come back after payment. - Added REST API endpoint
pronamic-pay/adyen/v1/redirect/<payment_id>
, to redirect customers in the web drop-in. - Added REST API endpoint
pronamic-pay/adyen/v1/error/<payment_id>
, to redirect errors in the web drop-in.
4.0.0-RC-2
Changed
- Improved return controller for more payment methods.
- Improved return controller security with hash.
v4.0.0-RC-1
Removed
⚠️ Removed the web SDK gateway, which functioned without origin key, manual migration to client key is required!⚠️ Removed support for Adyen origin key, manual migration to client key is required!⚠️ Removed support for your own Apple Pay certificate, because the benefits of using Adyen's Apple Pay certificate:- A faster way to add Apple Pay to your integration.
- There is less configuration required.
- You get access to new features.
- Apple Pay enabled by default for your Pay by Link integration, if you have one.
Changed
- Switched to Adyen web drop-in version
v5.14.0
. - Switched to Adyen Checkout API version
v68
. - The Pronamic Pay payment method is updated from the Adyen webhook notification item.
Added
- Added REST API endpoint
pronamic-pay/adyen/v1/return/<<payment_id>
, to handle customers who come back after payment.
3.1.1
- Updated version number in
readme.txt
.