From 48dee393ddcd3765600531c56c9b9dc0946f3b4e Mon Sep 17 00:00:00 2001 From: Matt Allan Date: Fri, 27 Oct 2023 14:56:59 +1000 Subject: [PATCH] Update `subscriptions-core` to 6.4.0 (#7533) --- changelog/subscriptions-core-6.4.0 | 4 ++++ changelog/subscriptions-core-6.4.0-1 | 4 ++++ changelog/subscriptions-core-6.4.0-2 | 4 ++++ changelog/subscriptions-core-6.4.0-3 | 4 ++++ changelog/subscriptions-core-6.4.0-4 | 4 ++++ changelog/subscriptions-core-6.4.0-5 | 4 ++++ composer.json | 2 +- composer.lock | 14 +++++++------- 8 files changed, 32 insertions(+), 8 deletions(-) create mode 100644 changelog/subscriptions-core-6.4.0 create mode 100644 changelog/subscriptions-core-6.4.0-1 create mode 100644 changelog/subscriptions-core-6.4.0-2 create mode 100644 changelog/subscriptions-core-6.4.0-3 create mode 100644 changelog/subscriptions-core-6.4.0-4 create mode 100644 changelog/subscriptions-core-6.4.0-5 diff --git a/changelog/subscriptions-core-6.4.0 b/changelog/subscriptions-core-6.4.0 new file mode 100644 index 00000000000..f3276257e95 --- /dev/null +++ b/changelog/subscriptions-core-6.4.0 @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +When HPOS is enabled, fix quick-editing the subscription statuses on the admin list table. diff --git a/changelog/subscriptions-core-6.4.0-1 b/changelog/subscriptions-core-6.4.0-1 new file mode 100644 index 00000000000..a419985b413 --- /dev/null +++ b/changelog/subscriptions-core-6.4.0-1 @@ -0,0 +1,4 @@ +Significance: minor +Type: dev + +Update subscriptions-core to 6.4.0. diff --git a/changelog/subscriptions-core-6.4.0-2 b/changelog/subscriptions-core-6.4.0-2 new file mode 100644 index 00000000000..b21c7dfe52b --- /dev/null +++ b/changelog/subscriptions-core-6.4.0-2 @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Ensure subscriptions have a date created that correctly accounts for the site's timezone. Fixes issues with subscriptions having a date created double the site's UTC offset. diff --git a/changelog/subscriptions-core-6.4.0-3 b/changelog/subscriptions-core-6.4.0-3 new file mode 100644 index 00000000000..13c208b95a5 --- /dev/null +++ b/changelog/subscriptions-core-6.4.0-3 @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Resolve an issue that would cause 3rd party plugin edit product fields with the show_if_variable-subscription class to be incorrectly hidden. diff --git a/changelog/subscriptions-core-6.4.0-4 b/changelog/subscriptions-core-6.4.0-4 new file mode 100644 index 00000000000..3db6a1b1c46 --- /dev/null +++ b/changelog/subscriptions-core-6.4.0-4 @@ -0,0 +1,4 @@ +Significance: minor +Type: add + +Use admin theme color and the correct WooCommerce colors across subscription interfaces. diff --git a/changelog/subscriptions-core-6.4.0-5 b/changelog/subscriptions-core-6.4.0-5 new file mode 100644 index 00000000000..1b1c200782d --- /dev/null +++ b/changelog/subscriptions-core-6.4.0-5 @@ -0,0 +1,4 @@ +Significance: minor +Type: fix + +Prevent subscription from turning into manual renewal after deleting payment method. diff --git a/composer.json b/composer.json index dfcfc161220..c975c4406f2 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "automattic/jetpack-autoloader": "2.11.18", "automattic/jetpack-identity-crisis": "0.8.43", "automattic/jetpack-sync": "1.47.7", - "woocommerce/subscriptions-core": "6.3.0" + "woocommerce/subscriptions-core": "6.4.0" }, "require-dev": { "composer/installers": "1.10.0", diff --git a/composer.lock b/composer.lock index e7620857481..0ac416e5e7e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "ca62e5128e7331ea4aa07e09e8dc792e", + "content-hash": "f93d75411ac254bc7e8b67beb00ff064", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", @@ -940,16 +940,16 @@ }, { "name": "woocommerce/subscriptions-core", - "version": "6.3.0", + "version": "6.4.0", "source": { "type": "git", "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git", - "reference": "8ba0249f97df46caafd625950853f8f5e5a29984" + "reference": "a94c9aab6d47f32461974ed09a4d3cad590f25b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/8ba0249f97df46caafd625950853f8f5e5a29984", - "reference": "8ba0249f97df46caafd625950853f8f5e5a29984", + "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/a94c9aab6d47f32461974ed09a4d3cad590f25b0", + "reference": "a94c9aab6d47f32461974ed09a4d3cad590f25b0", "shasum": "" }, "require": { @@ -990,10 +990,10 @@ "description": "Sell products and services with recurring payments in your WooCommerce Store.", "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core", "support": { - "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/6.3.0", + "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/6.4.0", "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues" }, - "time": "2023-10-06T04:31:08+00:00" + "time": "2023-10-18T03:32:50+00:00" } ], "packages-dev": [