Skip to content
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.6.0",
"version": "10.0.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 @@ -42,7 +42,7 @@ final class WooCommerce {
*
* @var string
*/
public $version = '9.6.0';
public $version = '10.0.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.6.0",
"version": "10.0.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.6.0 2024-XX-XX =
= 10.0.0 2025-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.6.0-dev
* Version: 10.0.0-dev
* Author: Automattic
* Author URI: https://woocommerce.com
* Text Domain: woocommerce
Expand Down