Skip to content

Commit

Permalink
Fix for sizes.
Browse files Browse the repository at this point in the history
Version bump.
  • Loading branch information
jawngee committed Feb 15, 2017
1 parent ae5e71c commit dd40d22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/tools/imgix/ilab-media-imgix-tool.php
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ private function buildImgixImage($id,$size, $params=null, $skipParams=false, $me
$imgix->createURL(str_replace('%2F','/',urlencode($imageFile)),$params),
$params['w'],
$params['h'],
false
true
];

return $result;
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: Complete media management tools
Author: Jon Gilkison
Version: 1.1.0
Version: 1.1.1
Author URI: http://interfacelab.com
*/

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Requires at least: 4.4
Tested up to: 4.5
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Stable tag: 1.0.5
Stable tag: 1.1.1

Set of tools for enhancing media in WordPress. Includes image cropper, host media from S3 or CDN, integrate with Imgix
and an advanced image editor.
Expand Down Expand Up @@ -99,6 +99,9 @@ No, I'm just one very enthusiastic customer.

== Changelog ==

= 1.1.1 =
* Fix for image sizes disappearing in the insert media dialog.

= 1.1.0 =
* Fixed a bug where SEO Framework and some other plugins were resizing images on the fly, causing an image to be
downloaded to be resized.
Expand Down

0 comments on commit dd40d22

Please sign in to comment.