From 1643e632f9a7934ceecb522f02a1a06272b5668e Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 2 Oct 2015 20:47:58 -0400 Subject: [PATCH] updating version numbers and changelogs --- readme.md | 13 ++++++++++++- readme.txt | 12 +++++++++++- wp-tevko-responsive-images.php | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 80a2ff9..c91a780 100644 --- a/readme.md +++ b/readme.md @@ -140,10 +140,21 @@ We use a hook because if you attempt to dequeue a script before it's enqueued, w ## Version -2.5.1 +2.5.2 ## Changelog +- Numerous performance and usability improvements +- Pass height and width to `tevkori_get_sizes() +- Improved regex in display filter +- Avoid calling `wp_get_attachment_image_src()` in srcset functions +- Improved coding standards +- Removed second regular expression in content filter +- Improved cache warning function +- Change default `$size` value for all function to 'medium' + +**2.5.1** + - Query all images in single request before replacing - Minor fix to prevent a potential undefined variable notice - Remove third fallback query from the display filter diff --git a/readme.txt b/readme.txt index 9b62fb9..b247914 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://app.etapestry.com/hosted/BoweryResidentsCommittee/OnlineDon Tags: Responsive, Images, Responsive Images, SRCSET, Picturefill Requires at least: 4.1 Tested up to: 4.3 -Stable tag: 2.5.1 +Stable tag: 2.5.2 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -26,6 +26,16 @@ This plugin works by including all available image sizes for each image upload. == Changelog == += 2.5.2 = +* Numerous performance and usability improvements +* Pass height and width to `tevkori_get_sizes() +* Improved regex in display filter +* Avoid calling `wp_get_attachment_image_src()` in srcset functions +* Improved coding standards +* Removed second regular expression in content filter +* Improved cache warning function +* Change default `$size` value for all function to 'medium' + = 2.5.1 = * Query all images in single request before replacing * Minor fix to prevent a potential undefined variable notice diff --git a/wp-tevko-responsive-images.php b/wp-tevko-responsive-images.php index 7c22528..e0bf345 100644 --- a/wp-tevko-responsive-images.php +++ b/wp-tevko-responsive-images.php @@ -8,7 +8,7 @@ * Plugin Name: RICG Responsive Images * Plugin URI: http://www.smashingmagazine.com/2015/02/24/ricg-responsive-images-for-wordpress/ * Description: Bringing automatic default responsive images to wordpress - * Version: 2.5.1 + * Version: 2.5.2 * Author: The RICG * Author URI: http://responsiveimages.org/ * License: GPL-2.0+