From e2d6c06ab8988c7a4c323eaf4529d2578dab1fb7 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 14:49:48 +0100 Subject: [PATCH] v4.7.1 --- CHANGELOG.md | 11 +++++++++++ composer.json | 3 +++ package.json | 2 +- pronamic-pay-ingenico.php | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72058c7..ee563be 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.7.1] - 2024-12-17 + +### Commits + +- Happy 2024. ([331bb05](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/331bb05907ec2611ed22249a7422941f675b1def)) +- Added `wp-slug` to Composer config. ([8198a81](https://github.com/pronamic/wp-pronamic-pay-ingenico/commit/8198a819c373ecef049e705eb3f5dd3900149079)) + +Full set of changes: [`4.7.0...4.7.1`][4.7.1] + +[4.7.1]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.7.0...v4.7.1 + ## [4.7.0] - 2024-06-03 ### Changed diff --git a/composer.json b/composer.json index fdb3f8b..ded005c 100644 --- a/composer.json +++ b/composer.json @@ -38,6 +38,9 @@ "bamarni/composer-bin-plugin": true, "automattic/jetpack-autoloader": true }, + "platform": { + "php": "8.2" + }, "wp-slug": "pronamic-pay-ingenico" }, "require": { diff --git a/package.json b/package.json index 9189ae3..ff63240 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogone", - "version": "4.7.0", + "version": "4.7.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 ee2a98e..af6e6bc 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.7.0 + * Version: 4.7.1 * Requires at least: 4.7 * Requires PHP: 7.4 *