Bump beta tester to 2.3.2 to prep a new release (#48806)
* Bump version to 2.3.2 * Update changelogs * Add changefile(s) from automation for the following project(s): woocommerce-beta-tester --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
3b9bd6d019
commit
97e5873b1b
|
@ -1,4 +1,9 @@
|
|||
*** WooCommerce Beta Tester Changelog ***
|
||||
2024-06-25 - versio 2.3.2
|
||||
* Minor - Adds a new tool to the WCA Test Helper that helps import remote inbox notifications from staging or production for testing purposes #48735
|
||||
* Minor - Remove the new old experience #47814
|
||||
* Patch - Fix "Live Branches" item not shown in the WooCommerce menu #47691
|
||||
* Patch - Fix lint errors from the remote spec test endpoint. #47520
|
||||
|
||||
2024-05-13 - version 2.3.1
|
||||
* Minor - Add Remote Spec Validator to WooCommerce Admin Tester
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Bump the version of beta tester to 2.3.1 to include Remote Spec Validator
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix lint errors from the remote spec test endpoint.
|
|
@ -1,4 +0,0 @@
|
|||
Significance: patch
|
||||
Type: fix
|
||||
|
||||
Fix "Live Branches" item not shown in the WooCommerce menu
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: add
|
||||
|
||||
Adds a new tool to the WCA Test Helper that helps import remote inbox notifications from staging or production for testing purposes
|
|
@ -0,0 +1,4 @@
|
|||
Significance: minor
|
||||
Type: update
|
||||
|
||||
Bump the version of beta tester to 2.3.2
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: dev
|
||||
|
||||
Remove not used feature flags #47150
|
|
@ -1,4 +0,0 @@
|
|||
Significance: minor
|
||||
Type: enhancement
|
||||
|
||||
Remove the previous product management experience
|
|
@ -6,7 +6,7 @@
|
|||
"license": "GPL-3.0-or-later",
|
||||
"prefer-stable": true,
|
||||
"minimum-stability": "dev",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"require": {
|
||||
"composer/installers": "~1.7"
|
||||
},
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
|
||||
},
|
||||
"title": "WooCommerce Beta Tester",
|
||||
"version": "2.3.1",
|
||||
"version": "2.3.2",
|
||||
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
|
||||
"devDependencies": {
|
||||
"@types/react": "^17.0.71",
|
||||
|
|
|
@ -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.3.1
|
||||
* Version: 2.3.2
|
||||
* Author: WooCommerce
|
||||
* Author URI: https://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.3.0' ); // WRCS: DEFINED_VERSION.
|
||||
define( 'WC_BETA_TESTER_VERSION', '2.3.2' ); // WRCS: DEFINED_VERSION.
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue