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 <no-reply@woocommerce.com> Co-authored-by: Barry Hughes <3594411+barryhughes@users.noreply.github.com>
This commit is contained in:
parent
1b2e06a6f6
commit
0f26b50972
|
@ -0,0 +1,5 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
Comment: Automated version bump, there is nothing of value worth communicating via the changelog.
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "woocommerce/woocommerce",
|
"name": "woocommerce/woocommerce",
|
||||||
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
|
||||||
"homepage": "https://woocommerce.com/",
|
"homepage": "https://woocommerce.com/",
|
||||||
"version": "9.2.0",
|
"version": "9.3.0",
|
||||||
"type": "wordpress-plugin",
|
"type": "wordpress-plugin",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
|
|
|
@ -43,7 +43,7 @@ final class WooCommerce {
|
||||||
*
|
*
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
public $version = '9.2.0';
|
public $version = '9.3.0';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WooCommerce Schema version.
|
* WooCommerce Schema version.
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "@woocommerce/plugin-woocommerce",
|
"name": "@woocommerce/plugin-woocommerce",
|
||||||
"private": true,
|
"private": true,
|
||||||
"title": "WooCommerce",
|
"title": "WooCommerce",
|
||||||
"version": "9.2.0",
|
"version": "9.3.0",
|
||||||
"homepage": "https://woocommerce.com/",
|
"homepage": "https://woocommerce.com/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -169,6 +169,6 @@ WooCommerce comes with some sample data you can use to see how products look; im
|
||||||
|
|
||||||
== Changelog ==
|
== 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).
|
[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
* Plugin Name: WooCommerce
|
* Plugin Name: WooCommerce
|
||||||
* Plugin URI: https://woocommerce.com/
|
* Plugin URI: https://woocommerce.com/
|
||||||
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
|
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
|
||||||
* Version: 9.2.0-dev
|
* Version: 9.3.0-dev
|
||||||
* Author: Automattic
|
* Author: Automattic
|
||||||
* Author URI: https://woocommerce.com
|
* Author URI: https://woocommerce.com
|
||||||
* Text Domain: woocommerce
|
* Text Domain: woocommerce
|
||||||
|
|
Loading…
Reference in New Issue