Skip to content

Commit 878577a

Browse files
committed
Bump min supported versions
1 parent fc01211 commit 878577a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
33
Tags: credit card, stripe, payments, woocommerce, woo
44
Requires at least: 6.6
5-
Tested up to: 6.8.1
5+
Tested up to: 6.8.2
66
Requires PHP: 7.4
77
Stable tag: 9.6.0
88
License: GPLv3

woocommerce-gateway-stripe.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
* Version: 9.6.0
99
* Requires Plugins: woocommerce
1010
* Requires at least: 6.6
11-
* Tested up to: 6.8.1
12-
* WC requires at least: 9.7
13-
* WC tested up to: 9.9
11+
* Tested up to: 6.8.2
12+
* WC requires at least: 9.8
13+
* WC tested up to: 10.0
1414
* Text Domain: woocommerce-gateway-stripe
1515
* Domain Path: /languages
1616
*/
@@ -24,8 +24,8 @@
2424
*/
2525
define( 'WC_STRIPE_VERSION', '9.6.0' ); // WRCS: DEFINED_VERSION.
2626
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
27-
define( 'WC_STRIPE_MIN_WC_VER', '9.6' );
28-
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.7' );
27+
define( 'WC_STRIPE_MIN_WC_VER', '9.8' );
28+
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.9' );
2929
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
3030
define( 'WC_STRIPE_ABSPATH', __DIR__ . '/' );
3131
define( 'WC_STRIPE_PLUGIN_URL', untrailingslashit( plugin_dir_url( WC_STRIPE_MAIN_FILE ) ) );

0 commit comments

Comments
 (0)