Skip to content

Commit

Permalink
Use 0.1.3 as image-prioritizer version instead of 0.2.0
Browse files Browse the repository at this point in the history
Co-authored-by: felixarntz <[email protected]>
  • Loading branch information
westonruter and felixarntz committed Aug 19, 2024
1 parent 7eded13 commit 6c9e5fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions plugins/image-prioritizer/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Requires at least: 6.5
* Requires PHP: 7.2
* Requires Plugins: optimization-detective
* Version: 0.2.0
* Version: 0.1.3
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand Down Expand Up @@ -66,7 +66,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi
}
)(
'image_prioritizer_pending_plugin',
'0.2.0',
'0.1.3',
static function ( string $version ): void {

// Define the constant.
Expand Down
4 changes: 2 additions & 2 deletions plugins/image-prioritizer/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Contributors: wordpressdotorg
Tested up to: 6.6
Stable tag: 0.2.0
Stable tag: 0.1.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, optimization, image, lcp, lazy-load
Expand Down Expand Up @@ -62,7 +62,7 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu

== Changelog ==

= 0.2.0 =
= 0.1.3 =

**Bug Fixes**

Expand Down

0 comments on commit 6c9e5fa

Please sign in to comment.