Skip to content

Commit 4f1b902

Browse files
committed
Bump plugin versions
1 parent c66d923 commit 4f1b902

File tree

9 files changed

+23
-13
lines changed

9 files changed

+23
-13
lines changed

plugins/embed-optimizer/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Optimizes the performance of embeds through lazy-loading, preconnecting, and reserving space to reduce layout shifts.
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
8-
* Version: 1.0.0-beta1
8+
* Version: 1.0.0-beta2
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -71,7 +71,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi
7171
}
7272
)(
7373
'embed_optimizer_pending_plugin',
74-
'1.0.0-beta1',
74+
'1.0.0-beta2',
7575
static function ( string $version ): void {
7676
if ( defined( 'EMBED_OPTIMIZER_VERSION' ) ) {
7777
return;

plugins/embed-optimizer/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 1.0.0-beta1
5+
Stable tag: 1.0.0-beta2
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, embeds
@@ -67,6 +67,8 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
6767

6868
== Changelog ==
6969

70+
= 1.0.0-beta2 =
71+
7072
= 1.0.0-beta1 =
7173

7274
**Enhancements**

plugins/image-prioritizer/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
88
* Requires Plugins: optimization-detective
9-
* Version: 1.0.0-beta1
9+
* Version: 1.0.0-beta2
1010
* Author: WordPress Performance Team
1111
* Author URI: https://make.wordpress.org/performance/
1212
* License: GPLv2 or later
@@ -72,7 +72,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi
7272
}
7373
)(
7474
'image_prioritizer_pending_plugin',
75-
'1.0.0-beta1',
75+
'1.0.0-beta2',
7676
static function ( string $version ): void {
7777
if ( defined( 'IMAGE_PRIORITIZER_VERSION' ) ) {
7878
return;

plugins/image-prioritizer/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 1.0.0-beta1
5+
Stable tag: 1.0.0-beta2
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
@@ -72,6 +72,8 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
7272

7373
== Changelog ==
7474

75+
= 1.0.0-beta2 =
76+
7577
= 1.0.0-beta1 =
7678

7779
**Enhancements**

plugins/optimization-detective/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 1.0.0-beta2
5+
Stable tag: 1.0.0-beta3
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, optimization, rum
@@ -55,6 +55,8 @@ The [plugin source code](https://github.com/WordPress/performance/tree/trunk/plu
5555

5656
== Changelog ==
5757

58+
= 1.0.0-beta3 =
59+
5860
= 1.0.0-beta2 =
5961

6062
**Enhancements**

plugins/speculation-rules/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Enables browsers to speculatively prerender or prefetch pages to achieve near-instant loads based on user interaction.
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
8-
* Version: 1.4.0
8+
* Version: 1.5.0
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -65,7 +65,7 @@ static function ( string $global_var_name, string $version, Closure $load ): voi
6565
}
6666
)(
6767
'plsr_pending_plugin_info',
68-
'1.4.0',
68+
'1.5.0',
6969
static function ( string $version ): void {
7070

7171
// Define the constant.

plugins/speculation-rules/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 1.4.0
5+
Stable tag: 1.5.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, javascript, speculation rules, prerender, prefetch
@@ -119,6 +119,8 @@ Contributions are always welcome! Learn more about how to get involved in the [C
119119

120120
== Changelog ==
121121

122+
= 1.5.0 =
123+
122124
= 1.4.0 =
123125

124126
**Enhancements**

plugins/webp-uploads/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Converts images to more modern formats such as WebP or AVIF during upload.
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
8-
* Version: 2.5.0
8+
* Version: 2.5.1
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -26,7 +26,7 @@
2626
return;
2727
}
2828

29-
define( 'WEBP_UPLOADS_VERSION', '2.5.0' );
29+
define( 'WEBP_UPLOADS_VERSION', '2.5.1' );
3030
define( 'WEBP_UPLOADS_MAIN_FILE', plugin_basename( __FILE__ ) );
3131

3232
require_once __DIR__ . '/helper.php';

plugins/webp-uploads/readme.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Contributors: wordpressdotorg
44
Tested up to: 6.7
5-
Stable tag: 2.5.0
5+
Stable tag: 2.5.1
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, images, webp, avif, modern image formats
@@ -60,6 +60,8 @@ By default, the Modern Image Formats plugin will only generate WebP versions of
6060

6161
== Changelog ==
6262

63+
= 2.5.1 =
64+
6365
= 2.5.0 =
6466

6567
**Enhancements**

0 commit comments

Comments
 (0)