From 8825a2f414236bd19991c8f68192c890c02d06d2 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 22 Mar 2022 08:27:08 -0700 Subject: [PATCH 1/3] Update plugin version number. --- load.php | 4 ++-- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/load.php b/load.php index 4da3996da6..bd9dc2afd0 100644 --- a/load.php +++ b/load.php @@ -5,7 +5,7 @@ * Description: Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules. * Requires at least: 5.8 * Requires PHP: 5.6 - * Version: 1.0.0-beta.2 + * Version: 1.0.0-beta.3 * Author: WordPress Performance Group * Author URI: https://make.wordpress.org/core/tag/performance/ * License: GPLv2 or later @@ -15,7 +15,7 @@ * @package performance-lab */ -define( 'PERFLAB_VERSION', '1.0.0-beta.2' ); +define( 'PERFLAB_VERSION', '1.0.0-beta.3' ); define( 'PERFLAB_MAIN_FILE', __FILE__ ); define( 'PERFLAB_MODULES_SETTING', 'perflab_modules_settings' ); define( 'PERFLAB_MODULES_SCREEN', 'perflab-modules' ); diff --git a/package-lock.json b/package-lock.json index 7cd59a8a9b..25832982b7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "performance", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 620413dda3..45d2c4a933 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "performance", - "version": "1.0.0-beta.2", + "version": "1.0.0-beta.3", "private": true, "description": "Performance plugin from the WordPress Performance Group, which is a collection of standalone performance modules.", "author": "The WordPress Contributors", diff --git a/readme.txt b/readme.txt index 71463b5a55..8da6f81fdf 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg Requires at least: 5.8 Tested up to: 5.9 Requires PHP: 5.6 -Stable tag: 1.0.0-beta.2 +Stable tag: 1.0.0-beta.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, images, javascript, site health, measurement, object caching From 3bbc08d0d40de5bd2fc1026a2655fb4d20deebb6 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 22 Mar 2022 08:27:26 -0700 Subject: [PATCH 2/3] Update since annotations. --- load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load.php b/load.php index bd9dc2afd0..2eb7bf4274 100644 --- a/load.php +++ b/load.php @@ -41,7 +41,7 @@ function perflab_register_modules_setting() { /** * Gets the default value for the performance modules setting. * - * @since n.e.x.t + * @since 1.0.0 */ function perflab_get_modules_setting_default() { // Since the default relies on some minimal logic that includes requiring an additional file, From 5ce6cb658ca338ce36d9086572fd02a718beb3c8 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 22 Mar 2022 08:29:31 -0700 Subject: [PATCH 3/3] Update readme with 1.0.0-beta.3 changelog. --- readme.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.txt b/readme.txt index 8da6f81fdf..a0ba33aa01 100644 --- a/readme.txt +++ b/readme.txt @@ -66,6 +66,12 @@ Contributions welcome! There are several ways to contribute: == Changelog == += 1.0.0-beta.3 = + +**Bug Fixes** + +* Infrastructure: Ensure default modules are loaded regardless of setting registration. ([248](https://github.com/WordPress/performance/pull/248)) + = 1.0.0-beta.2 = **Features**