File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
* Requires Plugins: woocommerce
10
10
* Requires at least: 6.5
11
11
* 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
14
14
* Text Domain: woocommerce-gateway-stripe
15
15
* Domain Path: /languages
16
16
*/
24
24
*/
25
25
define ( 'WC_STRIPE_VERSION ' , '9.2.0 ' ); // WRCS: DEFINED_VERSION.
26
26
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 ' );
29
29
define ( 'WC_STRIPE_MAIN_FILE ' , __FILE__ );
30
30
define ( 'WC_STRIPE_ABSPATH ' , __DIR__ . '/ ' );
31
31
define ( 'WC_STRIPE_PLUGIN_URL ' , untrailingslashit ( plugin_dir_url ( WC_STRIPE_MAIN_FILE ) ) );
You can’t perform that action at this time.
0 commit comments