Skip to content

Releases: Interfacelab/ilab-media-tools

2.0.5

28 Sep 05:04
Compare
Choose a tag to compare
  • Fix for uploading non-image files. This bug was introduced in 2.0.3. If you've uploaded non-image files since then, you'll need to re-upload them. Sorry!
  • Hovering over the cloud icon when in the media library grid will display storage info about that file

2.0.4

25 Sep 11:05
Compare
Choose a tag to compare
  • Greatly enhanced the Storage Info panel on the attachment details edit page. This now shows you all of the different sizes that have been generated, as well as any that might be missing.
  • Added the ability to rebuild thumbnails. If you are using Imgix, this is unnecessary. If you aren't using Imgix, you should be using Imgix. You're never going to do better than Imgix. Relying on WordPress to resize your images and then serve those images from a CDN tied to your cloud storage is a better choice than just serving everything from WordPress, but you are still inserting management tasks into your workflow that Imgix alleviates entirely. Seriously, check it out. If you still want to persist with this madness, then this new thumbnail regeneration feature is built just for you. Enjoy.
  • Added "Regenerate Thumbnails" bulk action to WordPress's media library list view. Use Imgix and you'll never have to worry about this stuff ever again.

2.0.3

24 Sep 09:49
Compare
Choose a tag to compare
  • Fix for bug when deleting from remote storage
  • Fix for CDN URL not being applied
  • Documentation fix
  • Settings clean up

2.0.2

23 Sep 06:05
Compare
Choose a tag to compare
  • 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

22 Sep 12:30
Compare
Choose a tag to compare
  • Major refactoring of the code base
  • Storage services are now "pluggable", meaning new ones can be added that aren't S3 compatible
  • Added native Google Cloud Storage support
  • Direct uploads to Google Cloud Storage
  • Added native Backblaze B2 support
  • Improved support for other S3 compatible services
  • Other misc. fixes

2.0.0

22 Sep 11:13
Compare
Choose a tag to compare
  • Major refactoring of the code base
  • Storage services are now "pluggable", meaning new ones can be added that aren't S3 compatible
  • Added native Google Cloud Storage support
  • Direct uploads to Google Cloud Storage
  • Added native Backblaze B2 support
  • Improved support for other S3 compatible services
  • Other misc. fixes

1.5.3

13 Sep 03:46
Compare
Choose a tag to compare
  • Enabled Amazon S3 Transfer Acceleration for even faster uploads. You should enable this ASAP.
  • Direct uploads to Minio storage servers now work (still requires Imgix).
  • Fix for missing mime_content_type() errors on misconfigured PHP installs
  • Added path style endpoint option for S3 compatible endpoints
  • Misc. fixes

1.5.2

12 Sep 00:30
Compare
Choose a tag to compare
  • Added Rekognition importer utility for running existing media on S3 through Rekognition
  • Added bulk actions for S3 importing and Rekognition processing to the WordPress media library
  • Added S3 icon overlay in the media library (grid mode)
  • Added S3 column to the media library (list mode)
  • Misc. fixes

1.5.1

11 Sep 09:33
Compare
Choose a tag to compare
  • Added support for Amazon Rekognition for auto tagging and categorizing uploaded images
  • Added debug for support tickets
  • Misc. fixes

1.5.0

09 Sep 12:44
Compare
Choose a tag to compare
  • Upload media directly to S3, bypassing WordPress. This feature requires Imgix.
  • Ability to cancel S3 Importer
  • Fixes to S3 importing
  • Misc. fixes