Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawngee committed Sep 23, 2017
1 parent f7735b8 commit 5b4ddfa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/Tools/Storage/StorageTool.php
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ public function deleteAttachment($id) {

/**
* Filters the uploads directory data. (https://core.trac.wordpress.org/browser/tags/4.8/src/wp-includes/functions.php#L1880)
*
*
* @param array $uploads
* @return array
*/
Expand Down
2 changes: 1 addition & 1 deletion ilab-media-tools.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://interfacelab.com/media-tools
Description: Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows.
Author: interfacelab
Version: 2.0.1
Version: 2.0.2
Author URI: http://interfacelab.io
*/

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 4.8.2
License: GPLv3 or later
Donate link: http://www2.jdrf.org/site/TR?fr_id=6912&pg=personal&px=11429802
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Stable tag: 2.0.1
Stable tag: 2.0.2
Requires PHP: 5.6

Automatically upload media to Amazon S3 and integrate with Imgix, a real-time image processing CDN. Boosts site performance and simplifies workflows.
Expand Down Expand Up @@ -94,6 +94,9 @@ No, I'm just one very enthusiastic customer.

== Changelog ==

= 2.0.2 =
* Fix for srcset not being generated on WordPress generated image tags. Note that this will only fix future uploads, not existing uploads.

= 2.0.1 =
* Major refactoring of the code base
* Storage services are now "pluggable", meaning new ones can be added that aren't S3 compatible
Expand Down

0 comments on commit 5b4ddfa

Please sign in to comment.