From 53949bd607d24782a18730a113993d230aa6feac Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:44:53 +0100 Subject: [PATCH] v4.13.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- pronamic-pay-mollie.php | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 864bc1a..fc584ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,27 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.13.0] - 2024-12-17 + +### Commits + +- Format phone number in E164 format. ([170252d](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/170252dbfb0412cb63eaa84f2a2eaff15c624507)) +- Added Klarna payment method for https://github.com/pronamic/wp-pronamic-pay-mollie/issues/57. ([5249c39](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/5249c39a73272ffe9fe48ede7994777c8efd3586)) +- Happy 2024. ([387a9fe](https://github.com/pronamic/wp-pronamic-pay-mollie/commit/387a9fef5204753d75cd3f10d18b70ab09db799a)) + +### Composer + +- Added `giggsey/libphonenumber-for-php-lite` `^8.13`. +- Changed `php` from `>=8.0` to `>=8.1`. +- Changed `pronamic/wp-mollie` from `^1.6` to `v1.7.0`. + Release notes: https://github.com/pronamic/wp-mollie/releases/tag/v1.7.0 +- Changed `wp-pay/core` from `^4.18` to `v4.24.0`. + Release notes: https://github.com/pronamic/wp-pay-core/releases/tag/v4.24.0 + +Full set of changes: [`4.12.0...4.13.0`][4.13.0] + +[4.13.0]: https://github.com/pronamic/wp-pronamic-pay-mollie/compare/v4.12.0...v4.13.0 + ## [4.12.0] - 2024-06-07 ### Fixed diff --git a/package.json b/package.json index 6f65cc4..547db85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mollie", - "version": "4.12.0", + "version": "4.13.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 cfef94d..5f0fb66 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.12.0 + * Version: 4.13.0 * Requires at least: 5.9 * Requires PHP: 7.4 *