Skip to content

Commit 47e7692

Browse files
committed
Merge trunk v5.0.3 into develop
# Conflicts: # composer.json # composer.lock
2 parents 3d9589d + 168b6d0 commit 47e7692

File tree

7 files changed

+18
-12
lines changed

7 files changed

+18
-12
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.0.3 - 2022-11-15 =
4+
* Fix - Purchasing a synced subscription with WCPay Subscriptions correctly sets the next payment date to the sync date in Stripe.
5+
36
= 5.0.2 - 2022-11-14 =
47
* Fix - Fixed rest api error for payment_gateways endpoint
58

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"automattic/jetpack-sync": "1.30.5",
3030
"automattic/jetpack-tracking": "1.14.5",
3131
"myclabs/php-enum": "1.7.7",
32-
"woocommerce/subscriptions-core": "5.0.0"
32+
"woocommerce/subscriptions-core": "2.5.2"
3333
},
3434
"require-dev": {
3535
"composer/installers": "1.10.0",

composer.lock

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

package-lock.json

Lines changed: 1 addition & 1 deletion
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.0.2",
3+
"version": "5.0.3",
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.8
55
Tested up to: 6.0
66
Requires PHP: 7.0
7-
Stable tag: 5.0.2
7+
Stable tag: 5.0.3
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.0.3 - 2022-11-15 =
102+
* Fix - Purchasing a synced subscription with WCPay Subscriptions correctly sets the next payment date to the sync date in Stripe.
103+
101104
= 5.0.2 - 2022-11-14 =
102105
* Fix - Fixed rest api error for payment_gateways endpoint
103106

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.0.0
1313
* Requires at least: 5.8
1414
* Requires PHP: 7.0
15-
* Version: 5.0.2
15+
* Version: 5.0.3
1616
*
1717
* @package WooCommerce\Payments
1818
*/

0 commit comments

Comments
 (0)