Skip to content

Commit

Permalink
Merge pull request #1074 from WordPress/fix/speculation-rules-version
Browse files Browse the repository at this point in the history
Fix standalone plugin versions and changelogs

Co-authored-by: felixarntz <[email protected]>
Co-authored-by: thelovekesh <[email protected]>
Co-authored-by: westonruter <[email protected]>
  • Loading branch information
4 people authored Mar 21, 2024
2 parents 90ec41a + 03e8a96 commit e463b6f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 28 deletions.
4 changes: 2 additions & 2 deletions plugins/auto-sizes/auto-sizes.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: This plugin implements the HTML spec for adding `sizes="auto"` to lazy-loaded images.
* Requires at least: 6.4
* Requires PHP: 7.0
* Version: 1.0.2
* Version: 1.0.1
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -25,6 +25,6 @@
return;
}

define( 'IMAGE_AUTO_SIZES_VERSION', '1.0.2' );
define( 'IMAGE_AUTO_SIZES_VERSION', '1.0.1' );

require_once __DIR__ . '/hooks.php';
7 changes: 2 additions & 5 deletions plugins/auto-sizes/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 1.0.2
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, images, auto-sizes
Expand Down Expand Up @@ -48,12 +48,9 @@ Contributions are always welcome! Learn more about how to get involved in the [C

== Changelog ==

= 1.0.2 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))

= 1.0.1 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))
* Update tested WordPress version to 6.5. ([1027](https://github.com/WordPress/performance/pull/1027))

= 1.0.0 =
Expand Down
4 changes: 2 additions & 2 deletions plugins/dominant-color-images/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Adds support to store the dominant color of newly uploaded images and create a placeholder background of that color.
* Requires at least: 6.4
* Requires PHP: 7.0
* Version: 1.0.3
* Version: 1.0.2
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -25,7 +25,7 @@
return;
}

define( 'DOMINANT_COLOR_IMAGES_VERSION', '1.0.3' );
define( 'DOMINANT_COLOR_IMAGES_VERSION', '1.0.2' );

require_once __DIR__ . '/helper.php';
require_once __DIR__ . '/hooks.php';
7 changes: 2 additions & 5 deletions plugins/dominant-color-images/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 1.0.3
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, images, dominant color
Expand Down Expand Up @@ -47,12 +47,9 @@ Contributions are always welcome! Learn more about how to get involved in the [C

== Changelog ==

= 1.0.3 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))

= 1.0.2 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))
* Update tested WordPress version to 6.5. ([1027](https://github.com/WordPress/performance/pull/1027))

= 1.0.1 =
Expand Down
4 changes: 2 additions & 2 deletions plugins/speculation-rules/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Uses the Speculation Rules API to prerender linked URLs upon hover by default.
* Requires at least: 6.4
* Requires PHP: 7.0
* Version: 1.1.1
* Version: 1.1.0
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -25,7 +25,7 @@
return;
}

define( 'SPECULATION_RULES_VERSION', '1.1.1' );
define( 'SPECULATION_RULES_VERSION', '1.1.0' );

require_once __DIR__ . '/class-plsr-url-pattern-prefixer.php';
require_once __DIR__ . '/helper.php';
Expand Down
7 changes: 2 additions & 5 deletions plugins/speculation-rules/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 1.1.1
Stable tag: 1.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, javascript, speculation rules, prerender, prefetch
Expand Down Expand Up @@ -100,13 +100,10 @@ Contributions are always welcome! Learn more about how to get involved in the [C

== Changelog ==

= 1.1.1 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))

= 1.1.0 =

* Allow excluding URL patterns from prerendering or prefetching specifically. ([1025](https://github.com/WordPress/performance/pull/1025))
* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))
* Update tested WordPress version to 6.5. ([1027](https://github.com/WordPress/performance/pull/1027))

= 1.0.1 =
Expand Down
4 changes: 2 additions & 2 deletions plugins/webp-uploads/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Creates WebP versions for new JPEG image uploads if supported by the server.
* Requires at least: 6.4
* Requires PHP: 7.0
* Version: 1.0.7
* Version: 1.0.6
* Author: WordPress Performance Team
* Author URI: https://make.wordpress.org/performance/
* License: GPLv2 or later
Expand All @@ -25,7 +25,7 @@
return;
}

define( 'WEBP_UPLOADS_VERSION', '1.0.7' );
define( 'WEBP_UPLOADS_VERSION', '1.0.6' );
define( 'WEBP_UPLOADS_MAIN_FILE', plugin_basename( __FILE__ ) );

require_once __DIR__ . '/helper.php';
Expand Down
7 changes: 2 additions & 5 deletions plugins/webp-uploads/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: wordpressdotorg
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Stable tag: 1.0.7
Stable tag: 1.0.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: performance, images, webp
Expand Down Expand Up @@ -58,13 +58,10 @@ By default, the WebP Uploads plugin will only generate WebP versions of the imag

== Changelog ==

= 1.0.7 =

* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))

= 1.0.6 =

* Add link to WebP settings to plugins table. ([1036](https://github.com/WordPress/performance/pull/1036))
* Bump minimum required WP version to 6.4. ([1062](https://github.com/WordPress/performance/pull/1062))
* Update tested WordPress version to 6.5. ([1027](https://github.com/WordPress/performance/pull/1027))

= 1.0.5 =
Expand Down

0 comments on commit e463b6f

Please sign in to comment.