Releases: pronamic/wp-pronamic-pay-adyen
Releases · pronamic/wp-pronamic-pay-adyen
3.0.0
Changed
- Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
- Make notifications only update payment status if not already completed (fixes pronamic/wp-pronamic-pay#245).
- Use Drop-in with auto submit for Swish payment method (instead of direct API integration, because of redirect to mobile app on desktop).
- Removed guessing country code with
\Locale::getRegion()
(can result in e.g.EN
as invalid country code). - Improved error handling on payment creation (pronamic/wp-pronamic-pay#278).
- Removed
pronamicPayAdyenProcessing
in favor of setting drop status toloading
. - Clarified Afterpay.
- Disable Application Passwords for routes within integration REST route namespace as it interferes with our HTTP Basic authorization permission check.
Added
- Added BLIK and MB WAY payment methods.
- Added support for TWINT payment method.
Fixed
- Move script to inside HTML body.
2.0.2
- Adyen drop-in gateway supports Klarna Pay Later payment method.
2.0.1
- No longer require PHP
intl
extensie. - Simplified exception handling.
2.0.0
- 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
. - Set additional data for Level 2/3 card payments (pronamic/wp-pronamic-pay#167).
- Added (partial) line items to additional data (pronamic/wp-pronamic-pay#167).
- Updated hooks documentation.