Skip to content

Commit 1643e63

Browse files
committed
updating version numbers and changelogs
1 parent 9cf2a1a commit 1643e63

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

readme.md

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

141141
## Version
142142

143-
2.5.1
143+
2.5.2
144144

145145
## Changelog
146146

147+
- Numerous performance and usability improvements
148+
- Pass height and width to `tevkori_get_sizes()
149+
- Improved regex in display filter
150+
- Avoid calling `wp_get_attachment_image_src()` in srcset functions
151+
- Improved coding standards
152+
- Removed second regular expression in content filter
153+
- Improved cache warning function
154+
- Change default `$size` value for all function to 'medium'
155+
156+
**2.5.1**
157+
147158
- Query all images in single request before replacing
148159
- Minor fix to prevent a potential undefined variable notice
149160
- Remove third fallback query from the display filter

readme.txt

Lines changed: 11 additions & 1 deletion
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.1
7+
Stable tag: 2.5.2
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
1010

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

2727
== Changelog ==
2828

29+
= 2.5.2 =
30+
* Numerous performance and usability improvements
31+
* Pass height and width to `tevkori_get_sizes()
32+
* Improved regex in display filter
33+
* Avoid calling `wp_get_attachment_image_src()` in srcset functions
34+
* Improved coding standards
35+
* Removed second regular expression in content filter
36+
* Improved cache warning function
37+
* Change default `$size` value for all function to 'medium'
38+
2939
= 2.5.1 =
3040
* Query all images in single request before replacing
3141
* Minor fix to prevent a potential undefined variable notice

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.1
11+
* Version: 2.5.2
1212
* Author: The RICG
1313
* Author URI: http://responsiveimages.org/
1414
* License: GPL-2.0+

0 commit comments

Comments
 (0)