Skip to content

Commit 27ff73a

Browse files
Update subscriptions-core library to 5.3.0 (#5469)
1 parent 8b3acaf commit 27ff73a

7 files changed

+28
-8
lines changed

changelog/subscriptions-core-5.3.0-1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: add
3+
4+
Highlight subscriptions with overdue payment in list view with red icon & tooltip.

changelog/subscriptions-core-5.3.0-2

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: fix
3+
4+
Shipping address correctly set when resubscribing to subscriptions that contains different billing and shipping addresses.

changelog/subscriptions-core-5.3.0-3

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: fix
3+
4+
When processing customer requests to update all their subscription payment methods, ensure the updated subscription is used to fetch the new payment meta, not and old instance.

changelog/subscriptions-core-5.3.0-4

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: fix
3+
4+
Catch exceptions when changing payment method associated with a subscription to avoid fatal errors.

changelog/subscriptions-core-5.3.0-5

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Significance: minor
2+
Type: dev
3+
4+
Remove deprecated `strptime` function in favour of `DateTime::createFromFormat`.

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.2.0"
32+
"woocommerce/subscriptions-core": "5.3.0"
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.

0 commit comments

Comments
 (0)