Skip to content

Commit 970b650

Browse files
authored
Merge pull request #684 from WordPress/publish/2.1.0
Prepare 2.1.0 release
2 parents fc049e4 + 476d1b9 commit 970b650

File tree

12 files changed

+25
-14
lines changed

12 files changed

+25
-14
lines changed

load.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Performance plugin from the WordPress Performance Team, which is a collection of standalone performance modules.
66
* Requires at least: 6.1
77
* Requires PHP: 5.6
8-
* Version: 2.0.0
8+
* Version: 2.1.0
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -15,7 +15,7 @@
1515
* @package performance-lab
1616
*/
1717

18-
define( 'PERFLAB_VERSION', '2.0.0' );
18+
define( 'PERFLAB_VERSION', '2.1.0' );
1919
define( 'PERFLAB_MAIN_FILE', __FILE__ );
2020
define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) );
2121
define( 'PERFLAB_MODULES_SETTING', 'perflab_modules_settings' );
@@ -274,7 +274,7 @@ function perflab_load_active_and_valid_modules() {
274274
* 'PERFLAB_DISABLE_OBJECT_CACHE_DROPIN' is set as true.
275275
*
276276
* @since 1.8.0
277-
* @since n.e.x.t No longer attempts to use two of the drop-ins together.
277+
* @since 2.1.0 No longer attempts to use two of the drop-ins together.
278278
*
279279
* @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
280280
*/

modules/database/audit-autoloaded-options/helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helper functions used for Autoloaded Options Health Check.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/database/audit-autoloaded-options/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for Autoloaded Options Health Check.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/database/sqlite/admin.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Admin hooks used for SQLite Integration.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/dominant-color/helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helper functions used for Dominant Color.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/dominant-color/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for Dominant Color.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/fetchpriority/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for Fetchpriority.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/webp-support/helper.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Helper functions used for WebP Support.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/webp-support/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for WebP Support.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/images/webp-uploads/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for WebP Uploads.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

modules/js-and-css/audit-enqueued-assets/hooks.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Hook callbacks used for Enqueued Assets Health Check.
44
*
55
* @package performance-lab
6-
* @since n.e.x.t
6+
* @since 2.1.0
77
*/
88

99
/**

readme.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Contributors: wordpressdotorg
44
Requires at least: 6.1
55
Tested up to: 6.2
66
Requires PHP: 5.6
7-
Stable tag: 2.0.0
7+
Stable tag: 2.1.0
88
License: GPLv2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
1010
Tags: performance, images, javascript, site health, measurement, object caching
@@ -81,6 +81,17 @@ By default, the WebP Uploads module will only generate WebP versions of the imag
8181

8282
== Changelog ==
8383

84+
= 2.1.0 =
85+
86+
**Enhancements**
87+
88+
* Infrastructure: Add `wp-total` metric to default Server-Timing metrics. ([669](https://github.com/WordPress/performance/pull/669))
89+
* Infrastructure: Ensure module `load.php` files really only load other code to prevent conflicts in standalone plugins. ([674](https://github.com/WordPress/performance/pull/674))
90+
91+
**Bug Fixes**
92+
93+
* Infrastructure: Fix problems with placing `object-cache.php` drop-in. ([672](https://github.com/WordPress/performance/pull/672))
94+
8495
= 2.0.0 =
8596

8697
**Enhancements**

0 commit comments

Comments
 (0)