From c7e7e23c279d08a767ba6ff6970c080eb0bb424e Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Tue, 27 Sep 2022 13:50:45 +0200 Subject: [PATCH] 4.2.2 --- CHANGELOG.md | 6 +++++- package.json | 2 +- pronamic-pay-adyen.php | 2 +- readme.txt | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6693402..c485e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [4.2.2] - 2022-09-27 +- Updated version number in `readme.txt`. + ## [4.2.1] - 2022-09-27 - Update to `wp-pay/core` version `^4.4`. @@ -156,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## 1.0.0 - 2019-03-28 - First release. -[unreleased]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.2.1...HEAD +[unreleased]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.2.2...HEAD +[4.2.2]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.2.1...4.2.2 [4.2.1]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.2.0...4.2.1 [4.2.0]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.1.0...4.2.0 [4.1.0]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/4.0.0...4.1.0 diff --git a/package.json b/package.json index ba64e2b..31cdf8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adyen", - "version": "4.2.1", + "version": "4.2.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 c921d27..8168b1e 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.2.1 + * Version: 4.2.2 * Requires at least: 5.9 * * Author: Pronamic diff --git a/readme.txt b/readme.txt index f279728..a558ce1 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.1.0 +Stable tag: 4.2.2 Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.