diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f4dc2..8a2fe17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [4.4.2] - 2023-02-03 + +### Commits + +- Updated "Requires PHP: 7.4" plugin header. ([acbe9c5](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/acbe9c5e4bd4a342c08e054f71147d6d6cdbe15d)) + +Full set of changes: [`4.4.1...4.4.2`][4.4.2] + +[4.4.2]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.4.1...v4.4.2 + ## [4.4.1] - 2023-01-31 ### Composer diff --git a/package.json b/package.json index eb92630..d07a8a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adyen", - "version": "4.4.1", + "version": "4.4.2", "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 2c79183..ba36daa 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.1 + * Version: 4.4.2 * Requires at least: 5.9 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index e7dcd16..1cd6c59 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.1 +Stable tag: 4.4.2 Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.