Skip to content

Commit 6b1f3a1

Browse files
Bump plugin version
1 parent 85001b9 commit 6b1f3a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.5.0
8+
* Version: 1.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( 'IMAGE_AUTO_SIZES_VERSION', '1.5.0' );
29+
define( 'IMAGE_AUTO_SIZES_VERSION', '1.6.0' );
3030

3131
require_once __DIR__ . '/includes/auto-sizes.php';
3232
require_once __DIR__ . '/includes/improve-calculate-sizes.php';

plugins/auto-sizes/readme.txt

Lines changed: 1 addition & 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.5.0
5+
Stable tag: 1.6.0
66
License: GPLv2 or later
77
License URI: https://www.gnu.org/licenses/gpl-2.0.html
88
Tags: performance, images, auto-sizes

0 commit comments

Comments
 (0)