Skip to content

Commit f479373

Browse files
authored
Align changelog and readme entries (#4456)
* align changelog and readme entries * remove wrong entries from 9.5.3
1 parent 007b3c3 commit f479373

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

changelog.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Update - Removes the customization of individual payment method titles and descriptions
55
* Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests
66
* Add - Introduces a new marketing note to promote BNPLs (Buy Now Pay Later) payment methods (Klarna and Affirm) on WooCommerce admin home page
7-
* Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests
87
* Fix - Throws a specific exception on an edge case where a saved payment method could not be found when processing an order in the new checkout experience
98
* Fix - Checks if the store has other BNPL extensions installed before displaying the promotional banner
109
* Fix - Correctly notifies customers and merchants of a failed refund and reverts the refunded status
@@ -44,15 +43,18 @@
4443
* Update - Support block checkout custom fields when using express payment methods like Apple Pay and Google Pay
4544
* Dev - Fix failing optimized checkout e2e test due to incorrect order of operations
4645
* Tweak - Remove Payment Method Configurations fallback cache
46+
* Dev - Add Klarna e2e tests
4747
* Tweak - Update deprecation notice message to specify that legacy checkout experience has been deprecated since version 9.6.0
4848
* Update - Remove legacy checkout checkbox from settings
4949
* Add - Introduced `wc_stripe_force_save_payment_method` filter
5050
* Update - Express Checkout: introduce new WP actions for supporting custom checkout fields for classic, shortcode-based checkout
51+
* Fix - Fixes page crash when Klarna payment method is not supported in the merchant's country by returning an empty array instead of throwing an error
5152
* Fix - Fix payment processing for $0 subscription with recurring coupon
5253
* Dev - Add e2e tests to cover Affirm purchase flow
5354
* Dev - Improve e2e tests of some of the LPMs
5455
* Fix - Add safety check when checking error object
5556
* Fix - Correctly handle countries without states when using the express payment methods
57+
* Update - Include extension data from block checkout when submitting an express checkout order
5658

5759
= 9.5.3 - 2025-06-23 =
5860
* Fix - Reimplement mapping of Express Checkout state values to align with WooCommerce's expected state formats
@@ -62,11 +64,8 @@
6264
* Fix - Show correct price in express checkout for zero decimal currencies
6365
* Fix - Fixes a possible fatal error with Multibanco purchases when generating the email instructions.
6466
* Fix - Fix buggy unsaved changes warning in settings page
65-
* Update - Include extension data from block checkout when submitting an express checkout order
6667
* Fix - Use the platform's payment method configuration id constant when rendering the Optimized Checkout
67-
* Dev - Add Klarna e2e tests
6868
* Update - Improve checks in voucher purchase flow
69-
* Fix - Fixes page crash when Klarna payment method is not supported in the merchant's country by returning an empty array instead of throwing an error
7069

7170
= 9.5.2 - 2025-05-22 =
7271
* Add - Implement custom database cache for persistent caching with in-memory optimization.

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,9 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
115115
* Update - Removes the customization of individual payment method titles and descriptions
116116
* Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests
117117
* Add - Introduces a new marketing note to promote BNPLs (Buy Now Pay Later) payment methods (Klarna and Affirm) on WooCommerce admin home page
118-
* Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests
119118
* Fix - Throws a specific exception on an edge case where a saved payment method could not be found when processing an order in the new checkout experience
120119
* Fix - Checks if the store has other BNPL extensions installed before displaying the promotional banner
121-
* Fix - Correctly notifies customers and merchants of a failed refund and reverts the refunded status.
120+
* Fix - Correctly notifies customers and merchants of a failed refund and reverts the refunded status
122121
* Update - Legacy checkout experience has been deprecated, new checkout experience is now the default for all sites
123122
* Fix - Fixes an edge case where the express payment method buttons would not be displayed on the checkout if taxes used to be enabled
124123
* Add - Voucher payment methods (Boleto, Multibanco, and Oxxo) can now be used when purchasing subscriptions if manual renewals are enabled or required
@@ -166,5 +165,6 @@ If you get stuck, you can ask for help in the [Plugin Forum](https://wordpress.o
166165
* Dev - Improve e2e tests of some of the LPMs
167166
* Fix - Add safety check when checking error object
168167
* Fix - Correctly handle countries without states when using the express payment methods
168+
* Update - Include extension data from block checkout when submitting an express checkout order
169169

170170
[See changelog for full details across versions](https://raw.githubusercontent.com/woocommerce/woocommerce-gateway-stripe/trunk/changelog.txt).

0 commit comments

Comments
 (0)