From 47de1ba6ffd1512fb6e664489e96766a0b47c11d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:45:24 +0100 Subject: [PATCH] Prep trunk for 8.8 cycle (#44910) Prep trunk for 8.8 cycle with version bump to 8.8.0-dev Co-authored-by: WooCommerce Bot --- 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 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/woocommerce/composer.json b/plugins/woocommerce/composer.json index df6e3b2fb48..9133f462e46 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://woo.com/", - "version": "8.7.0", + "version": "8.8.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 063c11a2165..7c90fb71abe 100644 --- a/plugins/woocommerce/includes/class-woocommerce.php +++ b/plugins/woocommerce/includes/class-woocommerce.php @@ -37,7 +37,7 @@ final class WooCommerce { * * @var string */ - public $version = '8.7.0'; + public $version = '8.8.0'; /** * WooCommerce Schema version. diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index ce83d3873b2..85f524e05f0 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -2,7 +2,7 @@ "name": "@woocommerce/plugin-woocommerce", "private": true, "title": "WooCommerce", - "version": "8.7.0", + "version": "8.8.0", "homepage": "https://woo.com/", "repository": { "type": "git", diff --git a/plugins/woocommerce/readme.txt b/plugins/woocommerce/readme.txt index a13e0cd4d03..9154fa42cf8 100644 --- a/plugins/woocommerce/readme.txt +++ b/plugins/woocommerce/readme.txt @@ -165,6 +165,6 @@ WooCommerce comes with some sample data you can use to see how products look; im == Changelog == -= 8.7.0 2024-XX-XX = += 8.8.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 b9ec645123b..674157cc2f7 100644 --- a/plugins/woocommerce/woocommerce.php +++ b/plugins/woocommerce/woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: WooCommerce * Plugin URI: https://woo.com/ * Description: An ecommerce toolkit that helps you sell anything. Beautifully. - * Version: 8.7.0-dev + * Version: 8.8.0-dev * Author: Automattic * Author URI: https://woo.com * Text Domain: woocommerce