From 631a28f11a1564e0dd391ebc490c34d4245d6122 Mon Sep 17 00:00:00 2001 From: Chris Aprea Date: Mon, 7 Feb 2022 13:12:08 +1100 Subject: [PATCH] Update subscriptions-core to `1.6.3` (#3752) --- changelog.txt | 2 ++ composer.json | 2 +- composer.lock | 14 +++++++------- readme.txt | 2 ++ 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/changelog.txt b/changelog.txt index 7849fdd3e7c..c66f82dda5d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -14,6 +14,8 @@ * Fix - Checkout with block-based themes. * Add - UPE payment method - EPS. * Fix - Redundant payment intents for UPE. +* Fix - Replace uses of is_ajax() with wp_doing_ajax() in subscriptions-core. +* Improve handling of session data. = 3.6.1 - 2022-01-27 = * Fix - Remove packages not compatible with PHP 7.0 diff --git a/composer.json b/composer.json index e71f3e5e001..2f30ef08196 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "automattic/jetpack-autoloader": "2.10.11", "automattic/jetpack-identity-crisis": "0.7.0", "myclabs/php-enum": "1.7.7", - "woocommerce/subscriptions-core": "1.6.2" + "woocommerce/subscriptions-core": "1.6.3" }, "require-dev": { "composer/installers": "1.10.0", diff --git a/composer.lock b/composer.lock index 58ac8231c31..c6168db416f 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": "f9945c795139fa0f7590109e89cc9dca", + "content-hash": "17133e98dfa354883b3b054937d1a0ab", "packages": [ { "name": "automattic/jetpack-a8c-mc-stats", @@ -955,16 +955,16 @@ }, { "name": "woocommerce/subscriptions-core", - "version": "1.6.2", + "version": "1.6.3", "source": { "type": "git", "url": "https://github.com/Automattic/woocommerce-subscriptions-core.git", - "reference": "bc48cd0437fc4601643e72abc4a7cd9beffb35b5" + "reference": "dcb5a50c35b3bbba68984a3fedd6a128990a3cb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/bc48cd0437fc4601643e72abc4a7cd9beffb35b5", - "reference": "bc48cd0437fc4601643e72abc4a7cd9beffb35b5", + "url": "https://api.github.com/repos/Automattic/woocommerce-subscriptions-core/zipball/dcb5a50c35b3bbba68984a3fedd6a128990a3cb3", + "reference": "dcb5a50c35b3bbba68984a3fedd6a128990a3cb3", "shasum": "" }, "require": { @@ -1006,10 +1006,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/1.6.2", + "source": "https://github.com/Automattic/woocommerce-subscriptions-core/tree/1.6.3", "issues": "https://github.com/Automattic/woocommerce-subscriptions-core/issues" }, - "time": "2022-01-19T13:46:30+00:00" + "time": "2022-02-07T01:32:45+00:00" } ], "packages-dev": [ diff --git a/readme.txt b/readme.txt index 7d04b06615b..76f1064be67 100644 --- a/readme.txt +++ b/readme.txt @@ -112,6 +112,8 @@ Please note that our support for the checkout block is still experimental and th * Fix - Checkout with block-based themes. * Add - UPE payment method - EPS. * Fix - Redundant payment intents for UPE. +* Fix - Replace uses of is_ajax() with wp_doing_ajax() in subscriptions-core. +* Improve handling of session data. = 3.6.1 - 2022-01-27 = * Fix - Remove packages not compatible with PHP 7.0