Skip to content

Commit ec541af

Browse files
committed
Merge revert/release-5.2.1 into trunk
2 parents 521ca12 + 7f76ded commit ec541af

7 files changed

+13
-11
lines changed

changelog.txt

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

3-
= 5.2.1 - 2022-12-30 =
4-
* Fix - UPE not loading on checkout page due to undefined i18n.
5-
63
= 5.2.0 - 2022-12-21 =
74
* Add - Add WooPay Express Checkout button iframe functionality.
85
* Add - When deactivating WCPay plugin, warn merchant that active WCPay Subscriptions will continue collecting payment.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
PR created by the code freeze workflow is now done by botwoo to allow PR checks to be triggered

changelog/fix-5347-undefined-i18n-upe

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: patch
2+
Type: fix
3+
4+
UPE not loading on checkout page due to undefined i18n.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-payments",
3-
"version": "5.2.1",
3+
"version": "5.2.0",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: payment gateway, payment, apple pay, credit card, google pay
44
Requires at least: 5.9
55
Tested up to: 6.1
66
Requires PHP: 7.0
7-
Stable tag: 5.2.1
7+
Stable tag: 5.2.0
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -98,9 +98,6 @@ Please note that our support for the checkout block is still experimental and th
9898

9999
== Changelog ==
100100

101-
= 5.2.1 - 2022-12-30 =
102-
* Fix - UPE not loading on checkout page due to undefined i18n.
103-
104101
= 5.2.0 - 2022-12-21 =
105102
* Add - Add WooPay Express Checkout button iframe functionality.
106103
* Add - When deactivating WCPay plugin, warn merchant that active WCPay Subscriptions will continue collecting payment.

woocommerce-payments.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* WC tested up to: 7.2.0
1313
* Requires at least: 5.9
1414
* Requires PHP: 7.0
15-
* Version: 5.2.1
15+
* Version: 5.2.0
1616
*
1717
* @package WooCommerce\Payments
1818
*/

0 commit comments

Comments
 (0)