Skip to content

Commit 75130a1

Browse files
Merge pull request #2106 from WordPress/publish/auto-sizes-1-6-0
Prepare release for `auto-sizes` plugin
2 parents 42bb977 + f356d46 commit 75130a1

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
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/includes/improve-calculate-sizes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ function auto_sizes_filter_render_block_context( array $context, array $block, ?
384384
/**
385385
* Retrieves the featured image attachment ID for a given post ID.
386386
*
387-
* @since n.e.x.t
387+
* @since 1.6.0
388388
*
389389
* @param int $post_id The post ID.
390390
* @return int The featured image attachment ID or 0 if not found.

plugins/auto-sizes/readme.txt

Lines changed: 11 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.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
@@ -52,6 +52,16 @@ Contributions are always welcome! Learn more about how to get involved in the [C
5252

5353
== Changelog ==
5454

55+
= 1.6.0 =
56+
57+
**Features**
58+
59+
* Accurate sizes: Add support for `core/post-featured-image` block. ([2084](https://github.com/WordPress/performance/pull/2084))
60+
61+
**Enhancements**
62+
63+
* Remove experimental from Enhanced Responsive Images readme.txt. ([2077](https://github.com/WordPress/performance/pull/2077))
64+
5565
= 1.5.0 =
5666

5767
**Enhancements**

0 commit comments

Comments
 (0)