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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
*** Changelog ***
2
2
3
-
= 9.4.0 - xxxx-xx-xx =
3
+
= 9.5.0 - xxxx-xx-xx =
4
4
* Tweak - Removes the Stripe icon beside the Smart Checkout payment element from the checkout pages.
5
5
* Add - New setting to allow merchants to set their preferred title for the Smart Checkout payment element. Defaults to "Stripe".
6
6
* Dev - Implements the new Stripe order class into the compatibility classes.
7
7
* Dev - Updates the Code Sniffer package to version 1.0.0.
8
+
9
+
= 9.4.0 - 2025-04-16 =
8
10
* 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`).
9
11
* Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
10
12
* Fix - Fixes the saving of payment methods when Smart Checkout is enabled.
@@ -64,9 +66,9 @@
64
66
* Fix - Ensure the subscription and pre-order objects are not converted into a Stripe order object in legacy experience.
65
67
* Update - Credit and Bank (BECS and ACSS) icons on the Block checkout page.
66
68
* Fix - Fix BLIK visibility based on account and billing countries.
67
-
* Fix - Prepare mandate data from subscription object on change payment method page.
68
69
* Add - Use Stripe Configuration API to manage payment methods enabled/disabled states.
69
70
* Dev - Add track events when enabling/disabling payment methods.
71
+
* Fix - Prepare mandate data from subscription object on change payment method page.
70
72
71
73
= 9.3.2 - 2025-04-10 =
72
74
* Fix - Fix express checkout for block cart and block checkout for WooCommerce 9.8.0+.
@@ -110,72 +110,10 @@ 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.4.0 - xxxx-xx-xx =
113
+
= 9.5.0 - xxxx-xx-xx =
114
114
* Tweak - Removes the Stripe icon beside the Smart Checkout payment element from the checkout pages.
115
115
* Add - New setting to allow merchants to set their preferred title for the Smart Checkout payment element. Defaults to "Stripe".
116
116
* Dev - Implements the new Stripe order class into the compatibility classes.
117
117
* Dev - Updates the Code Sniffer package to version 1.0.0.
118
-
* 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`).
119
-
* Dev - Improves Smart Checkout code with shared and new methods, on both front and backend.
120
-
* Fix - Fixes the saving of payment methods when Smart Checkout is enabled.
121
-
* Tweak - Correctly handles the display of payment method instructions when Smart Checkout is enabled.
122
-
* Dev - Implements the new Stripe order class into abstract/base classes, and the webhook handler.
123
-
* Dev - Implements the new Stripe order class into the legacy checkout classes.
124
-
* Dev - Do not generate filenames with underscores.
125
-
* Fix - Fixes the Stripe checkout container visuals when Smart Checkout is disabled.
126
-
* Dev - Implements the new Stripe order class into the express checkout classes.
127
-
* Dev - Implements the new Stripe order class into the wp-admin related classes.
128
-
* Dev - Replaces references to order status values with their respective constants from the WooCommerce plugin.
129
-
* Tweak - Updates the Smart Checkout (classic/shortcode checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
130
-
* Tweak - Updates the Smart Checkout (block checkout version) to make all the payment methods look as similar as possible to any other WooCommerce payment method.
131
-
* Fix - Improves the subscriptions detached admin notice, making it less intrusive and limiting the querying to 5 subscriptions (avoiding slow loading times).
132
-
* Dev - Implements the new Stripe order class into the PHP unit tests.
133
-
* Dev - Introduces new payment method constants for the express methods: Google Pay, Apple Pay, Link, and Amazon Pay (backend version).
134
-
* Dev - Introduces a new Stripe Order class to wrap Stripe-specific logic and data on the backend.
135
-
* Dev - Improves how we handle express payment method titles by introducing new constants and methods to replace duplicate code.
136
-
* 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).
137
-
* Fix - Fixes a possible fatal error when a product added to the cart cannot be found (with Payment Request Buttons).
138
-
* Add - Add Amazon Pay payment method class.
139
-
* Add - Implements the Single Payment Element feature for the new checkout experience on the classic/shortcode checkout page.
140
-
* Tweak - Record a Tracks event when enabling/disabling SPE
141
-
* Tweak - Updates the Single Payment Element setting copy. Now it is labeled "Smart Checkout".
142
-
* Update - Enable/disable Amazon Pay by adding/removing it from the enabled payment methods list.
143
-
* Add - Add ACSS payment tokenization.
144
-
* Add - Add BLIK payment method.
145
-
* Fix - Prevent reuse of payment intents when order total doesn't match intent amount.
146
-
* Update - Update payment method type for Amazon Pay orders.
147
-
* Fix - Compatibility with email preview in the Auth Requested email
148
-
* Update - Update Alipay and bank debit icons.
149
-
* Tweak - Update payment method type check for charge.succeeded webhook.
150
-
* Fix - Fixed subscription features not being properly registered when hooks were already attached.
151
-
* Add - Disable unsupported payment methods in Stripe settings
152
-
* Update - Update handling of PR as a country in the terminal locations endpoint.
153
-
* Fix - Hide Amazon Pay in settings when legacy checkout is enabled.
154
-
* Fix - Fix subscription renewal issues for Amazon Pay.
0 commit comments