From 8b9bf7ee7afa913b46e5375ad00e44f00fb94887 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Tue, 25 Aug 2015 21:53:55 -0500 Subject: [PATCH] Update readme files --- readme.md | 19 ++++++++++++++++++- readme.txt | 22 +++++++++++++++++++--- 2 files changed, 37 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index d7c06ac..6bfe3a1 100644 --- a/readme.md +++ b/readme.md @@ -135,10 +135,27 @@ The only external dependency included in this plugin is [Picturefill](http://sco 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).) ## Version -2.3.1 +2.4.0 ## Changelog +- Added filter for tevkori_get_sizes, with tests +- Added Composer support +- Compare aspect ratio in relative values, not absolute values +- Cleanup of code style and comments added +- Added PHP 5.2 to our Travis test matrix +- Fixed unit test loading +- Preventing duplicates in srcset array +- Updated docs for advanced image compression +- Formatting cleanup in readme.md +- Bump plugin 'Tested up to:' value to 4.3 +- Remove extra line from readme.txt +- Added changelog items from 2.3.1 to the readme.txt file +- Added 'sudo: false' to travis.ci to use new TravisCI infrastructure +- Removing the srcset and sizes attributes if there is only one source present for the image + +**2.3.1** + - First char no longer stripped from file name if there's no slash - Adding test for when uploads directory not organized by date - Don't calculate a srcset when the image data returns no width diff --git a/readme.txt b/readme.txt index aa96b83..367a003 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.3.0 +Stable tag: 2.4.0 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.txt @@ -26,13 +26,29 @@ This plugin works by including all available image sizes for each image upload. == Changelog == -= 2.3.1 += 2.4.0 = +- Added filter for tevkori_get_sizes, with tests +- Added Composer support +- Compare aspect ratio in relative values, not absolute values +- Cleanup of code style and comments added +- Added PHP 5.2 to our Travis test matrix +- Fixed unit test loading +- Preventing duplicates in srcset array +- Updated docs for advanced image compression +- Formatting cleanup in readme.md +- Bump plugin 'Tested up to:' value to 4.3 +- Remove extra line from readme.txt +- Added changelog items from 2.3.1 to the readme.txt file +- Added 'sudo: false' to travis.ci to use new TravisCI infrastructure +- Removing the srcset and sizes attributes if there is only one source present for the image + += 2.3.1 = - First char no longer stripped from file name if there's no slash - Adding test for when uploads directory not organized by date - Don't calculate a srcset when the image data returns no width - Add test for image_downsize returning 0 as a width -= 2.3.0 += 2.3.0 = * Improved performance of get_srcset_array * Added advanced image compression option (available by adding hook to functions.php) * Duplicate entires now filtered out from srcset array