Skip to content

Commit 8ee549f

Browse files
authored
Merge pull request #1678 from WordPress/publish/3.6.1
Prepare 3.6.1 release
2 parents d4f0938 + 2f7f863 commit 8ee549f

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

plugins/performance-lab/load.php

Lines changed: 2 additions & 2 deletions
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 features.
66
* Requires at least: 6.5
77
* Requires PHP: 7.2
8-
* Version: 3.6.0
8+
* Version: 3.6.1
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -19,7 +19,7 @@
1919
exit; // Exit if accessed directly.
2020
}
2121

22-
define( 'PERFLAB_VERSION', '3.6.0' );
22+
define( 'PERFLAB_VERSION', '3.6.1' );
2323
define( 'PERFLAB_MAIN_FILE', __FILE__ );
2424
define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) );
2525
define( 'PERFLAB_SCREEN', 'performance-lab' );

plugins/performance-lab/readme.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 3.6.0
5+
Stable tag: 3.6.1
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, site health, measurement, optimization, diagnostics
@@ -71,6 +71,12 @@ Contributions are always welcome! Learn more about how to get involved in the [C
7171

7272
== Changelog ==
7373

74+
= 3.6.1 =
75+
76+
**Bug Fixes**
77+
78+
* Fix race condition bug where activating multiple features sequentially could fail to activate some features. ([#1675](https://github.com/WordPress/performance/pull/1675))
79+
7480
= 3.6.0 =
7581

7682
**Enhancements**

0 commit comments

Comments
 (0)