|
1 | 1 | *** WooCommerce Payments Changelog ***
|
2 | 2 |
|
| 3 | += 5.2.0 - 2022-12-21 = |
| 4 | +* Add - Add WooPay Express Checkout button iframe functionality. |
| 5 | +* Add - When deactivating WCPay plugin, warn merchant that active WCPay Subscriptions will continue collecting payment. |
| 6 | +* Fix - Allow the "Your payment information is incomplete." UPE checkout block message to be translated. |
| 7 | +* Fix - Extend Stripe Link availability check with available fees |
| 8 | +* Fix - Prevent `Additional Payment Methods` (UPE) checkboxes within `Payments > Settings` , from getting unchecked and checked automatically while selecting multiple items quickly. |
| 9 | +* Fix - Fix an undefined variable bug in WooPay Express Checkout. |
| 10 | +* Fix - Fix for an issue where a timestamp in the past could be displayed on the update business details task card. |
| 11 | +* Fix - Fix translations job from the post-release workflow |
| 12 | +* Fix - Fix wrong time displayed in the "You need to capture this charge before..." text on the payment details page. |
| 13 | +* Fix - Hide "capture charge" and "cancel authorization" actions on order details page when order status is processing or completed. |
| 14 | +* Fix - Make the tooltips on UPE settings ( Settings > Payments accepted on checkout ) , show the correct custom rates whenever applicable. |
| 15 | +* Fix - PR created by the code freeze workflow is now done by botwoo to allow PR checks to be triggered |
| 16 | +* Fix - Prevent checkboxes from getting unchecked automatically within the UPE onboarding form, when we click multiple selections within a very short time ( 1.5 seconds ) |
| 17 | +* Fix - Recurring payments for cards issued by Indian banks. |
| 18 | +* Fix - Remove the UPE notification badge on the Payments > Settings menu item |
| 19 | +* Fix - Set commit author as github-actions bot for the code freeze workflow |
| 20 | +* Fix - Updates subscriptions' payment token when a new default payment method is set. |
| 21 | +* Update - Update currency_rate endpoint to not make a request if currency_from value is not valid/expected value. |
| 22 | +* Dev - Bump minimum required version of WooCommerce to 7.0. |
| 23 | +* Dev - Remove unused pre-release workflow |
| 24 | +* Dev - Replace direct database queries which fetched orders with an invoice ID with an equivalent wc_get_orders() query |
| 25 | +* Dev - Replace direct database queries which fetched subscriptions with a wcpay subscription ID with an equivalent wc_get_orders() query |
| 26 | +* Dev - Show correct authorizations count when switching between live and test modes |
| 27 | +* Dev - Support custom REMOTE_PORT for xDebug |
| 28 | + |
3 | 29 | = 5.1.2 - 2022-12-03 =
|
4 | 30 | * Fix - Import critical package instead of lazy loading.
|
5 | 31 |
|
|
0 commit comments