Releases: wp-media/imagify-plugin
Releases · wp-media/imagify-plugin
1.7.1.3
- Bug Fix: a fatal error with outdated versions of php.
1.7.1.2
- Improvement: reset OPcache after Imagify being updated.
- Bug Fix: a fatal error upon Imagify update.
- Bug Fix: a case where the bulk optimizer wrongly says that all images are already optimized.
1.7.1
- New: compatibility with Regenerate Thumbnails (v3) plugin.
- Improvement: better performance of the bulk optimization on sites with huge media library. This is done by not updating the statistics display periodically, but only when the job is done.
- Improvement: SiteGround cache testing is not blocked anymore.
- Improvement: proxies are now handled.
- Improvement: test for ImageMagick or GD availability.
- Bug Fix: php 5.2 incompatibility.
- Bug Fix: custom DB table names during WP repair process.
- Dev stuff: improved the way we use the filesystem. This should solve few edge cases.
1.7
- New: you can now optimize the images from your themes and plugins, or from any other folder in your site!
- Improvement: compatibility with old and new versions of WP Offload S3 plugins.
- Improvement: don't start the bulk optimization process if cURL is not available.
- Bug Fix: image dimensions not being stored sometimes after it is resized.
- Bug Fix: the comparison tool could display multiple handles.
- Bug Fix: issue with php 7.2.
- Dev stuff: lots of internal changes, many things have been rewritten.
- Dev stuff: the default options can now be filtered.
1.6.14.2
- Improvement: force browsers not to use the old version of our script for the charts.
1.6.14.1
- Bug Fix: no more conflicts between our script used for the charts and theme builders, or plugins that use an outdated version of this script.
1.6.14
- New: added compatibility with partners' plugins.
- Improvement: updated the script used for the charts, it will lower the risk of conflicts with other plugins (that are also up-to-date).
- Improvement: the comparison tool button is now also inserted when clicking the next/previous buttons in the media modal.
- Bug Fix: the comparison tool button should not be inserted several times anymore.
- Bug Fix: the images wouldn't appear in the comparison tool sometimes.
1.6.13.1
- Bug Fix: fixed a php error with php 5.2.
1.6.13
- New: added links to the documentation in Imagify' settings and bulk optimization pages.
- Improvement: better compatibility with NextGen Gallery plugin. Imagify no longer resizes NextGen images nor removes exif, to let NextGen Gallery do its job peacefully.
- Improvement: better compatibility with WP Real Media Library plugin, our modal wasn't working correctly.
- Improvement: better compatibility with plugins that use cookies, like Duo Two-Factor Authentication and Shield Security, to prevent being disconnected.
- Improvement: better compatibility with SireGround. A "security" measure was preventing Imagify to work correctly.
- Improvement: better compatibility with hosts that limit some SQL queries, it prevented our bulk optimization to work.
- Improvement: better compatibility with Heartbeat Control plugin, it prevented our bulk optimization to work.
- Improvement: better compatibility with Formidable Forms Pro plugin, the bulk optimizer was never satisfied.
- Bug Fix: fixed a few bugs when optimizing in NextGen Gallery.
1.6.12
- New: added links to the documentation in the plugin's admin bar item and the plugin's row (plugins page). There is more to come.
- Improvement: image attachments that don't have some mandatory WordPress metadata are not included in Imagify stats anymore.
- Fix: the "Optimized size" progress bar in the bulk optimization page now behaves like the "Original size" one does.
- Dev stuff: auto-optimization can be disabled on an attachment basis with the new filter
imagify_auto_optimize_attachment
. For example it can be used to disable auto-optimization for a specific file extension. - Dev stuff: classes are now auto-loaded. Some constants have been removed.