Skip to content

Commit

Permalink
Merge pull request #837 from WordPress/publish/2.6.1
Browse files Browse the repository at this point in the history
Prepare 2.6.1 release
  • Loading branch information
felixarntz authored Sep 18, 2023
2 parents aabd32b + 0767ceb commit 8448758
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 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 Team, which is a collection of standalone performance modules.
* Requires at least: 6.1
* Requires PHP: 5.6
* Version: 2.6.0
* Version: 2.6.1
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -19,7 +19,7 @@
exit; // Exit if accessed directly.
}

define( 'PERFLAB_VERSION', '2.6.0' );
define( 'PERFLAB_VERSION', '2.6.1' );
define( 'PERFLAB_MAIN_FILE', __FILE__ );
define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) );
define( 'PERFLAB_MODULES_SETTING', 'perflab_modules_settings' );
Expand Down
12 changes: 11 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: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Stable tag: 2.6.0
Stable tag: 2.6.1
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 @@ -80,6 +80,16 @@ By default, the WebP Uploads module will only generate WebP versions of the imag

== Changelog ==

= 2.6.1 =

**Bug Fixes**

* Infrastructure: Remove PHPStan config file from plugin directory. ([816](https://github.com/WordPress/performance/pull/816))

**Documentation**

* Infrastructure: Add standalone plugin assets. ([815](https://github.com/WordPress/performance/pull/815))

= 2.6.0 =

**Features**
Expand Down

0 comments on commit 8448758

Please sign in to comment.