Skip to content

Commit b792743

Browse files
author
Kristófer R
committed
Product version bump update
1 parent 9c607e2 commit b792743

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** Changelog ***
22

3-
= 7.0.0 - 2022-xx-xx =
3+
= 7.0.0 - 2022-11-10 =
44
* Add - Update Express Checkout section UI.
55
* Add - Auto-complete first and last name on checkout form when using Link payment method.
66
* Add - Allow subscription orders to be paid with Link payment method.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-stripe",
33
"title": "WooCommerce Gateway Stripe",
4-
"version": "6.9.0",
4+
"version": "7.0.0",
55
"license": "GPL-3.0",
66
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
77
"repository": {

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ If you get stuck, you can ask for help in the Plugin Forum.
128128

129129
== Changelog ==
130130

131-
= 7.0.0 - 2022-xx-xx =
131+
= 7.0.0 - 2022-11-10 =
132132
* Add - Update Express Checkout section UI.
133133
* Add - Auto-complete first and last name on checkout form when using Link payment method.
134134
* Add - Allow subscription orders to be paid with Link payment method.

woocommerce-gateway-stripe.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Take credit card payments on your store using Stripe.
66
* Author: WooCommerce
77
* Author URI: https://woocommerce.com/
8-
* Version: 6.9.0
8+
* Version: 7.0.0
99
* Requires at least: 5.8
1010
* Tested up to: 6.0
1111
* WC requires at least: 6.8
@@ -21,7 +21,7 @@
2121
/**
2222
* Required minimums and constants
2323
*/
24-
define( 'WC_STRIPE_VERSION', '6.9.0' ); // WRCS: DEFINED_VERSION.
24+
define( 'WC_STRIPE_VERSION', '7.0.0' ); // WRCS: DEFINED_VERSION.
2525
define( 'WC_STRIPE_MIN_PHP_VER', '7.3.0' );
2626
define( 'WC_STRIPE_MIN_WC_VER', '6.8' );
2727
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '6.9' );

0 commit comments

Comments
 (0)