Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep trunk for 9.6 cycle #3

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/woocommerce/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "woocommerce/woocommerce",
"description": "An eCommerce toolkit that helps you sell anything. Beautifully.",
"homepage": "https://woocommerce.com/",
"version": "9.4.0",
"version": "9.6.0",
"type": "wordpress-plugin",
"license": "GPL-3.0-or-later",
"prefer-stable": true,
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/includes/class-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '9.4.0';
public $version = '9.6.0';

/**
* WooCommerce Schema version.
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@woocommerce/plugin-woocommerce",
"private": true,
"title": "WooCommerce",
"version": "9.4.0",
"version": "9.6.0",
"homepage": "https://woocommerce.com/",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion plugins/woocommerce/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,6 @@ WooCommerce comes with some sample data you can use to see how products look; im

== Changelog ==

= 9.4.0 2024-XX-XX =
= 9.6.0 2024-XX-XX =

[See changelog for all versions](https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt).
2 changes: 1 addition & 1 deletion plugins/woocommerce/woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WooCommerce
* Plugin URI: https://woocommerce.com/
* Description: An ecommerce toolkit that helps you sell anything. Beautifully.
* Version: 9.4.0-dev
* Version: 9.6.0-dev
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woocommerce
Expand Down