diff --git a/CHANGELOG.md b/CHANGELOG.md index c475e68..b6f4dc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [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-adyen/compare/v4.4.0...v4.4.1 + ## [4.4.0] - 2022-12-20 - Increased minimum PHP version to version `8` or higher. - Improved support for PHP `8.1` and `8.2`. diff --git a/package.json b/package.json index 28317e0..eb92630 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adyen", - "version": "4.4.0", + "version": "4.4.1", "description": "Adyen driver for the WordPress payment processing library.", "repository": { "type": "git", diff --git a/pronamic-pay-adyen.php b/pronamic-pay-adyen.php index 5ad0d93..488b1f8 100644 --- a/pronamic-pay-adyen.php +++ b/pronamic-pay-adyen.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-adyen/ * Description: Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins. * - * Version: 4.4.0 + * Version: 4.4.1 * Requires at least: 5.9 * Requires PHP: 8.0 * diff --git a/readme.txt b/readme.txt index 8b52d9c..e7dcd16 100644 --- a/readme.txt +++ b/readme.txt @@ -4,6 +4,6 @@ Tags: pronamic, pay, adyen, add-on Requires at least: 5.9 Tested up to: 6.0 Requires PHP: 7.4 -Stable tag: 4.4.0 +Stable tag: 4.4.1 Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.