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
Bringing automatic default responsive images to WordPress.
7
7
@@ -139,10 +139,20 @@ The only external dependency included in this plugin is [Picturefill](http://sco
139
139
We use a hook because if you attempt to dequeue a script before it's enqueued, wp_dequeue_script has no effect. (If it's still being loaded, you may need to specify a [priority](http://codex.wordpress.org/Function_Reference/add_action).)
140
140
141
141
## Version
142
-
2.4.0
142
+
143
+
2.5.0
143
144
144
145
## Changelog
145
146
147
+
- Responsify all post images by adding `srcset` and `sizes` through a display filter.
148
+
- Improve method used to build paths in `tevkori_get_srcset_array()`
149
+
- Adds linthub config files
150
+
- Returns single source arrays in `tevkori_get_srcset_array()`
151
+
- Add tests for PHP7 to our Travis matrix
152
+
- Add test coverage for `tevkori_filter_attachment_image_attributes()`
153
+
154
+
**2.4.0**
155
+
146
156
- Added filter for tevkori_get_sizes, with tests
147
157
- Added Composer support
148
158
- Compare aspect ratio in relative values, not absolute values
0 commit comments