From 97af7f6c758d4798c41fd48d2b02da8e34789f97 Mon Sep 17 00:00:00 2001 From: Wesley Rosa Date: Thu, 4 Apr 2024 16:09:14 -0300 Subject: [PATCH] woorelease: Product version bump update --- changelog.txt | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 4 ++-- woocommerce-gateway-stripe.php | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/changelog.txt b/changelog.txt index 6496a866d2..7f0d145514 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 8.1.1 - xxxx-xx-xx = += 8.1.1 - 2024-04-04 = * Fix - Do not hide PRB on cart and product page when there are required custom checkout fields. * Fix - Issue with subscription renewal when the `start_date` of the mandate is set in the past. diff --git a/package-lock.json b/package-lock.json index 8f34fdc082..d6ef630acf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-gateway-stripe", - "version": "8.1.0", + "version": "8.1.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 26a515dfe1..e8c2e6f283 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-stripe", "title": "WooCommerce Gateway Stripe", - "version": "8.2.0", + "version": "8.1.1", "license": "GPL-3.0", "homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/", "repository": { diff --git a/readme.txt b/readme.txt index e3d26d6e75..3a93dfa864 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, bancont Requires at least: 6.1 Tested up to: 6.4.2 Requires PHP: 7.4 -Stable tag: 8.2.0 +Stable tag: 8.1.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html Attributions: thorsten-stripe @@ -128,7 +128,7 @@ If you get stuck, you can ask for help in the Plugin Forum. == Changelog == -= 8.1.1 - xxxx-xx-xx = += 8.1.1 - 2024-04-04 = * Fix - Do not hide PRB on cart and product page when there are required custom checkout fields. * Fix - Issue with subscription renewal when the `start_date` of the mandate is set in the past. diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index 4b4a75f923..81364959bf 100644 --- a/woocommerce-gateway-stripe.php +++ b/woocommerce-gateway-stripe.php @@ -5,7 +5,7 @@ * Description: Take credit card payments on your store using Stripe. * Author: WooCommerce * Author URI: https://woocommerce.com/ - * Version: 8.2.0 + * Version: 8.1.1 * Requires Plugins: woocommerce * Requires at least: 6.1 * Tested up to: 6.5.0 @@ -22,7 +22,7 @@ /** * Required minimums and constants */ -define( 'WC_STRIPE_VERSION', '8.2.0' ); // WRCS: DEFINED_VERSION. +define( 'WC_STRIPE_VERSION', '8.1.1' ); // WRCS: DEFINED_VERSION. define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' ); define( 'WC_STRIPE_MIN_WC_VER', '7.4' ); define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '7.5' );