From 8fa37b08cc8c5cdba4b4c6a2508df1442576c351 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 7 Jun 2024 11:21:04 -0700 Subject: [PATCH] Bump version to 0.1.1 --- plugins/image-prioritizer/load.php | 4 ++-- plugins/image-prioritizer/readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugins/image-prioritizer/load.php b/plugins/image-prioritizer/load.php index aa5606fdf6..7f632c69c3 100644 --- a/plugins/image-prioritizer/load.php +++ b/plugins/image-prioritizer/load.php @@ -6,7 +6,7 @@ * Requires at least: 6.4 * Requires PHP: 7.2 * Requires Plugins: optimization-detective - * Version: 0.1.0 + * Version: 0.1.1 * Author: WordPress Performance Team * Author URI: https://make.wordpress.org/performance/ * License: GPLv2 or later @@ -66,7 +66,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi } )( 'image_prioritizer_pending_plugin', - '0.1.0', + '0.1.1', static function ( string $version ): void { // Define the constant. diff --git a/plugins/image-prioritizer/readme.txt b/plugins/image-prioritizer/readme.txt index 5da697287e..8a3be715a8 100644 --- a/plugins/image-prioritizer/readme.txt +++ b/plugins/image-prioritizer/readme.txt @@ -4,7 +4,7 @@ Contributors: wordpressdotorg Requires at least: 6.4 Tested up to: 6.5 Requires PHP: 7.2 -Stable tag: 0.1.0 +Stable tag: 0.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, optimization, image, lcp, lazy-load @@ -64,6 +64,10 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu == Changelog == += 0.1.1 = + +* Fix background-image styled tag visitor's handling of parsing style without background-image. ([1288](https://github.com/WordPress/performance/pull/1288)) + = 0.1.0 = * Initial release.