Skip to content

Commit 6bef55c

Browse files
committed
Bump plugin versions
1 parent 1baf227 commit 6bef55c

File tree

8 files changed

+20
-12
lines changed

8 files changed

+20
-12
lines changed

plugins/auto-sizes/auto-sizes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Improves responsive images with better sizes calculations and auto-sizes for lazy-loaded images.
66
* Requires at least: 6.8
77
* Requires PHP: 7.2
8-
* Version: 1.6.0
8+
* Version: 1.7.0
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -25,7 +25,7 @@
2525
return;
2626
}
2727

28-
define( 'IMAGE_AUTO_SIZES_VERSION', '1.6.0' );
28+
define( 'IMAGE_AUTO_SIZES_VERSION', '1.7.0' );
2929

3030
require_once __DIR__ . '/includes/improve-calculate-sizes.php';
3131
require_once __DIR__ . '/hooks.php';

plugins/auto-sizes/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.8
5-
Stable tag: 1.6.0
5+
Stable tag: 1.7.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, images, auto-sizes
@@ -52,6 +52,8 @@ Contributions are always welcome! Learn more about how to get involved in the [C
5252

5353
== Changelog ==
5454

55+
= 1.7.0 =
56+
5557
= 1.6.0 =
5658

5759
**Features**

plugins/performance-lab/load.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Performance plugin from the WordPress Performance Team, which is a collection of standalone performance features.
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
8-
* Version: 3.9.0
8+
* Version: 4.0.0
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -21,7 +21,7 @@
2121
}
2222
// @codeCoverageIgnoreEnd
2323

24-
define( 'PERFLAB_VERSION', '3.9.0' );
24+
define( 'PERFLAB_VERSION', '4.0.0' );
2525
define( 'PERFLAB_MAIN_FILE', __FILE__ );
2626
define( 'PERFLAB_PLUGIN_DIR_PATH', plugin_dir_path( PERFLAB_MAIN_FILE ) );
2727
define( 'PERFLAB_SCREEN', 'performance-lab' );

plugins/performance-lab/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.8
5-
Stable tag: 3.9.0
5+
Stable tag: 4.0.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, site health, measurement, optimization, diagnostics
@@ -74,6 +74,8 @@ Contributions are always welcome! Learn more about how to get involved in the [C
7474

7575
== Changelog ==
7676

77+
= 4.0.0 =
78+
7779
= 3.9.0 =
7880

7981
**Enhancements**

plugins/view-transitions/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.8
5-
Stable tag: 1.1.0
5+
Stable tag: 1.1.1
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, view transitions, smooth transitions, animations
@@ -56,6 +56,8 @@ Contributions are always welcome! Learn more about how to get involved in the [C
5656

5757
== Changelog ==
5858

59+
= 1.1.1 =
60+
5961
= 1.1.0 =
6062

6163
**Features**

plugins/view-transitions/view-transitions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Adds smooth transitions between navigations to your WordPress site.
66
* Requires at least: 6.6
77
* Requires PHP: 7.2
8-
* Version: 1.1.0
8+
* Version: 1.1.1
99
* Author: WordPress Performance Team
1010
* Author URI: https://make.wordpress.org/performance/
1111
* License: GPLv2 or later
@@ -25,7 +25,7 @@
2525
return;
2626
}
2727

28-
define( 'VIEW_TRANSITIONS_VERSION', '1.1.0' );
28+
define( 'VIEW_TRANSITIONS_VERSION', '1.1.1' );
2929
define( 'VIEW_TRANSITIONS_MAIN_FILE', __FILE__ );
3030

3131
require_once __DIR__ . '/includes/admin.php';

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.1
8+
* Version: 2.6.0
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.1' );
29+
define( 'WEBP_UPLOADS_VERSION', '2.6.0' );
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.8
5-
Stable tag: 2.5.1
5+
Stable tag: 2.6.0
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
@@ -65,6 +65,8 @@ By default, the Modern Image Formats plugin will only generate WebP versions of
6565

6666
== Changelog ==
6767

68+
= 2.6.0 =
69+
6870
= 2.5.1 =
6971

7072
**Bug Fixes**

0 commit comments

Comments
 (0)