|
1 | 1 | *** WooCommerce Payments Changelog *** |
2 | 2 |
|
| 3 | += 6.1.0 - 2023-06-28 = |
| 4 | +* Add - Add additional validation in VAT controller. |
| 5 | +* Add - Add Affirm and Afterpay to checkout block. |
| 6 | +* Add - Add Affirm and Afterpay to classic checkout. |
| 7 | +* Add - Add BNPL messaging to the product details page via Stripe Payment Method Messaging Element. |
| 8 | +* Add - Added a check to disable WooPay in case incompatible extensions are found. |
| 9 | +* Add - Adds implementation to handle deferred intent for the UPE in My account page. |
| 10 | +* Add - Adds support for UPE with deferred intent creation on the Blocks checkout page. |
| 11 | +* Add - Add Tap to Pay device type filter on transactions list page. |
| 12 | +* Add - Add usage tracking to WooPay express button location updates. |
| 13 | +* Add - Affirm and Afterpay logo support in transactions listing and transaction details. |
| 14 | +* Add - Connect page incentive for eligible merchants. |
| 15 | +* Add - Deposit schedule changes are disabled when an account has restrictions on it. |
| 16 | +* Add - Ensure Affirm and Afterpay available on checkout only when the payment is in expected range. |
| 17 | +* Add - Improve the wording and style of the "Active Disputes" task list item on the Payments → Overview screen to better communicate the urgency of resolving these disputes. |
| 18 | +* Add - Links in subscription deactivation modal open in a new tab. |
| 19 | +* Add - Show checkbox options for Affirm and Afterpay BNPL payment options. |
| 20 | +* Add - Update Affirm & Afterpay logos with border and icon images. |
| 21 | +* Add - Check for invalid extensions when one is activated or deactivated. |
| 22 | +* Fix - Add deadline and amount to clarify disputed order note. |
| 23 | +* Fix - Affirm&Afterpay: do not show messaging element for subscription products. |
| 24 | +* Fix - Allow `card_` prefix when validating payment method IDs to fix failing subscription renewals. |
| 25 | +* Fix - Check that a currency is available before adding it to the current currencies. Minor admin text string updates. Minor refactoring of MultiCurrency/RestController class. |
| 26 | +* Fix - Corrected bug where checkbox could not be enabled when credit card was disabled. |
| 27 | +* Fix - Fixed payment intents still getting confirmed on UPE when intent update fails. |
| 28 | +* Fix - Fix untranslated strings on the checkout page. |
| 29 | +* Fix - Fraudulent disputes will now show as Transaction unauthorized. |
| 30 | +* Fix - Hide Google Pay and Apple Pay buttons when total amount is zero on item details, cart, and checkout pages. |
| 31 | +* Fix - Improved user experience on onboarding form when validating fields if Enter key is pressed. |
| 32 | +* Fix - Improve the logic which determines if a user is activating the WC Subscriptions plugin when determining the need to load built-in subscriptions functionality. |
| 33 | +* Fix - Move WP hooks registration out of the core classes' constructors. |
| 34 | +* Fix - Remove all actions on preflight check. |
| 35 | +* Fix - Show descriptive dispute reasons in order notes. |
| 36 | +* Fix - Updated correct link for request classes docs. |
| 37 | +* Fix - Uses correct payment method title in order confirmation emails. |
| 38 | +* Update - Display the "Active Disputes" task list item on the Payments → Overview screen only if there are disputes due within seven days. |
| 39 | +* Update - Improve copy in Subscriptions deactivation modal. |
| 40 | +* Update - Improve the wording of the "Active Disputes" task list item on the WooCommerce → Home screen to better communicate the urgency of resolving these disputes. |
| 41 | +* Update - Moved the overview task list to the welcome greeting to improve visibility of important tasks. |
| 42 | +* Update - Update the design for UPE settings block. |
| 43 | +* Dev - Add support for Czech Republic, Hungary, and Sweden. |
| 44 | +* Dev - Bump minimum required version of WooCommerce to 7.8.0. |
| 45 | +* Dev - Comment: Add script to run QIT security tests locally. |
| 46 | +* Dev - Gracefully handle missing payment method constants. |
| 47 | +* Dev - minor refactor from js to tsx. |
| 48 | +* Dev - minor tsx refactor. |
| 49 | +* Dev - Tracking events for BNPL payment methods. |
| 50 | + |
3 | 51 | = 6.0.0 - 2023-06-08 = |
4 | 52 | * Add - Show Progressive Onboarding Express using Explat experiment |
5 | 53 | * Fix - Add a session check to avoid fatal errors. |
|
0 commit comments