From d6de11f551f7fbeb3bbdf7d9678495ee8f9dff96 Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Tue, 27 Feb 2024 11:10:29 -0700 Subject: [PATCH 1/3] Version bump to 4.5.1 --- package-lock.json | 4 ++-- package.json | 2 +- readme.txt | 2 +- woocommerce-square.php | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7b9b03f4..9e96d545 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-square", - "version": "4.5.0", + "version": "4.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "woocommerce-square", - "version": "4.5.0", + "version": "4.5.1", "license": "GPL-3.0-or-later", "dependencies": { "@wordpress/data": "^8.1.0", diff --git a/package.json b/package.json index 9c0dd221..5344f4c6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "url": "git://github.com/woocommerce/woocommerce-square.git" }, "title": "WooCommerce Square", - "version": "4.5.0", + "version": "4.5.1", "homepage": "https://woocommerce.com/products/woocommerce-square/", "main": "Gruntfile.js", "scripts": { diff --git a/readme.txt b/readme.txt index 9c35cfdb..a92b1c25 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, square, woocommerce, inventory sync Requires at least: 6.3 Tested up to: 6.4.0 Requires PHP: 7.4 -Stable tag: 4.5.0 +Stable tag: 4.5.1 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/woocommerce-square.php b/woocommerce-square.php index b4d554f5..75bf9dc3 100644 --- a/woocommerce-square.php +++ b/woocommerce-square.php @@ -1,7 +1,7 @@ Date: Tue, 27 Feb 2024 11:11:30 -0700 Subject: [PATCH 2/3] Update since statement --- includes/Gateway/Cash_App_Pay_Gateway.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Gateway/Cash_App_Pay_Gateway.php b/includes/Gateway/Cash_App_Pay_Gateway.php index 8520967d..090aa5d1 100644 --- a/includes/Gateway/Cash_App_Pay_Gateway.php +++ b/includes/Gateway/Cash_App_Pay_Gateway.php @@ -418,7 +418,7 @@ protected function get_method_form_fields() { /** * Initialize payment tokens handler. * - * @since x.x.x + * @since 4.5.1 */ protected function init_payment_tokens_handler() { // No payment tokens for Cash App Pay, do nothing. From 32943b2ca655757d62505f99665c09e139d23e8e Mon Sep 17 00:00:00 2001 From: Darin Kotter Date: Tue, 27 Feb 2024 11:13:14 -0700 Subject: [PATCH 3/3] Update changelog --- changelog.txt | 5 +++++ readme.txt | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/changelog.txt b/changelog.txt index 989ba34e..7c9df4e1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,10 @@ *** WooCommerce Square Changelog *** += 4.5.1 - 2024-02-27 = +* Fix - Address the repetitive creation of `wc_square_init_payment_token_migration` actions in the payment token migration process. +* Dev - Bump WooCommerce "tested up to" version 8.6. +* Dev - Bump WooCommerce minimum supported version to 8.4. + = 4.5.0 - 2024-01-31 = * Add - Support for the Cash App Pay payment method. * Dev - Added end-to-end (E2E) tests for the Cash App Pay payment method. diff --git a/readme.txt b/readme.txt index a92b1c25..42316020 100644 --- a/readme.txt +++ b/readme.txt @@ -72,6 +72,11 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o == Changelog == += 4.5.1 - 2024-02-27 = +* Fix - Address the repetitive creation of `wc_square_init_payment_token_migration` actions in the payment token migration process. +* Dev - Bump WooCommerce "tested up to" version 8.6. +* Dev - Bump WooCommerce minimum supported version to 8.4. + = 4.5.0 - 2024-01-31 = * Add - Support for the Cash App Pay payment method. * Dev - Added end-to-end (E2E) tests for the Cash App Pay payment method.