diff --git a/changelog.txt b/changelog.txt index 668e463d8..0655f57a6 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Subscriptions Core Changelog *** -= 8.0.1 - 2025-xx-xx = += 8.0.1 - 2025-02-13 = * Fix - Revert a change released in 7.2.0 which triggered the "woocommerce_cart_item_name" filter with the wrong number of parameters. = 8.0.0 - 2025-02-13 = diff --git a/includes/class-wc-subscriptions-core-plugin.php b/includes/class-wc-subscriptions-core-plugin.php index f9d799671..2ce4dba85 100644 --- a/includes/class-wc-subscriptions-core-plugin.php +++ b/includes/class-wc-subscriptions-core-plugin.php @@ -16,7 +16,7 @@ class WC_Subscriptions_Core_Plugin { * The version of subscriptions-core library. * @var string */ - protected $library_version = '8.0.0'; // WRCS: DEFINED_VERSION. + protected $library_version = '8.0.1'; // WRCS: DEFINED_VERSION. /** * The subscription scheduler instance. diff --git a/package-lock.json b/package-lock.json index b17e63604..16d76e5ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-subscriptions-core", - "version": "8.0.0", + "version": "8.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "woocommerce-subscriptions-core", - "version": "8.0.0", + "version": "8.0.1", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 8abc209df..b4e1c739f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "WooCommerce Subscriptions Core", "author": "Automattic", "license": "GPL-3.0-or-later", - "version": "8.0.0", + "version": "8.0.1", "description": "", "homepage": "https://github.com/Automattic/woocommerce-subscriptions-core", "main": "Gruntfile.js", diff --git a/woocommerce-subscriptions-core.php b/woocommerce-subscriptions-core.php index 89716129a..6d66f2fcc 100644 --- a/woocommerce-subscriptions-core.php +++ b/woocommerce-subscriptions-core.php @@ -6,5 +6,5 @@ * Author: Automattic * Author URI: https://woocommerce.com/ * Requires WP: 5.6 - * Version: 8.0.0 + * Version: 8.0.1 */