diff --git a/CHANGELOG.md b/CHANGELOG.md index 77c224e..2bdef7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [4.4.1] - 2023-01-31 +### Composer + +- Changed `php` from `>=8.0` to `>=7.4`. +Full set of changes: [`4.4.0...4.4.1`][4.4.1] + +[4.4.1]: https://github.com/pronamic/wp-pronamic-pay-ingenico/compare/v4.4.0...v4.4.1 + ## [4.4.0] - 2023-01-18 ### Commits diff --git a/package.json b/package.json index 5ec0b32..48e73a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ogone", - "version": "4.4.0", + "version": "4.4.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 19948b2..5fc2e6a 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.4.0 + * Version: 4.4.1 * Requires at least: 4.7 * Requires PHP: 8.0 *