Skip to content

Commit cdf011d

Browse files
authored
Merge pull request #1347 from WordPress/prepare/image-prioritizer-0.1.2
Bump Image Prioritizer to 0.1.2
2 parents 64a470d + 0d60602 commit cdf011d

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: plugins/image-prioritizer/load.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Requires at least: 6.5
77
* Requires PHP: 7.2
88
* Requires Plugins: optimization-detective
9-
* Version: 0.1.1
9+
* Version: 0.1.2
1010
* Author: WordPress Performance Team
1111
* Author URI: https://make.wordpress.org/performance/
1212
* License: GPLv2 or later
@@ -66,7 +66,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi
6666
}
6767
)(
6868
'image_prioritizer_pending_plugin',
69-
'0.1.1',
69+
'0.1.2',
7070
static function ( string $version ): void {
7171

7272
// Define the constant.

Diff for: plugins/image-prioritizer/readme.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.6
5-
Stable tag: 0.1.1
5+
Stable tag: 0.1.2
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, optimization, image, lcp, lazy-load
@@ -62,6 +62,10 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
6262

6363
== Changelog ==
6464

65+
= 0.1.2 =
66+
67+
* Update PHP logic to account for changes in Optimization Detective API. ([1302](https://github.com/WordPress/performance/pull/1302))
68+
6569
= 0.1.1 =
6670

6771
* Fix background-image styled tag visitor's handling of parsing style without background-image. ([1288](https://github.com/WordPress/performance/pull/1288))

0 commit comments

Comments
 (0)