Enable Live Branches feature in WooCommerce Beta Tester (#36407)

This commit is contained in:
Sam Seay 2023-01-16 18:31:08 +13:00 committed by GitHub
parent 30b00e3d91
commit 235709ebf7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 9 additions and 7 deletions

View File

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

View File

@ -6,7 +6,7 @@
"license": "GPL-3.0-or-later",
"prefer-stable": true,
"minimum-stability": "dev",
"version": "2.1.0",
"version": "2.2.0",
"require": {
"composer/installers": "~1.7"
},

View File

@ -18,9 +18,7 @@ class WC_Beta_Tester_Live_Branches {
add_action( 'admin_enqueue_scripts', array( $this, 'register_scripts' ) );
// By the time this code runs it appears too late to hook into `admin_menu`.
// NOTE - We don't have feature flags, so add the following code to enable it
// in development: `$this->register_page()`.
$this->register_page();
}
/**

View File

@ -7,7 +7,7 @@
"url": "git://github.com/woocommerce/woocommerce-beta-tester.git"
},
"title": "WooCommerce Beta Tester",
"version": "2.1.0",
"version": "2.2.0",
"homepage": "http://github.com/woocommerce/woocommerce-beta-tester",
"devDependencies": {
"@types/react": "^17.0.2",

View File

@ -3,7 +3,7 @@ Contributors: automattic, bor0, claudiosanches, claudiulodro, kloon, mikejolley,
Tags: woocommerce, woo commerce, beta, beta tester, bleeding edge, testing
Requires at least: 4.7
Tested up to: 6.0
Stable tag: 2.1.0
Stable tag: 2.2.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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.1.0
* Version: 2.2.0
* Author: WooCommerce
* Author URI: http://woocommerce.com/
* Requires at least: 5.8