From 0d60602c828eff322f561480260429f8b523385e Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Mon, 15 Jul 2024 10:33:49 -0700 Subject: [PATCH] Bump Image Prioritizer to 0.1.2 --- 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 81b62a5c6d..fef6d3edc2 100644 --- a/plugins/image-prioritizer/load.php +++ b/plugins/image-prioritizer/load.php @@ -6,7 +6,7 @@ * Requires at least: 6.5 * Requires PHP: 7.2 * Requires Plugins: optimization-detective - * Version: 0.1.1 + * Version: 0.1.2 * 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.1', + '0.1.2', static function ( string $version ): void { // Define the constant. diff --git a/plugins/image-prioritizer/readme.txt b/plugins/image-prioritizer/readme.txt index c881d2a393..628c3d108a 100644 --- a/plugins/image-prioritizer/readme.txt +++ b/plugins/image-prioritizer/readme.txt @@ -2,7 +2,7 @@ Contributors: wordpressdotorg Tested up to: 6.6 -Stable tag: 0.1.1 +Stable tag: 0.1.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Tags: performance, optimization, image, lcp, lazy-load @@ -62,6 +62,10 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu == Changelog == += 0.1.2 = + +* Update PHP logic to account for changes in Optimization Detective API. ([1302](https://github.com/WordPress/performance/pull/1302)) + = 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))