Prepare Beta Tester 2.2.4 Release (#39874)

This commit is contained in:
Christopher Allford 2023-08-23 13:51:43 -07:00 committed by GitHub
parent a22f637023
commit 739159ab44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
46 changed files with 37 additions and 186 deletions

View File

@ -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

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Fixing mismatched dependencies between @types/react-dom and react-dom

View File

@ -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.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add SlotFill Examples feature

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Added PHPCS and fixed linting errors.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add trunk as installable branch to live branches feature.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Bump required PHP version to 7.4

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add a wp cli command for activating live branches.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add userscript option to install wc smooth generator.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Release woocommerce-beta-tester with bugfixes from #39441

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm version constraint to 7.13.3 to avoid auto-install-peers issues

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Fix a bug where between WC installs the beta tester would crash trying to log.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update eslint to 8.32.0 across the monorepo.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Remove api code folder that was duplicated

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Enable the live branches feature.

View File

@ -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.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Add support for installing WC trunk via live branches.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Update the live branches UI to improve finding and installing branches.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Consolidate wp-prettier version with rest of monorepo.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add a basic UI screen for installing from live branches (disabled in prod)

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add a userscript that allows creation of JN sites from Github branches.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Sync @wordpress package versions via syncpack.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to 8.6.7

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm monorepo-wide to 8.6.5

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Update pnpm to version 8.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Update `wp-env` to version 8.2.0.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: dev
Upgrade TypeScript to 5.1.6

View File

@ -1,4 +0,0 @@
Significance: minor
Type: add
Add feature to install and activate live branches.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: tweak
Correct spelling errors

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Only made a change to a tsconfig that doesn't impact build output

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
check for WC_ADMIN_APP constant before using it

View File

@ -1,4 +0,0 @@
Significance: minor
Type: enhancement
Reload page when toggling new-product-management-experience and product-block-editor

View File

@ -1,4 +0,0 @@
Significance: patch
Type: fix
Fix rest api filter to allow any strings in replacement

View File

@ -1,4 +0,0 @@
Significance: minor
Type: enhancement
Adjust option modal so that longer option names are fully shown.

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: TypeScript build change

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Configuration change only

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: This only changes some metadata relating to the release of the beta tester.

View File

@ -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.

View File

@ -1,4 +0,0 @@
Significance: patch
Type: dev
Comment: This PR removes the Woorelease config. No change entry is necessary.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Declare compatibility for custom order table and product block editor features.

View File

@ -1,5 +0,0 @@
Significance: patch
Type: fix
Comment: Dev dependency update.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: enhancement
Alphabetize the features list, and use toggle controls instead of buttons.

View File

@ -1,4 +0,0 @@
Significance: minor
Type: update
Update README to separate WooCommerce Admin Tester

View File

@ -1,5 +0,0 @@
Significance: patch
Type: dev
Comment: Dev-only change

View File

@ -1,3 +0,0 @@
Significance: patch
Type: dev

View File

@ -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.
}
/**