Skip to content

Commit 49f1f1c

Browse files
committed
Bump tested up to and required versions
1 parent 9aebcee commit 49f1f1c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
=== WooCommerce Stripe Payment Gateway ===
22
Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
33
Tags: credit card, stripe, payments, woocommerce, automattic
4-
Requires at least: 6.5
5-
Tested up to: 6.8.1
4+
Requires at least: 6.6
5+
Tested up to: 6.8
66
Requires PHP: 7.4
77
Stable tag: 9.4.1
88
License: GPLv3

woocommerce-gateway-stripe.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Author URI: https://stripe.com/
88
* Version: 9.4.0
99
* Requires Plugins: woocommerce
10-
* Requires at least: 6.5
11-
* Tested up to: 6.7
12-
* WC requires at least: 9.5
13-
* WC tested up to: 9.7
10+
* Requires at least: 6.6
11+
* Tested up to: 6.8
12+
* WC requires at least: 9.6
13+
* WC tested up to: 9.8
1414
* Text Domain: woocommerce-gateway-stripe
1515
* Domain Path: /languages
1616
*/
@@ -24,8 +24,8 @@
2424
*/
2525
define( 'WC_STRIPE_VERSION', '9.4.0' ); // WRCS: DEFINED_VERSION.
2626
define( 'WC_STRIPE_MIN_PHP_VER', '7.4' );
27-
define( 'WC_STRIPE_MIN_WC_VER', '9.5' );
28-
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.6' );
27+
define( 'WC_STRIPE_MIN_WC_VER', '9.6' );
28+
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '9.7' );
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)