Skip to content

Commit 24ffea5

Browse files
committed
Merge trunk v5.1.1 into develop
2 parents 8d05a04 + ffd1e84 commit 24ffea5

File tree

5 files changed

+11
-5
lines changed

5 files changed

+11
-5
lines changed

changelog.txt

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

3+
= 5.1.1 - 2022-12-02 =
4+
* Fix - Minor patch fix to cron functionality that does not appear to have front-end ramifications for customers.
5+
36
= 5.1.0 - 2022-11-30 =
47
* Add - Add a counter of pending authorizations to Uncaptured tab in Transactions page.
58
* Add - Added support for a WooPay express checkout button on checkout blocks. This feature is currently behind a feature flag and is not yet publicly available.

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.1.0",
3+
"version": "5.1.1",
44
"main": "webpack.config.js",
55
"author": "Automattic",
66
"license": "GPL-3.0-or-later",

readme.txt

Lines changed: 4 additions & 1 deletion
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.1.0
7+
Stable tag: 5.1.1
88
License: GPLv2 or later
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

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

9999
== Changelog ==
100100

101+
= 5.1.1 - 2022-12-02 =
102+
* Fix - Minor patch fix to cron functionality that does not appear to have front-end ramifications for customers.
103+
101104
= 5.1.0 - 2022-11-30 =
102105
* Add - Add a counter of pending authorizations to Uncaptured tab in Transactions page.
103106
* Add - Added support for a WooPay express checkout button on checkout blocks. This feature is currently behind a feature flag and is not yet publicly available.

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.1.0
1313
* Requires at least: 5.9
1414
* Requires PHP: 7.0
15-
* Version: 5.1.0
15+
* Version: 5.1.1
1616
*
1717
* @package WooCommerce\Payments
1818
*/

0 commit comments

Comments
 (0)