Releases: pronamic/wp-pronamic-pay-adyen
Releases · pronamic/wp-pronamic-pay-adyen
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-scripts
to build JS. 38e2088 4398600 - Updated to Adyen API
v71
. 21da986
Composer
- Changed
automattic/jetpack-autoloader
from^2.11
tov3.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_kses
to 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
4.4.6
4.4.5
4.4.4
Commits
- Set Composer to
wordpress-plugin
. (8b0f073) - Added Jetpack autoloader to fix #21. (53c3e9b)
- Updated .gitattributes (f78ee40)
Composer
- Added
automattic/jetpack-autoloader
^2.11
. - Changed
wp-pay/core
from^4.6
tov4.8.0
.
Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.8.0
4.4.3
4.4.2
4.4.1
Composer
- Changed
php
from>=8.0
to>=7.4
.