Prepare Beta Tester 2.2.4 Release (#39874)
This commit is contained in:
parent
a22f637023
commit
739159ab44
|
@ -1,5 +1,40 @@
|
|||
*** WooCommerce Beta Tester Changelog ***
|
||||
|
||||
2023-08-23 - version 2.2.4
|
||||
* Patch - check for WC_ADMIN_APP constant before using it
|
||||
* Patch - Fix a bug where between WC installs the beta tester would crash trying to log.
|
||||
* Patch - Fix a bug where WC_ABSPATH is used when the WooCommerce instance might not have defined it yet.
|
||||
* Patch - Fix rest api filter to allow any strings in replacement
|
||||
* Minor - Add a basic UI screen for installing from live branches (disabled in prod)
|
||||
* Minor - Add a userscript that allows creation of JN sites from Github branches.
|
||||
* Minor - Add a wp cli command for activating live branches.
|
||||
* Minor - Add feature to install and activate live branches.
|
||||
* Minor - Add SlotFill Examples feature
|
||||
* Minor - Add trunk as installable branch to live branches feature.
|
||||
* Minor - Add userscript option to install wc smooth generator.
|
||||
* Minor - Enable the live branches feature.
|
||||
* Minor - Fixing mismatched dependencies between @types/react-dom and react-dom
|
||||
* Minor - Update the live branches UI to improve finding and installing branches.
|
||||
* Minor - Declare compatibility for custom order table and product block editor features.
|
||||
* Minor - Update README to separate WooCommerce Admin Tester
|
||||
* Minor - Add support for installing WC trunk via live branches.
|
||||
* Patch - Bump required PHP version to 7.4
|
||||
* Patch - Consolidate wp-prettier version with rest of monorepo.
|
||||
* Minor - Release woocommerce-beta-tester with bugfixes from #39441
|
||||
* Minor - Sync @wordpress package versions via syncpack.
|
||||
* Patch - Update eslint to 8.32.0 across the monorepo.
|
||||
* Minor - Update pnpm monorepo-wide to 8.6.5
|
||||
* Minor - Update pnpm to 8.6.7
|
||||
* Minor - Update pnpm to version 8.
|
||||
* Minor - Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues
|
||||
* Patch - Update `wp-env` to version 8.2.0.
|
||||
* Minor - Upgrade TypeScript to 5.1.6
|
||||
* Patch - Correct spelling errors
|
||||
* Patch - Remove api code folder that was duplicated
|
||||
* Minor - Adjust option modal so that longer option names are fully shown.
|
||||
* Minor - Alphabetize the features list, and use toggle controls instead of buttons.
|
||||
* Minor - Reload page when toggling new-product-management-experience and product-block-editor
|
||||
|
||||
2022-10-11 - version 2.1.0
|
||||
* Dev - Add WooCommerce Admin Helper Tester functionality to Beta Tester
|
||||
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Fixing mismatched dependencies between @types/react-dom and react-dom
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: add
|
||||
Comment: This PR doesn't affect the build zip and therefore a change entry isn't necessary.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add SlotFill Examples feature
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Added PHPCS and fixed linting errors.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add trunk as installable branch to live branches feature.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Bump required PHP version to 7.4
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add a wp cli command for activating live branches.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add userscript option to install wc smooth generator.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Release woocommerce-beta-tester with bugfixes from #39441
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix a bug where between WC installs the beta tester would crash trying to log.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update eslint to 8.32.0 across the monorepo.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Remove api code folder that was duplicated
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Enable the live branches feature.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix a bug where WC_ABSPATH is used when the WooCommerce instance might not have defined it yet.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Add support for installing WC trunk via live branches.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Update the live branches UI to improve finding and installing branches.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Consolidate wp-prettier version with rest of monorepo.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add a basic UI screen for installing from live branches (disabled in prod)
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add a userscript that allows creation of JN sites from Github branches.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Sync @wordpress package versions via syncpack.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm to 8.6.7
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm monorepo-wide to 8.6.5
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Update pnpm to version 8.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Update `wp-env` to version 8.2.0.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Upgrade TypeScript to 5.1.6
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Add feature to install and activate live branches.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: tweak
|
||||
|
||||
Correct spelling errors
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Only made a change to a tsconfig that doesn't impact build output
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
check for WC_ADMIN_APP constant before using it
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Reload page when toggling new-product-management-experience and product-block-editor
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix rest api filter to allow any strings in replacement
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Adjust option modal so that longer option names are fully shown.
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: TypeScript build change
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Configuration change only
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This only changes some metadata relating to the release of the beta tester.
|
||||
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This is a dev-related change to the build step for Woorelease, and no changelog entry is required.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: This PR removes the Woorelease config. No change entry is necessary.
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Declare compatibility for custom order table and product block editor features.
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
Comment: Dev dependency update.
|
||||
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Alphabetize the features list, and use toggle controls instead of buttons.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Update README to separate WooCommerce Admin Tester
|
|
@ -1,5 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Dev-only change
|
||||
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: WooCommerce Beta Tester
|
||||
* Plugin URI: https://github.com/woocommerce/woocommerce-beta-tester
|
||||
* Description: Run bleeding edge versions of WooCommerce. This will replace your installed version of WooCommerce with the latest tagged release - use with caution, and not on production sites.
|
||||
* Version: 2.2.3
|
||||
* Version: 2.2.4
|
||||
* Author: WooCommerce
|
||||
* Author URI: http://woocommerce.com/
|
||||
* Requires at least: 5.8
|
||||
|
@ -30,7 +30,7 @@ if ( ! defined( 'WC_BETA_TESTER_FILE' ) ) {
|
|||
}
|
||||
|
||||
if ( ! defined( 'WC_BETA_TESTER_VERSION' ) ) {
|
||||
define( 'WC_BETA_TESTER_VERSION', '2.2.3' ); // WRCS: DEFINED_VERSION.
|
||||
define( 'WC_BETA_TESTER_VERSION', '2.2.4' ); // WRCS: DEFINED_VERSION.
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue