File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
* Description: Improves responsive images with better sizes calculations and auto-sizes for lazy-loaded images.
6
6
* Requires at least: 6.8
7
7
* Requires PHP: 7.2
8
- * Version: 1.5 .0
8
+ * Version: 1.6 .0
9
9
* Author: WordPress Performance Team
10
10
* Author URI: https://make.wordpress.org/performance/
11
11
* License: GPLv2 or later
26
26
return ;
27
27
}
28
28
29
- define ( 'IMAGE_AUTO_SIZES_VERSION ' , '1.5 .0 ' );
29
+ define ( 'IMAGE_AUTO_SIZES_VERSION ' , '1.6 .0 ' );
30
30
31
31
require_once __DIR__ . '/includes/auto-sizes.php ' ;
32
32
require_once __DIR__ . '/includes/improve-calculate-sizes.php ' ;
Original file line number Diff line number Diff line change 2
2
3
3
Contributors: wordpressdotorg
4
4
Tested up to: 6.8
5
- Stable tag: 1.5 .0
5
+ Stable tag: 1.6 .0
6
6
License: GPLv2 or later
7
7
License URI: https://www.gnu.org/licenses/gpl-2.0.html
8
8
Tags: performance, images, auto-sizes
You can’t perform that action at this time.
0 commit comments