Releases: pronamic/wp-pronamic-pay-adyen
Releases · pronamic/wp-pronamic-pay-adyen
4.9.0
Commits
- Added support for Adyen payment method Open banking / PaybyBank (7aac0fb)
- Merge pull request #40 from pronamic/core-230-payment-line-quantity-type (78e8356)
- Use
Number::is_whole_number()helper. (a5663bb) - Updated for quantity
Number(pronamic/wp-pay-core#230). (a10236e)
Composer
- Added
pronamic/wp-number^1.4.
4.8.0
What's Changed
- 15 use npm for adyenadyen web by @remcotolsma in #35
- 36 adyencheckout configuration property paymentmethodsconfiguration is not a valid adyencheckout property by @remcotolsma in #37
- Since Adyen Web v6 the
countryCodeis a mandatory configuration property by @remcotolsma in #39
Full Changelog: v4.7.0...v4.8.0
4.8.0-rc.1
What's Changed
- 15 use npm for adyenadyen web by @remcotolsma in #35
- 36 adyencheckout configuration property paymentmethodsconfiguration is not a valid adyencheckout property by @remcotolsma in #37
- Since Adyen Web v6 the
countryCodeis a mandatory configuration property by @remcotolsma in #39
Full Changelog: v4.7.0...v4.8.0-rc.1
4.7.0
4.6.1
Commits
- Allow Jetpack autoloader 3, 4 and 5. (0145d7a)
Composer
- Changed
automattic/jetpack-autoloaderfrom^3.0tov5.0.7.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.7
4.6.0
4.5.2
4.5.1
4.5.0
Changed
- The code further complies with (WordPress) coding standards.
- Improved support for PHP 8 and higher.
- Use
wp-scriptsto build JS. 38e2088 4398600 - Updated to Adyen API
v71. 21da986
Composer
- Changed
automattic/jetpack-autoloaderfrom^2.11tov3.0.2.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.0.2
Full set of changes: 4.4.8...4.5.0
4.4.7
Commits
- Use
wp_ksesto allow only element. (171d841) - No longer use
FILTER_UNSAFE_RAW, instead use a custom input callback. (d70823b) - The default sanitize function allows dobule quotes. (ac99766)
- No longer use
Server::get()function, will be removed. (6f7dda2) - Use callback, since 'description' field type support was removed. (451bb33)
Full set of changes: 4.4.6...4.4.7