Skip to content

Commit 46dfaf2

Browse files
committed
updating plugin version to 2.5.1
1 parent 6d74260 commit 46dfaf2

3 files changed

Lines changed: 17 additions & 5 deletions

File tree

readme.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,22 @@ We use a hook because if you attempt to dequeue a script before it's enqueued, w
140140

141141
## Version
142142

143-
2.5.0
143+
2.5.1
144144

145145
## Changelog
146146

147+
- Query all images in single request before replacing
148+
- Minor fix to prevent a potential undefined variable notice
149+
- Remove third fallback query from the display filter
150+
151+
**2.5.0**
152+
147153
- Responsify all post images by adding `srcset` and `sizes` through a display filter.
148154
- Improve method used to build paths in `tevkori_get_srcset_array()`
149155
- Adds linthub config files
150156
- Returns single source arrays in `tevkori_get_srcset_array()`
151157
- Add tests for PHP7 to our Travis matrix
152-
- Add test coverage for `tevkori_filter_attachment_image_attributes()`
158+
- Add test coverage for `tevkori_filter_attachment_image_attributes()`
153159

154160
**2.4.0**
155161

readme.txt

Lines changed: 8 additions & 2 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.1
66
Tested up to: 4.3
7-
Stable tag: 2.5.0
7+
Stable tag: 2.5.1
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

@@ -26,13 +26,19 @@ This plugin works by including all available image sizes for each image upload.
2626

2727
== Changelog ==
2828

29+
= 2.5.1 =
30+
* Query all images in single request before replacing
31+
* Minor fix to prevent a potential undefined variable notice
32+
* Remove third fallback query from the display filter
33+
34+
2935
= 2.5.0 =
3036
* Responsify all post images by adding `srcset` and `sizes` through a display filter.
3137
* Improve method used to build paths in `tevkori_get_srcset_array()`
3238
* Adds linthub config files
3339
* Returns single source arrays in `tevkori_get_srcset_array()`
3440
* Add tests for PHP7 to our Travis matrix
35-
* Add test coverage for `tevkori_filter_attachment_image_attributes()`
41+
* Add test coverage for `tevkori_filter_attachment_image_attributes()`
3642

3743
= 2.4.0 =
3844
* Added filter for tevkori_get_sizes, with tests

wp-tevko-responsive-images.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* Plugin Name: RICG Responsive Images
99
* Plugin URI: http://www.smashingmagazine.com/2015/02/24/ricg-responsive-images-for-wordpress/
1010
* Description: Bringing automatic default responsive images to wordpress
11-
* Version: 2.5.0
11+
* Version: 2.5.1
1212
* Author: The RICG
1313
* Author URI: http://responsiveimages.org/
1414
* License: GPL-2.0+

0 commit comments

Comments
 (0)