|
4 | 4 | * Update - Removes the customization of individual payment method titles and descriptions
|
5 | 5 | * Fix - Fixes some inconsistencies related to the Optimized Checkout feature and improves its unit tests
|
6 | 6 | * 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 |
8 | 7 | * 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
|
9 | 8 | * Fix - Checks if the store has other BNPL extensions installed before displaying the promotional banner
|
10 | 9 | * Fix - Correctly notifies customers and merchants of a failed refund and reverts the refunded status
|
|
44 | 43 | * Update - Support block checkout custom fields when using express payment methods like Apple Pay and Google Pay
|
45 | 44 | * Dev - Fix failing optimized checkout e2e test due to incorrect order of operations
|
46 | 45 | * Tweak - Remove Payment Method Configurations fallback cache
|
| 46 | +* Dev - Add Klarna e2e tests |
47 | 47 | * Tweak - Update deprecation notice message to specify that legacy checkout experience has been deprecated since version 9.6.0
|
48 | 48 | * Update - Remove legacy checkout checkbox from settings
|
49 | 49 | * Add - Introduced `wc_stripe_force_save_payment_method` filter
|
50 | 50 | * 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 |
51 | 52 | * Fix - Fix payment processing for $0 subscription with recurring coupon
|
52 | 53 | * Dev - Add e2e tests to cover Affirm purchase flow
|
53 | 54 | * Dev - Improve e2e tests of some of the LPMs
|
54 | 55 | * Fix - Add safety check when checking error object
|
55 | 56 | * 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 |
56 | 58 |
|
57 | 59 | = 9.5.3 - 2025-06-23 =
|
58 | 60 | * Fix - Reimplement mapping of Express Checkout state values to align with WooCommerce's expected state formats
|
|
62 | 64 | * Fix - Show correct price in express checkout for zero decimal currencies
|
63 | 65 | * Fix - Fixes a possible fatal error with Multibanco purchases when generating the email instructions.
|
64 | 66 | * Fix - Fix buggy unsaved changes warning in settings page
|
65 |
| -* Update - Include extension data from block checkout when submitting an express checkout order |
66 | 67 | * Fix - Use the platform's payment method configuration id constant when rendering the Optimized Checkout
|
67 |
| -* Dev - Add Klarna e2e tests |
68 | 68 | * 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 |
70 | 69 |
|
71 | 70 | = 9.5.2 - 2025-05-22 =
|
72 | 71 | * Add - Implement custom database cache for persistent caching with in-memory optimization.
|
|
0 commit comments