diff --git a/CHANGELOG.md b/CHANGELOG.md index d02ef8f..9442f04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.10.2] - 2024-04-22 + +### Commits + +- No longer use `INSERT IGNORE INTO`, is not supported in Playground. [5c739d2](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/5c739d2fcdc448d27e8f9246d713951a147a638c) [67a2a6e](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/67a2a6e45c481c2b555bd5533ad822312554519b) + +### Composer + +- Added `automattic/jetpack-autoloader` `^3.0`. + +Full set of changes: [`4.10.1...4.10.2`][4.10.2] + +[4.10.2]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.10.1...v4.10.2 + ## [4.10.1] - 2024-03-27 ### Commits diff --git a/package.json b/package.json index 67eda24..8f68ea7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.10.1", + "version": "4.10.2", "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 73b9218..62893cb 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.1 + * Version: 4.10.2 * Requires at least: 5.9 * Requires PHP: 7.4 *