diff --git a/changelog.txt b/changelog.txt index 8a868362e..f382b0d96 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** Changelog *** -= 8.8.0 - xxxx-xx-xx = += 8.8.0 - 2024-10-17 = * Fix - Update URL and path constants to support use of symlinked plugin. * Tweak - Disable ECE when cart has virtual products and tax is based on customer billing or shipping address. * Fix - Fix the usage of coupons and the total shipping amount when using the Express Checkout Element on the shortcode checkout. diff --git a/package-lock.json b/package-lock.json index 0d3a6f3f0..a8517b04a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-gateway-stripe", - "version": "8.7.0", + "version": "8.8.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 4ad4641a8..3272dff7b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "woocommerce-gateway-stripe", "title": "WooCommerce Gateway Stripe", - "version": "8.7.0", + "version": "8.8.0", "license": "GPL-3.0", "homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/", "repository": { diff --git a/readme.txt b/readme.txt index 2570bd39b..c5243bf4c 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.4 Tested up to: 6.6 Requires PHP: 7.4 -Stable tag: 8.7.0 +Stable tag: 8.8.0 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.8.0 - xxxx-xx-xx = += 8.8.0 - 2024-10-17 = * Fix - Update URL and path constants to support use of symlinked plugin. * Tweak - Disable ECE when cart has virtual products and tax is based on customer billing or shipping address. * Fix - Fix the usage of coupons and the total shipping amount when using the Express Checkout Element on the shortcode checkout. diff --git a/woocommerce-gateway-stripe.php b/woocommerce-gateway-stripe.php index e6a6c8ddc..36ecb4701 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.7.0 + * Version: 8.8.0 * Requires Plugins: woocommerce * Requires at least: 6.4 * Tested up to: 6.6 @@ -22,7 +22,7 @@ /** * Required minimums and constants */ -define( 'WC_STRIPE_VERSION', '8.7.0' ); // WRCS: DEFINED_VERSION. +define( 'WC_STRIPE_VERSION', '8.8.0' ); // 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' );