Skip to content

Commit 826e715

Browse files
committed
3.1.0 Readme updates
* Bumped release numbers * Added changelog entries * Added a section for WP.org about compatibility with WP 4.4.
1 parent 36aa454 commit 826e715

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

readme.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,21 @@ We use a hook because if you attempt to dequeue a script before it's enqueued, w
360360

361361
## Version
362362

363-
3.0.0
363+
3.1.0
364364

365365
## Changelog
366366

367+
**3.1.0**
368+
369+
- Adds special handling of GIFs in srcset attributes to preserve animation (issue #223).
370+
- Makes internal srcset/sizes functions more consistent (issue #224).
371+
- Fixes a bug where functions hooked into `tevkori_image_sizes_args` were not firing (issue #226).
372+
- Fixes a bug where custom sizes attributes added via the post editor were being overwritten (issue #227).
373+
- Deprecates hook `wp_get_attachment_image_sizes` (issue #228).
374+
- Fixes a bug where `the_post_thumbnail()` would fail to add srcset/sizes attributes (issue #232).
375+
- Several improvements to internal inline documentation.
376+
- Major improvements to function/hook documentation in readme.md after 3.0.0 changes.
377+
367378
**3.0.0**
368379

369380
- Deprecates all core functions that will be merged into WordPress core in 4.4.

readme.txt

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://app.etapestry.com/hosted/BoweryResidentsCommittee/OnlineDon
44
Tags: Responsive, Images, Responsive Images, SRCSET, Picturefill
55
Requires at least: 4.0
66
Tested up to: 4.3
7-
Stable tag: 3.0.0
7+
Stable tag: 3.1.0
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

@@ -16,8 +16,11 @@ Bringing automatic default responsive images to WordPress.
1616

1717
This plugin works by including all available image sizes for each image upload. Whenever WordPress outputs the image through the media uploader, or whenever a featured image is generated, those sizes will be included in the image tag via the srcset attribute.
1818

19-
**Notice**
20-
As of version 2.5.0, the plugin adds `srcset` and `sizes` attributes to images on the front end instead of adding them to the image markup saved in posts.
19+
**Important notes**
20+
21+
* Version 3.1.0 includes important changes that make this plugin compatible with WordPress version 4.4. Upgrading is highly recommended.
22+
23+
* As of version 2.5.0, the plugin adds `srcset` and `sizes` attributes to images on the front end instead of adding them to the image markup saved in posts.
2124

2225
**Full documentation and contributor guidelines can be found on [Github](https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images)**
2326

@@ -29,6 +32,16 @@ As of version 2.5.0, the plugin adds `srcset` and `sizes` attributes to images o
2932

3033
== Changelog ==
3134

35+
= 3.1.0 =
36+
* Adds special handling of GIFs in srcset attributes to preserve animation.
37+
* Makes internal srcset/sizes functions more consistent.
38+
* Fixes a bug where functions hooked into `tevkori_image_sizes_args` were not firing.
39+
* Fixes a bug where custom sizes attributes added via the post editor were being overwritten.
40+
* Deprecates hook `wp_get_attachment_image_sizes`.
41+
* Fixes a bug where `the_post_thumbnail()` would fail to add srcset/sizes attributes.
42+
* Several improvements to internal inline documentation.
43+
* Major improvements to function/hook documentation in readme.md after 3.0.0 changes.
44+
3245
= 3.0.0 =
3346
* Deprecates all core functions that will be merged into WordPress core in 4.4.
3447
* Adds compatibility shims for sites using the plugin's internal functions and hooks.

0 commit comments

Comments
 (0)