Skip to content

Commit 8448758

Browse files
authored
Merge pull request #837 from WordPress/publish/2.6.1
Prepare 2.6.1 release
2 parents aabd32b + 0767ceb commit 8448758

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

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 modules.
66
* Requires at least: 6.1
77
* Requires PHP: 5.6
8-
* Version: 2.6.0
8+
* Version: 2.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', '2.6.0' );
22+
define( 'PERFLAB_VERSION', '2.6.1' );
2323
define( 'PERFLAB_MAIN_FILE', __FILE__ );
2424
define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) );
2525
define( 'PERFLAB_MODULES_SETTING', 'perflab_modules_settings' );

readme.txt

Lines changed: 11 additions & 1 deletion
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.3
66
Requires PHP: 5.6
7-
Stable tag: 2.6.0
7+
Stable tag: 2.6.1
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
@@ -80,6 +80,16 @@ By default, the WebP Uploads module will only generate WebP versions of the imag
8080

8181
== Changelog ==
8282

83+
= 2.6.1 =
84+
85+
**Bug Fixes**
86+
87+
* Infrastructure: Remove PHPStan config file from plugin directory. ([816](https://github.com/WordPress/performance/pull/816))
88+
89+
**Documentation**
90+
91+
* Infrastructure: Add standalone plugin assets. ([815](https://github.com/WordPress/performance/pull/815))
92+
8393
= 2.6.0 =
8494

8595
**Features**

0 commit comments

Comments
 (0)