From e42a433067e4bcedb813009ccaefe68c199ad1ec Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:50:37 +0200 Subject: [PATCH] v4.5.1 --- 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 7fb6e2e..56f3e6f 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.1] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([29818f3](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/29818f3580d3333661c06ff10e8e67c8a40b4602)) +- Updated .gitattributes ([33d6475](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/33d64750604da7c1e1d5bdc18b9ce12c115b0045)) + +Full set of changes: [`4.5.0...4.5.1`][4.5.1] + +[4.5.1]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.5.0...v4.5.1 + ## [4.5.0] - 2023-03-15 ### Commits diff --git a/package.json b/package.json index bf16895..b00da10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogone", - "version": "4.5.0", + "version": "4.5.1", "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 9a0fe5c..0c54d90 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.0 + * Version: 4.5.1 * Requires at least: 4.7 * Requires PHP: 7.4 *