Skip to content

Commit 5c25402

Browse files
committed
Bump min WC versions
1 parent dd5addc commit 5c25402

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

woocommerce-gateway-stripe.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
* Requires Plugins: woocommerce
1010
* Requires at least: 6.5
1111
* Tested up to: 6.7
12-
* WC requires at least: 9.2
13-
* WC tested up to: 9.5
12+
* WC requires at least: 9.5
13+
* WC tested up to: 9.7
1414
* Text Domain: woocommerce-gateway-stripe
1515
* Domain Path: /languages
1616
*/
@@ -24,8 +24,8 @@
2424
*/
2525
define( 'WC_STRIPE_VERSION', '9.2.0' ); // WRCS: DEFINED_VERSION.
2626
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
27-
define( 'WC_STRIPE_MIN_WC_VER', '9.2' );
28-
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.2' );
27+
define( 'WC_STRIPE_MIN_WC_VER', '9.5' );
28+
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.6' );
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)