Releases: Interfacelab/ilab-media-tools
Releases · Interfacelab/ilab-media-tools
2.0.5
2.0.4
- 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
2.0.2
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
- 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
- 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
- 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
- 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