diff --git a/CHANGELOG.md b/CHANGELOG.md index 22db680f..c9ca9001 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,32 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [9.9.0] - 2024-05-27 + +### Composer + +- Changed `php` from `>=8.0` to `>=8.1`. +- Changed `pronamic/wp-http` from `v1.2.2` to `v1.2.3`. + Release notes: https://github.com/pronamic/wp-http/releases/tag/v1.2.3 +- Changed `pronamic/wp-mollie` from `v1.5.1` to `v1.6.0`. + Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.6.0 +- Changed `pronamic/wp-number` from `v1.3.0` to `v1.3.1`. + Release notes: https://github.com/pronamic/wp-number/releases/tag/v1.3.1 +- Changed `woocommerce/action-scheduler` from `3.7.4` to `3.8.0`. + Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.8.0 +- Changed `wp-pay-gateways/ems-e-commerce` from `v4.3.5` to `v4.4.0`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-ems-e-commerce/releases/tag/v4.4.0 +- Changed `wp-pay-gateways/mollie` from `v4.10.3` to `v4.11.0`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/v4.11.0 +- Changed `wp-pay-gateways/omnikassa-2` from `v4.6.0` to `v4.7.1`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-rabo-smart-pay/releases/tag/v4.7.1 +- Changed `wp-pay/core` from `v4.17.0` to `v4.18.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.18.0 + +Full set of changes: [`9.8.1...9.9.0`][9.9.0] + +[9.9.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.8.1...v9.9.0 + ## [9.8.1] - 2024-05-15 ### Commits diff --git a/package.json b/package.json index 0d5882f5..1fd704e3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-pay", - "version": "9.8.1", + "version": "9.9.0", "description": "The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.", "author": { "name": "Pronamic", diff --git a/pronamic-ideal.php b/pronamic-ideal.php index 10c5380e..43b65058 100755 --- a/pronamic-ideal.php +++ b/pronamic-ideal.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay/ * Description: The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers. * - * Version: 9.8.1 + * Version: 9.9.0 * Requires at least: 5.9 * Requires PHP: 8.0 * diff --git a/readme.txt b/readme.txt index 12cb5e14..afb07786 100755 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://www.pronamic.eu/donate/?for=wp-plugin-pronamic-pay&source=w Requires at least: 5.9 Tested up to: 6.5 Requires PHP: 8.0 -Stable tag: 9.8.1 +Stable tag: 9.9.0 The Pronamic Pay plugin adds payment methods like iDEAL, Bancontact, credit card and more to your WordPress site for a variety of payment providers.