|
1 | 1 | *** WooPayments Changelog *** |
2 | 2 |
|
| 3 | += 9.1.0 - 2025-03-19 = |
| 4 | +* Add - Add a prompt to encourage merchants to provide feedback or leave a WordPress.org review for WooPayments |
| 5 | +* Add - Add order failure message on Order Received page. |
| 6 | +* Add - Add support to change payment method to 3DS card for subscriptions. |
| 7 | +* Add - Add WeChat Pay response handling. |
| 8 | +* Add - Implement Multibanco payment method |
| 9 | +* Add - Implement specific handling for insufficient_balance_for_refund when refunding the admin order management |
| 10 | +* Add - Inform Stripe when a store switch from coming soon to live mode |
| 11 | +* Add - Show failure reason in details page for failed payout. This will help merchants get better support, or understand the next steps needed to fix the failing payouts. |
| 12 | +* Fix - Add an order note when a recurring payment fails or when updating the payment method fails due to a missing or invalid payment token. |
| 13 | +* Fix - Bypass enabled at checkout checks for rendering payment methods configs. |
| 14 | +* Fix - Correct the dispute notice for Klarna Inquiries |
| 15 | +* Fix - fix: GooglePay/ApplePay fail when there are more than 9 shipping options. |
| 16 | +* Fix - fix: GooglePay/ApplePay script dependencies with WooCommerce 9.7 |
| 17 | +* Fix - Fix issue where survey modal is not scrollable on smaller screen sizes. |
| 18 | +* Fix - Fix validation for support phone numbers for Singapore |
| 19 | +* Fix - Improve payout failure messages for better clarity and accuracy |
| 20 | +* Fix - Inconsitent Safe Mode notice with the latest Jetpack version |
| 21 | +* Fix - Init PMME container in cart block so that it can be dynamically rendered once the requirements are met. |
| 22 | +* Fix - Make sure that WooPayments gateways follow the main WooPayments card gateway in gateway ordering on the page. |
| 23 | +* Fix - Manual capture fails in the transaction detail screen with a customized order number |
| 24 | +* Fix - Properly extract styles when using the site editor. |
| 25 | +* Fix - Renamed function parameters to avoid reserved keyword conflicts |
| 26 | +* Fix - Scoped CSS selectors for WP components to prevent unintended styling on other pages |
| 27 | +* Fix - Show Express Checkout button previews in template editor |
| 28 | +* Fix - Skip email input search in pay for order flow and use email provided in order data for WooPay iframe. |
| 29 | +* Fix - Skip limits per currency check on admin pages |
| 30 | +* Fix - Tests: Suppressed unexpected JSON output in maybe_handle_onboarding test by wrapping execution with ob_start() and ob_end_clean() |
| 31 | +* Update - Better handling of HTTPs errors in embedded components. |
| 32 | +* Update - Change wording for Sales Channel, Online Store, In-Person, and In-Person (POS) |
| 33 | +* Update - Enhancements to country select field in onboarding. |
| 34 | +* Update - feat: add compatibility notice for Google Pay with live mode accounts. |
| 35 | +* Update - Jetpack packages in composer |
| 36 | +* Update - Remove the 60 day survey admin note, since it will be redundant after we add the reviews prompt. |
| 37 | +* Update - Track action complete event in Stripe Notification embedded component. |
| 38 | +* Update - update: tokenize ECE initialization and update flow on pricing change. |
| 39 | +* Dev - Add centralized payment method definitions to streamline implementation and maintenance of payment methods. |
| 40 | +* Dev - Exclude playwright-report from eslint. |
| 41 | +* Dev - Include transaction ID when requesting card reader fee charges summary. |
| 42 | +* Dev - Refactors to the embedded compoennts logic. |
| 43 | +* Dev - Update @wordpress/icons version to latest version 10.19.0 |
| 44 | + |
3 | 45 | = 9.0.0 - 2025-02-26 = |
4 | 46 | * Add - Add E2E tests for currency switching at checkout. |
5 | 47 | * Add - Add GrabPay payment method details to the View Transaction page. |
|
0 commit comments