From ac8a199d2ef397691457ab955d746e6574992f4e Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Thu, 1 Jun 2023 11:33:52 +0200 Subject: [PATCH] v4.4.5 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- pronamic-pay-adyen.php | 2 +- readme.txt | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89f7b36..ba04c42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased][unreleased] +## [4.4.5] - 2023-06-01 + +### Commits + +- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([13471a1](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/13471a195870e8a70e6fc5bd1686539f79772bb0)) +- Added missing text domain. ([8facc90](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/8facc904a4117c6e55773be1615d7c4e32634bdc)) +- Updated .gitattributes ([b62c276](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/b62c276841c12227469de41aa985eb751c4a3faf)) +- Removed trailing slash from `.github` directory. ([0f09f3e](https://github.com/pronamic/wp-pronamic-pay-adyen/commit/0f09f3edcc5ce88cb909e40e27ace9cbc5b261bc)) + +Full set of changes: [`4.4.4...4.4.5`][4.4.5] + +[4.4.5]: https://github.com/pronamic/wp-pronamic-pay-adyen/compare/v4.4.4...v4.4.5 + ## [4.4.4] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index b3651bd..a36f732 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adyen", - "version": "4.4.4", + "version": "4.4.5", "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 e6834f1..f66153a 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.4 + * Version: 4.4.5 * Requires at least: 5.9 * Requires PHP: 7.4 * diff --git a/readme.txt b/readme.txt index 2dd6370..1e511e4 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.4 +Stable tag: 4.4.5 Extend the Pronamic Pay plugin with the Adyen gateway to receive payments with Adyen through a variety of WordPress plugins.