From 0f26b509725eb3f1071a7742030f6d6517adf393 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 18:16:31 +0000 Subject: [PATCH] Prep trunk for 9.3 cycle (#49962) * Prep trunk for 9.3 cycle with version bump to 9.3.0-dev * Add comment explaining why no changelog is needed. --------- Co-authored-by: WooCommerce Bot Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com> --- .../woocommerce/changelog/prep-trunk-for-next-dev-cycle-9.3 | 5 +++++ plugins/woocommerce/composer.json | 2 +- plugins/woocommerce/includes/class-woocommerce.php | 2 +- plugins/woocommerce/package.json | 2 +- plugins/woocommerce/readme.txt | 2 +- plugins/woocommerce/woocommerce.php | 2 +- 6 files changed, 10 insertions(+), 5 deletions(-) create mode 100644 plugins/woocommerce/changelog/prep-trunk-for-next-dev-cycle-9.3 diff --git a/plugins/woocommerce/changelog/prep-trunk-for-next-dev-cycle-9.3 b/plugins/woocommerce/changelog/prep-trunk-for-next-dev-cycle-9.3 new file mode 100644 index 00000000000..f9f79951091 --- /dev/null +++ b/plugins/woocommerce/changelog/prep-trunk-for-next-dev-cycle-9.3 @@ -0,0 +1,5 @@ +Significance: patch +Type: dev +Comment: Automated version bump, there is nothing of value worth communicating via the changelog. + + diff --git a/plugins/woocommerce/composer.json b/plugins/woocommerce/composer.json index 78f9b5710fa..edc8dcdbd50 100644 --- a/plugins/woocommerce/composer.json +++ b/plugins/woocommerce/composer.json @@ -2,7 +2,7 @@ "name": "woocommerce/woocommerce", "description": "An eCommerce toolkit that helps you sell anything. Beautifully.", "homepage": "https://woocommerce.com/", - "version": "9.2.0", + "version": "9.3.0", "type": "wordpress-plugin", "license": "GPL-3.0-or-later", "prefer-stable": true, diff --git a/plugins/woocommerce/includes/class-woocommerce.php b/plugins/woocommerce/includes/class-woocommerce.php index abba659550e..b6e8c7f1212 100644 --- a/plugins/woocommerce/includes/class-woocommerce.php +++ b/plugins/woocommerce/includes/class-woocommerce.php @@ -43,7 +43,7 @@ final class WooCommerce { * * @var string */ - public $version = '9.2.0'; + public $version = '9.3.0'; /** * WooCommerce Schema version. diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 9e24df7c69d..2250335584e 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -2,7 +2,7 @@ "name": "@woocommerce/plugin-woocommerce", "private": true, "title": "WooCommerce", - "version": "9.2.0", + "version": "9.3.0", "homepage": "https://woocommerce.com/", "repository": { "type": "git", diff --git a/plugins/woocommerce/readme.txt b/plugins/woocommerce/readme.txt index 9f8f552d781..00b76b23439 100644 --- a/plugins/woocommerce/readme.txt +++ b/plugins/woocommerce/readme.txt @@ -169,6 +169,6 @@ WooCommerce comes with some sample data you can use to see how products look; im == Changelog == -= 9.2.0 2024-XX-XX = += 9.3.0 2024-XX-XX = [See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt). diff --git a/plugins/woocommerce/woocommerce.php b/plugins/woocommerce/woocommerce.php index 34e921b783d..391f2f454d9 100644 --- a/plugins/woocommerce/woocommerce.php +++ b/plugins/woocommerce/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: https://woocommerce.com/ * Description: An ecommerce toolkit that helps you sell anything. Beautifully. - * Version: 9.2.0-dev + * Version: 9.3.0-dev * Author: Automattic * Author URI: https://woocommerce.com * Text Domain: woocommerce