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
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
*** Changelog ***
2
2
3
3
= 8.6.0 - xxxx-xx-xx =
4
-
Tweak - Minor text updates to webhook-related configuration labels and buttons.
5
-
** Add - Indicate the activation status of each payment method individually, instead of using a general notice.
4
+
* Add - Added filter to enable updating Level 3 data based on order data.
5
+
* Add - Replace account key sharing and replace it with an OAuth connect flow allowing users to connect their Stripe account automatically without the need to find keys.
6
+
* Add - Indicate the activation status of each payment method individually, instead of using a general notice.
6
7
* Fix - JS error when billing country field does not exist on the payment method page.
7
8
* Fix - Prevent multiple instances of the "Update the Payment Method" checkbox from displaying on the My Account > Payment Methods page when using the legacy checkout experience.
8
9
* Fix - Prevent duplicate customer creation during guest checkout.
@@ -13,11 +14,10 @@
13
14
* Fix - Resolved an error when using 3D Secure-enabled cards with Stripe Link enabled.
14
15
* Fix - Corrected setup intent payment method types to include 'link' when Stripe Link is enabled, resolving errors during subscription signups.
15
16
* Fix - Resolved an issue where changing the payment method for subscriptions failed after 3D-Secure authentication.
16
-
* Add - Added filter to enable updating Level 3 data based on order data.
17
-
* Add - Replace account key sharing and replace it with an OAuth connect flow allowing users to connect their Stripe account automatically without the need to find keys.
17
+
* Fix - Prevent displaying the default admin description on the checkout page when a payment method description is empty.
18
+
* Tweak - Minor text updates to webhook-related configuration labels and buttons.
18
19
* Tweak - Improve UX by using the 3DS verification modal to confirm setup intents for subscription sign-ups, ensuring customers stay on the checkout page.
19
20
* Tweak - Display a notice when the Stripe connect URL is not available.
20
-
* Fix - Prevent displaying the default admin description on the checkout page when a payment method description is empty.
21
21
* Tweak - Don't process webhooks when the webhook secret isn't set in the store.
Copy file name to clipboardExpand all lines: readme.txt
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,8 @@ If you get stuck, you can ask for help in the Plugin Forum.
129
129
== Changelog ==
130
130
131
131
= 8.6.0 - xxxx-xx-xx =
132
-
* Tweak - Minor text updates to webhook-related configuration labels and buttons.
132
+
* Add - Added filter to enable updating Level 3 data based on order data.
133
+
* Add - Replace account key sharing and replace it with an OAuth connect flow allowing users to connect their Stripe account automatically without the need to find keys.
133
134
* Add - Indicate the activation status of each payment method individually, instead of using a general notice.
134
135
* Fix - JS error when billing country field does not exist on the payment method page.
135
136
* Fix - Prevent multiple instances of the "Update the Payment Method" checkbox from displaying on the My Account > Payment Methods page when using the legacy checkout experience.
@@ -141,11 +142,10 @@ If you get stuck, you can ask for help in the Plugin Forum.
141
142
* Fix - Resolved an error when using 3D Secure-enabled cards with Stripe Link enabled.
142
143
* Fix - Corrected setup intent payment method types to include 'link' when Stripe Link is enabled, resolving errors during subscription signups.
143
144
* Fix - Resolved an issue where changing the payment method for subscriptions failed after 3D-Secure authentication.
144
-
* Add - Added filter to enable updating Level 3 data based on order data.
145
-
* Add - Replace account key sharing and replace it with an OAuth connect flow allowing users to connect their Stripe account automatically without the need to find keys.
145
+
* Fix - Prevent displaying the default admin description on the checkout page when a payment method description is empty.
146
+
* Tweak - Minor text updates to webhook-related configuration labels and buttons.
146
147
* Tweak - Improve UX by using the 3DS verification modal to confirm setup intents for subscription sign-ups, ensuring customers stay on the checkout page.
147
148
* Tweak - Display a notice when the Stripe connect URL is not available.
148
-
* Fix - Prevent displaying the default admin description on the checkout page when a payment method description is empty.
149
149
* Tweak - Don't process webhooks when the webhook secret isn't set in the store.
150
150
151
151
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).
0 commit comments