From a9a90f65adc7811931188cada3ffa6253cfeb84b Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:23:50 +0200 Subject: [PATCH] v4.5.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-pay-ingenico.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18d73d2..0421b88 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.5.3] - 2023-09-11 + +### Commits + +- Merge pull request #12 from pronamic/11-add-ideal-issuer-n26 ([2745635](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/274563563aa6ac0040e4573ea148a5247ca8124d)) +- Added new iDEAL issuer N26. ([48e522e](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/48e522e0316e958b134a8de2aa0b58498262a382)) + +Full set of changes: [`4.5.2...4.5.3`][4.5.3] + +[4.5.3]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.5.2...v4.5.3 + ## [4.5.2] - 2023-07-12 ### Commits diff --git a/package.json b/package.json index 092f865..c649d36 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogone", - "version": "4.5.2", + "version": "4.5.3", "description": "Ogone driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-ingenico.php b/pronamic-pay-ingenico.php index f55df6a..2251aef 100644 --- a/pronamic-pay-ingenico.php +++ b/pronamic-pay-ingenico.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-igenico/ * Description: Extend the Pronamic Pay plugin with the Igenico gateway to receive payments with Igenico through a variety of WordPress plugins. * - * Version: 4.5.2 + * Version: 4.5.3 * Requires at least: 4.7 * Requires PHP: 7.4 *