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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,7 @@
1
1
*** Changelog ***
2
2
3
+
= 9.5.1 - xxxx-xx-xx =
4
+
3
5
= 9.5.0 - 2025-05-13 =
4
6
* Fix - Fixes the listing of payment methods on the classic checkout when the Optimized Checkout is enabled.
5
7
* Fix - Fixes the availability of WeChat Pay when the Optimized Checkout is enabled on the block checkout. Removes it from the classic/shortcode checkout to avoid issues.
Copy file name to clipboardExpand all lines: readme.txt
+1-65Lines changed: 1 addition & 65 deletions
Original file line number
Diff line number
Diff line change
@@ -110,70 +110,6 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
110
110
111
111
== Changelog ==
112
112
113
-
= 9.5.0 - 2025-05-13 =
114
-
115
-
**New Features**
116
-
117
-
* Synchronize payment methods with the Stripe dashboard - if you've connected to Stripe, changes in payment methods are synchronized between the plugin and your Stripe dashboard. Changes from the Stripe dashboard may take a few minutes to flow through to shoppers.
118
-
* Support Pre-authorized Debit (PAD) payments in Canada and the US
119
-
* Support BLIK payments in Poland and from other EU countries
120
-
* Support BECS Direct Debit payments in Australia
121
-
122
-
**Important Fixes and Updates**
123
-
124
-
* Update - Add express checkout support for One Page Checkout and other dynamic cart update scenarios
125
-
* Fix - Show error notice when 'Add payment method' fails on My Account page in block-based themes
126
-
* Add - Add WordPress Action for processing payments with delayed charge attempts due to pre-debit notification period
127
-
* Fix - Add caching for the Stripe Payment Method Configuration API
128
-
* Fix - Prevent deletion of webhooks for other tools
129
-
* Update - Add support for customer order notes and express checkout
130
-
* Add - New filter to allow merchants to bypass the default visibility of the express payment method buttons when taxes are based on customer's billing address (`wc_stripe_should_hide_express_checkout_button_based_on_tax_setup`)
131
-
* Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times)
132
-
* Fix - Fixes an issue where the order signature retrieval method could throw a fatal error when the received order parameter is actually an OrderRefund object (instead of a `WC_Order`)
133
-
* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons)
134
-
* Fix - Fixed subscription features not being properly registered when hooks were already attached
135
-
* Add - Expand Klarna support to some additional countries in EEA
136
-
* Update - Hide express checkout buttons when no product variation is selected
137
-
* Fix - Express checkout error when using extensions that reduce total cart amount (e.g. Gift Cards)
138
-
* Fix - Checkout page focus loss
139
-
* Fix - Updated payment method radio button selector to correctly find the selected payment method in different themes
140
-
* Fix - Add `wc_stripe_generate_create_intent_request` filter to support mandate information in setup intent creation
141
-
* Fix - Prepare mandate data from subscription object on change payment method page
142
-
143
-
**Other Fixes**
144
-
145
-
* Fix - Checks for the existence of the `WC_Stripe_Feature_Flags` class before including it during extension initialization
146
-
* Fix - Prevents fatal errors for cases where we fail to load product details
147
-
* Fix - Address an edge case with webhook URL comparisons
148
-
* Add - Only show payment methods in Stripe settings that are available for the connected Stripe account
149
-
* Fix - Show correct gateway name in non payments settings pages
150
-
* Fix - Fixes the Stripe checkout container visuals when Smart Checkout is disabled
151
-
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount
152
-
* Fix - Fix invalid IP address error encountered during mandate data creation
153
-
* Fix - Compatibility with email preview in the Auth Requested email
154
-
* Update - Update Alipay and bank debit icons
155
-
* Tweak - Update payment method type check for `charge.succeeded` webhook
156
-
* Add - Disable unsupported payment methods in Stripe settings
157
-
* Update - Update handling of Puerto Rico as a country in the terminal locations endpoint
0 commit comments