Skip to content

Commit

Permalink
Merge pull request #251 from WordPress/publish/1.0.0-beta.3
Browse files Browse the repository at this point in the history
Prepare 1.0.0-beta.3 release
  • Loading branch information
felixarntz authored Mar 22, 2022
2 parents 803a031 + 5ce6cb6 commit bf6770a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
6 changes: 3 additions & 3 deletions load.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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' );
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit bf6770a

Please sign in to comment.