Releases: Interfacelab/ilab-media-tools
Releases · Interfacelab/ilab-media-tools
2.1.18
2.1.17
- Added toggle to serve images from your storage provider using signed URLs (S3 only right now)
- Add option to serve GIFs from S3 (or whatever storage provider) instead of Imgix, if you have Imgix enabled. Animated GIFs are a premium Imgix feature, so this option works around that a little.
2.1.16
- Fix for image_intermediate_size for imgix URLs (thanks @tapetersen)
- Fix for image scaling (thanks @tapetersen and @JulienMelissas)
- Support for WordPress's crop positions (thanks @HexaCubist)
- Support for defining default imgix parameters for sizes. Instead of using
add_image_size($name, $width, $height, $crop)
, useaddImigixImageSize($name, $width, $height, $crop, $imgixParams)
. - System report now includes active plugins and active must use plugins
- Before running the importer, or bulk rebuilding thumbnails, first test that we can access the server without any issues. If there is an issue it is displayed as an error to the end user.
- Added Troubleshooter page that will help you troubleshoot any basic setup problems you might be having. To turn on, enabled Media Cloud Debugging and then navigate to "Troubleshooter" in the admin navigation.
2.1.15
- Added compatibility for ShortPixel Image Optimizer
- Added compatibility for EWW Image Optimizer
- Added compatibility for Smush Image Optimizer (Note: Smush is not compatible with Media Cloud when using Imgix).
- Added compatibility for Imagify Image Optimizer (The best we tested, btw)
- Ability to keep WordPress generated thumbnails when using Imgix
2.1.14
2.1.12
2.1.11
2.1.9
2.1.8
- Compatibility fixes for Foo Gallery, Master Slider, Photo Gallery, and Smart Slider 3
- Added warning and error notices for plugins that are incompatible with Media Cloud: NextGEN Gallery, Smush.it, ShortPixel Image Optimizer, MetaSlider, Imagify, and EWWW Image Optimizer.
- Updated FAQ
2.1.7
- Fix for bbPress front-end user uploads. Should fix issues with other front-end user uploads too.
- Added warning for BuddyPress. Imgix features of the plugin and BuddyPress are not compatible. BuddyPress does some strange upload stuff and is a convoluted mess. I tried, but I gave up.