Skip to content

Releases: Interfacelab/ilab-media-tools

2.1.18

12 Nov 06:48
Compare
Choose a tag to compare
  • PHP 5.6 related fixes.
  • Added PHP version compatibilty check to the Troubleshooter tool
  • The Troubleshooter tool is always enabled (as long as Storage is enabled)

2.1.17

10 Nov 23:25
Compare
Choose a tag to compare
  • 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

10 Nov 00:03
Compare
Choose a tag to compare
  • 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), use addImigixImageSize($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

06 Nov 11:15
Compare
Choose a tag to compare
  • 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

05 Nov 17:07
Compare
Choose a tag to compare
  • Media Cloud debugging now logs to database, no need to configure php.ini.
  • Improved stablity of the importer. Even if one item fails to import, the rest should continue processing.

2.1.12

03 Nov 22:16
Compare
Choose a tag to compare
  • Fixed a cropping related bug

Last release was a bit premature.

2.1.11

03 Nov 22:14
Compare
Choose a tag to compare
  • Fixed a cropping related bug

2.1.9

03 Nov 19:26
Compare
Choose a tag to compare
  • Using WordPress's image editor now works with Media Cloud. Crops, rotations, etc. will be re-uploaded to S3.
  • Added more Rekognition regions
  • When theme or plugin zip files are uploaded, skip handling them with Media Cloud

2.1.8

02 Nov 17:11
Compare
Choose a tag to compare
  • 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

01 Nov 20:40
Compare
Choose a tag to compare
  • 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.