diff --git a/CHANGELOG.md b/CHANGELOG.md index 324eb98..864bc1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.12.0] - 2024-06-07 + +### Fixed + +- Improve the handling of Mollie mandate requests on the mandate detail page. ([9f23324](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/9f23324daa61972c400c9b2604e6d4c1e6e08e69)) + +Full set of changes: [`4.11.0...4.12.0`][4.12.0] + +[4.12.0]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.11.0...v4.12.0 + ## [4.11.0] - 2024-05-27 ### Commits diff --git a/package.json b/package.json index 32ca0ef..6f65cc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.11.0", + "version": "4.12.0", "description": "Mollie driver for the WordPress payment processing library.", "author": { "name": "Pronamic", diff --git a/pronamic-pay-mollie.php b/pronamic-pay-mollie.php index fd3b7b3..1e0ea14 100644 --- a/pronamic-pay-mollie.php +++ b/pronamic-pay-mollie.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-mollie/ * Description: Extend the Pronamic Pay plugin with the Mollie gateway to receive payments through a variety of WordPress plugins. * - * Version: 4.11.0 + * Version: 4.12.0 * Requires at least: 5.9 * Requires PHP: 7.4 *