From 3a347e2549fadfb691673e15c4050df84c7fe9a7 Mon Sep 17 00:00:00 2001 From: mattallan Date: Tue, 15 Nov 2022 19:19:48 +1000 Subject: [PATCH] Update changelog and bump versions --- changelog.txt | 2 +- package-lock.json | 4 ++-- package.json | 2 +- woocommerce-subscriptions-core.php | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/changelog.txt b/changelog.txt index 34c84ded5..33ce78b60 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,6 +1,6 @@ *** WooCommerce Subscriptions Core Changelog *** -= 2.5.2 - 2022-xx-xx = += 2.5.2 - 2022-11-15 = * Fix - When creating a subscription via the checkout, make sure a new instance of the subscription is attached to the `woocommerce_checkout_subscription_created` action hook. = 2.5.1 - 2022-11-04 = diff --git a/package-lock.json b/package-lock.json index 74f78cfea..8bd505985 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "woocommerce-subscriptions-core", - "version": "2.5.1", + "version": "2.5.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "woocommerce-subscriptions-core", - "version": "2.5.1", + "version": "2.5.2", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { diff --git a/package.json b/package.json index a8407acb5..a691b8917 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "title": "WooCommerce Subscriptions Core", "author": "Automattic", "license": "GPL-3.0-or-later", - "version": "2.5.1", + "version": "2.5.2", "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 58403525e..d01b01411 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: 2.5.1 + * Version: 2.5.2 */