Skip to content

Commit a97316a

Browse files
committed
Bump version to 2.7.0.
1 parent 46139e1 commit a97316a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.3
77
* Requires PHP: 7.0
8-
* Version: 2.6.1
8+
* Version: 2.7.0
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.1' );
22+
define( 'PERFLAB_VERSION', '2.7.0' );
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' );

modules/images/webp-uploads/hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ function webp_uploads_get_image_sizes_additional_mime_type_support() {
746746
* Updates the quality of WebP image sizes generated by WordPress to 82.
747747
*
748748
* @since 1.7.0
749-
* @since n.e.x.t Bump minimum WP to 6.3 so remove WP 6.1 related checks.
749+
* @since 2.7.0 Bump minimum WP to 6.3 so remove WP 6.1 related checks.
750750
*
751751
* @param int $quality Quality level between 1 (low) and 100 (high).
752752
* @param string $mime_type Image mime type.

readme.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Contributors: wordpressdotorg
44
Requires at least: 6.3
5-
Tested up to: 6.3
5+
Tested up to: 6.4
66
Requires PHP: 7.0
7-
Stable tag: 2.6.1
7+
Stable tag: 2.7.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

0 commit comments

Comments
 (0)