From 3f1d917c3c0c3200238ad7664a51d4e3f78c9b73 Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 6 May 2024 11:17:46 +0200 Subject: [PATCH] v4.10.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-pay-mollie.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9442f04..d08a479 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.10.3] - 2024-05-06 + +### Commits + +- Fixed mix customer ID and Mollie ID, see 5c739d2fcdc448d27e8f9246d713951a147a638c. ([e2e47fa](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/e2e47fadf1594f095e34418e87165ae665c8223f)) +- Improve exception message with insert data. ([aa1006a](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/aa1006a5de804dad8a1003fac7e24b438b080366)) + +Full set of changes: [`4.10.2...4.10.3`][4.10.3] + +[4.10.3]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.10.2...v4.10.3 + ## [4.10.2] - 2024-04-22 ### Commits diff --git a/package.json b/package.json index 8f68ea7..452f0ae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.10.2", + "version": "4.10.3", "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 62893cb..2a9af39 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.10.2 + * Version: 4.10.3 * Requires at least: 5.9 * Requires PHP: 7.4 *