Skip to content

Commit 8856a14

Browse files
Merge pull request #2066 from WordPress/publish/auto-sizes
Prepare the Accurate Sizes changes for release as part of the `auto-sizes` plugin
2 parents c2f4d72 + 2e6ddb5 commit 8856a14

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-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.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
@@ -26,7 +26,7 @@
2626
return;
2727
}
2828

29-
define( 'IMAGE_AUTO_SIZES_VERSION', '1.4.0' );
29+
define( 'IMAGE_AUTO_SIZES_VERSION', '1.5.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: 8 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.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, images, auto-sizes
@@ -52,6 +52,13 @@ Contributions are always welcome! Learn more about how to get involved in the [C
5252

5353
== Changelog ==
5454

55+
= 1.5.0 =
56+
57+
**Enhancements**
58+
59+
* Accurate sizes: Add ancestor block context for image and cover block that help in sizes calculate. ([1795](https://github.com/WordPress/performance/pull/1795))
60+
* Accurate sizes: Calculate sizes base on ancestor block context. ([1818](https://github.com/WordPress/performance/pull/1818))
61+
5562
= 1.4.0 =
5663

5764
**Features**

0 commit comments

Comments
 (0)