You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
18
18
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.
21
24
22
25
**Full documentation and contributor guidelines can be found on [Github](https://github.com/ResponsiveImagesCG/wp-tevko-responsive-images)**
23
26
@@ -29,6 +32,16 @@ As of version 2.5.0, the plugin adds `srcset` and `sizes` attributes to images o
29
32
30
33
== Changelog ==
31
34
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.
0 commit comments