|
1 | 1 | *** WooPayments Changelog *** |
2 | 2 |
|
| 3 | += 9.5.0 - 2025-06-11 = |
| 4 | +* Add - Add specific texts for collecting Norway and New Zealand tax data |
| 5 | +* Add - Add specific texts for collecting Singapore tax data |
| 6 | +* Add - Add tax to the fee breakdown on order notes |
| 7 | +* Add - Enable Australian merchants to add tax details (ABN) for generating tax documents. |
| 8 | +* Add - New Filter: wcpay_woopay_enabled – Allows developers to conditionally disable WooPay based on custom logic, improving compatibility with themes and plugins. |
| 9 | +* Fix - fix: ensure `checkPaymentMethodIsAvailable` cache key is correctly memoized on express checkout elements |
| 10 | +* Fix - fix: formatting of currencies in the backend will always honor the merchant's settings, rather than the currency locale. |
| 11 | +* Fix - fix: set the correct payment method title when processing the payment with wechat pay, multibanco, and others |
| 12 | +* Fix - Fixed handling of orders containing items with negative tax |
| 13 | +* Fix - Handle state field requirements for Express Checkout in countries without states |
| 14 | +* Fix - Prevent accounts scheduled for deletion from being accessible to the WooPayments client to avoid exposing stale or partial data. |
| 15 | +* Update - Evidence submission form now should use the global wp.components |
| 16 | +* Update - refactor: add data massaging from legacy google pay/apple pay for HK-based addresses |
| 17 | +* Update - Refactor: Remove unused Props interface from AccountTools component |
| 18 | +* Update - Remove WooPayments adding their sections into other gateways when enabled |
| 19 | +* Update - update: Apple Pay domain verification file is no longer needed |
| 20 | +* Update - update: remove `_wcpay_feature_tokenized_cart_ece` feature flag; remove `client/express-checkout` in favor of `client/tokenized-express-checkout` |
| 21 | +* Dev - Add cover letter for fraudulent reason |
| 22 | +* Dev - Add the components that will be used on the evidence form |
| 23 | +* Dev - Add the logic "Save for later" when submitting evidence |
| 24 | +* Dev - Add the new StepperPanel component. |
| 25 | +* Dev - Bump WC tested up to version to 9.8.5 |
| 26 | +* Dev - chore: update @stripe/connect-js @stripe/react-connect-js @stripe/react-stripe-js @stripe/stripe-js dependencies |
| 27 | +* Dev - Clean up database options after completing onboarding. |
| 28 | +* Dev - Condition AliPay block tests under shouldRunWCBlocksTests |
| 29 | +* Dev - Create a new feature flag for the evidence submission form |
| 30 | +* Dev - Decouple the accordion component from the dispute details screen. |
| 31 | +* Dev - fix: is_store_api_request utility on multisite with subdirectory install |
| 32 | +* Dev - refactor: introduced MSW for mocking network requests in tests. |
| 33 | + |
3 | 34 | = 9.4.0 - 2025-05-21 = |
4 | 35 | * Add - Add support for rendering fee tax details in the transaction timeline where available |
5 | 36 | * Fix - Keep the shipping costs structure intact when applying multi-currency adjustments. |
|
0 commit comments