Skip to content

Commit f933120

Browse files
committed
Merge trunk v5.2.0 into develop
2 parents 1fd463d + 68856b7 commit f933120

31 files changed

+57
-111
lines changed

changelog.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
*** WooCommerce Payments Changelog ***
22

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+
329
= 5.1.2 - 2022-12-03 =
430
* Fix - Import critical package instead of lazy loading.
531

changelog/4846-update-by-jan-1970

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-1401-woopay-express-checkout-functionality

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/add-auhtorizations-cache-test-mode

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/dev-bump-versions-5.2.0

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/dev-currency-rate-fixes

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/dev-support-custom-remote-port-for-xdebug

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-2935-recurring-transactions-indian-ccs

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-4508-remove-settings-submenu-ufe-notification-badge

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelog/fix-4612-checkout-blocks-upe-error-message-i18n

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)