You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.txt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,5 @@
1
1
*** Changelog ***
2
2
3
-
= 8.8.0 - xxxx-xx-xx =
4
-
* Fix - Resolve an error for checkout block where 'wc_stripe_upe_params' is undefined due to the script registering the variable not being loaded yet.
5
-
6
3
= 8.7.0 - xxxx-xx-xx =
7
4
* Fix - Prevent duplicate failed-order emails from being sent.
8
5
* Fix - Support custom name and description for Afterpay.
@@ -29,12 +26,13 @@
29
26
* Update - Specify the JS Stripe API version as 2024-06-20.
30
27
* Tweak - Use order ID from 'get_order_number' in stripe intent metadata.
31
28
* Fix - Ensure payment tokens are detached from Stripe when a user is deleted, regardless of if the admin user has a Stripe account.
32
-
* Fix - Remove the Stripe OAuth Keys when uninstalling the plugin.
33
29
* Fix - Address Klarna availability based on correct presentment currency rules.
34
30
* Fix - Use correct ISO country code of United Kingdom in supported country and currency list of AliPay and WeChat.
35
31
* Fix - Prevent duplicate order notes and emails being sent when purchasing subscription products with no initial payment.
36
32
* Add - Display an admin notice on the WooCommerce > Subscriptions screen for tracking the progress of SEPA subscriptions migrations after the legacy checkout is disabled.
37
33
* Add - Introduce a new tool on the WooCommerce > Status > Tools screen to restart the legacy SEPA subscriptions update.
34
+
* Fix - Remove the Stripe OAuth Keys when uninstalling the plugin.
35
+
* Fix - Resolve an error for checkout block where 'wc_stripe_upe_params' is undefined due to the script registering the variable not being loaded yet.
38
36
39
37
= 8.6.1 - 2024-08-09 =
40
38
* Tweak - Improves the wording of the invalid Stripe keys errors, instructing merchants to click the "Configure connection" button instead of manually setting the keys.
Copy file name to clipboardExpand all lines: readme.txt
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -128,9 +128,6 @@ If you get stuck, you can ask for help in the Plugin Forum.
128
128
129
129
== Changelog ==
130
130
131
-
= 8.8.0 - xxxx-xx-xx =
132
-
* Fix - Resolve an error for checkout block where 'wc_stripe_upe_params' is undefined due to the script registering the variable not being loaded yet.
133
-
134
131
= 8.7.0 - xxxx-xx-xx =
135
132
* Fix - Prevent duplicate failed-order emails from being sent.
136
133
* Fix - Support custom name and description for Afterpay.
@@ -157,11 +154,12 @@ If you get stuck, you can ask for help in the Plugin Forum.
157
154
* Update - Specify the JS Stripe API version as 2024-06-20.
158
155
* Tweak - Use order ID from 'get_order_number' in stripe intent metadata.
159
156
* Fix - Ensure payment tokens are detached from Stripe when a user is deleted, regardless of if the admin user has a Stripe account.
160
-
* Fix - Remove the Stripe OAuth Keys when uninstalling the plugin.
161
157
* Fix - Address Klarna availability based on correct presentment currency rules.
162
158
* Fix - Use correct ISO country code of United Kingdom in supported country and currency list of AliPay and WeChat.
163
159
* Fix - Prevent duplicate order notes and emails being sent when purchasing subscription products with no initial payment.
164
160
* Add - Display an admin notice on the WooCommerce > Subscriptions screen for tracking the progress of SEPA subscriptions migrations after the legacy checkout is disabled.
165
161
* Add - Introduce a new tool on the WooCommerce > Status > Tools screen to restart the legacy SEPA subscriptions update.
162
+
* Fix - Remove the Stripe OAuth Keys when uninstalling the plugin.
163
+
* Fix - Resolve an error for checkout block where 'wc_stripe_upe_params' is undefined due to the script registering the variable not being loaded yet.
166
164
167
165
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).
0 commit comments