diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f63e0ab..135f1374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,31 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] +## [9.12.0] - 2024-09-10 + +### Removed + +- Removed VAT number validation from core. ([#189](https://github.com/pronamic/wp-pay-core/issues/189)) + +### Changed + +- Update subscription action links UI ([#180](https://github.com/pronamic/wp-pay-core/pull/180)) +- Always show 'Disable Recurring Payments' setting. ([#165](https://github.com/pronamic/wp-pay-core/issues/165)) +- Added plugin information to MultiSafepay redirect transaction request. ([#5](https://github.com/pronamic/wp-pronamic-pay-multisafepay/issues/5)) + +### Composer + +- Changed `automattic/jetpack-autoloader` from `v3.0.9` to `v3.1.0`. + Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.0 +- Changed `wp-pay-gateways/multisafepay` from `v4.4.0` to `v4.5.0`. + Release notes: https://github.com/pronamic/wp-pronamic-pay-multisafepay/releases/tag/v4.5.0 +- Changed `wp-pay/core` from `v4.21.1` to `v4.22.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.22.0 + +Full set of changes: [`9.11.1...9.12.0`][9.12.0] + +[9.12.0]: https://github.com/pronamic/wp-pronamic-pay/compare/v9.11.1...v9.12.0 + ## [9.11.1] - 2024-08-01 ### Fixed diff --git a/package.json b/package.json index f3560107..b68139dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pronamic-pay", - "version": "9.11.1", + "version": "9.12.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 cfe22270..66d7add6 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.11.1 + * Version: 9.12.0 * Requires at least: 5.9 * Requires PHP: 8.1 * diff --git a/readme.txt b/readme.txt index 0bc90cef..5c227c4b 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.6 Requires PHP: 8.1 -Stable tag: 9.11.1 +Stable tag: 9.12.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html