Skip to content

Commit ddfbdcf

Browse files
committed
Merge branch 'trunk' into develop
2 parents 396d604 + b04f20d commit ddfbdcf

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
lines changed

changelog.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
* Dev - Implements WooCommerce constants for the tax statuses
99
* Fix - Ensure all Javascript strings use the correct text domain for translation
1010
* Tweak - Use more specific selector in express checkout e2e tests
11-
* Fix - Relax customer validation that was preventing payments from the pay for order page
12-
* Fix - Remove connection type requirement from PMC sync migration attempt
1311
* Tweak - Small improvements to e2e tests
12+
13+
= 9.8.1 - 2025-08-15 =
14+
* Fix - Remove connection type requirement from PMC sync migration attempt
15+
* Fix - Relax customer validation that was preventing payments from the pay for order page
1416
* Fix - Prevent the PMC migration to run when the plugin is not connected to Stripe
1517
* Fix - Fixes a fatal error in the OC inbox note when the new checkout is disabled
1618

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-stripe",
33
"title": "WooCommerce Gateway Stripe",
4-
"version": "9.8.0",
4+
"version": "9.8.1",
55
"license": "GPL-3.0",
66
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
77
"repository": {

readme.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
118118
* Dev - Implements WooCommerce constants for the tax statuses
119119
* Fix - Ensure all Javascript strings use the correct text domain for translation
120120
* Tweak - Use more specific selector in express checkout e2e tests
121-
* Fix - Relax customer validation that was preventing payments from the pay for order page
122-
* Fix - Remove connection type requirement from PMC sync migration attempt
123121
* Tweak - Small improvements to e2e tests
124-
* Fix - Prevent the PMC migration to run when the plugin is not connected to Stripe
125-
* Fix - Fixes a fatal error in the OC inbox note when the new checkout is disabled
126122

127123
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

woocommerce-gateway-stripe.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Accept debit and credit card payments in 135+ currencies, as well as Apple Pay, Google Pay, Klarna, Affirm, P24, ACH, and more.
66
* Author: Stripe
77
* Author URI: https://stripe.com/
8-
* Version: 9.8.0
8+
* Version: 9.8.1
99
* Requires Plugins: woocommerce
1010
* Requires at least: 6.6
1111
* Tested up to: 6.8.2
@@ -22,7 +22,7 @@
2222
/**
2323
* Required minimums and constants
2424
*/
25-
define( 'WC_STRIPE_VERSION', '9.8.0' ); // WRCS: DEFINED_VERSION.
25+
define( 'WC_STRIPE_VERSION', '9.8.1' ); // WRCS: DEFINED_VERSION.
2626
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
2727
define( 'WC_STRIPE_MIN_WC_VER', '9.8' );
2828
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.9' );

0 commit comments

Comments
 (0)