Skip to content

Commit 89a6424

Browse files
author
Kristófer R
committed
update minimum requirements
1 parent 2034059 commit 89a6424

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
@@ -1,7 +1,7 @@
11
=== WooCommerce Stripe Payment Gateway ===
22
Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes
33
Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort, bancontact, alipay, giropay, ideal, p24, woocommerce, automattic
4-
Requires at least: 5.6
4+
Requires at least: 5.7
55
Tested up to: 5.9
66
Requires PHP: 7.0
77
Stable tag: 6.3.0

woocommerce-gateway-stripe.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* Author: WooCommerce
77
* Author URI: https://woocommerce.com/
88
* Version: 6.3.0
9-
* Requires at least: 5.6
9+
* Requires at least: 5.7
1010
* Tested up to: 5.9
11-
* WC requires at least: 5.7
12-
* WC tested up to: 6.5
11+
* WC requires at least: 6.2
12+
* WC tested up to: 6.4
1313
* Text Domain: woocommerce-gateway-stripe
1414
* Domain Path: /languages
1515
*/
@@ -23,8 +23,8 @@
2323
*/
2424
define( 'WC_STRIPE_VERSION', '6.3.0' ); // WRCS: DEFINED_VERSION.
2525
define( 'WC_STRIPE_MIN_PHP_VER', '7.0.0' );
26-
define( 'WC_STRIPE_MIN_WC_VER', '5.7' );
27-
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '5.8' );
26+
define( 'WC_STRIPE_MIN_WC_VER', '6.2' );
27+
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '6.3' );
2828
define( 'WC_STRIPE_MAIN_FILE', __FILE__ );
2929
define( 'WC_STRIPE_ABSPATH', __DIR__ . '/' );
3030
define( 'WC_STRIPE_PLUGIN_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );

0 commit comments

Comments
 (0)