Skip to content

Commit 13b254d

Browse files
Merge trunk from 6.0.0 (#2266)
* Update version date * Update release date placeholder to 2022 * Update readme.txt * Product version bump update * Update changelog and readme versions
1 parent 4f47751 commit 13b254d

File tree

5 files changed

+10
-14
lines changed

5 files changed

+10
-14
lines changed

changelog.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
*** Changelog ***
22

3-
= 6.x.x - 2022-xx-xx =
3+
= 6.1.0 - 2022-xx-xx =
4+
* Tweak - Use the newly exposed LoadableMask component provided by WooCommerce Blocks to trigger the loading state for Payment Request Buttons.
5+
6+
= 6.0.0 - 2022-01-05 =
47
* Fix - Fixed capitalization for payment method names: iDEAL, giropay, and Sofort.
58
* Add - Text to explain how to enable webhooks when manually entering your API keys in the new Stripe settings.
69
* Tweak - Redirect to the settings tab after an account is connected.
710
* Tweak - Prompt message when navigating out Stripe settings with unsaved changes
811
* Tweak - Show toast when payment methods list is updated with new payment methods.
9-
* Tweak - Use the newly exposed LoadableMask component provided by WooCommerce Blocks to trigger the loading state for Payment Request Buttons.
1012
* Fix - JS error on checkout when Boleto method was not active.
1113
* Fix - Fixed bug that show "Use new payment method" on pay order page when there were no saved card was.
1214
* Tweak - Autocomplete for account keys and webhooks fields were disabled.

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": "5.9.0",
4+
"version": "6.0.0",
55
"license": "GPL-3.0",
66
"homepage": "http://wordpress.org/plugins/woocommerce-gateway-stripe/",
77
"repository": {

readme.txt

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, stripe, apple pay, payment request, google pay, sepa, sofort,
44
Requires at least: 5.6
55
Tested up to: 5.8
66
Requires PHP: 7.0
7-
Stable tag: 5.9.0
7+
Stable tag: 6.0.0
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010
Attributions: thorsten-stripe
@@ -129,13 +129,7 @@ If you get stuck, you can ask for help in the Plugin Forum.
129129
== Changelog ==
130130

131131
= 6.x.x - 2022-xx-xx =
132-
* Fix - Fixed capitalization for payment method names: iDEAL, giropay, and Sofort.
133-
* Add - Text to explain how to enable webhooks when manually entering your API keys in the new Stripe settings.
134132
* Tweak - Use the newly exposed LoadableMask component provided by WooCommerce Blocks to trigger the loading state for Payment Request Buttons.
135-
* Tweak - Redirect to the settings tab after an account is connected
136-
* Tweak - Prompt message when navigating out Stripe settings with unsaved changes
137-
* Tweak - Show toast when payment methods list is updated with new payment methods.
138-
* Fix - JS error on checkout when Boleto method was not active
139-
* Fix - Fixed bug that show "Use new payment method" on pay order page when there were no saved card was.
133+
140134

141135
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

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: 5.9.0
8+
* Version: 6.0.0
99
* Requires at least: 5.6
1010
* Tested up to: 5.8
1111
* WC requires at least: 5.7
@@ -21,7 +21,7 @@
2121
/**
2222
* Required minimums and constants
2323
*/
24-
define( 'WC_STRIPE_VERSION', '5.9.0' ); // WRCS: DEFINED_VERSION.
24+
define( 'WC_STRIPE_VERSION', '6.0.0' ); // WRCS: DEFINED_VERSION.
2525
define( 'WC_STRIPE_MIN_PHP_VER', '7.0.0' );
2626
define( 'WC_STRIPE_MIN_WC_VER', '5.7' );
2727
define( 'WC_STRIPE_FUTURE_MIN_WC_VER', '5.8' );

0 commit comments

Comments
 (0)