Releases: wp-media/imagify-plugin
Releases · wp-media/imagify-plugin
1.9.9-alpha1
v1.9.9-alpha1 Hotfix: don't export .travis.yml
1.9.8.1
- Fix: webp image not showing when using the
<picture>
method and the original<img/>
does not have asrcset
attribute. - Fix: a fatal error with WP Offload Media 2.3.
1.9.8
- Improvement: compatibility with WordPress 5.3!
- New: among other things, WordPress 5.3 automatically resizes large images on upload, using a predefined threshold value that can be changed only by filter (no setting fields are provided). Imagify’s "Resize larger images" setting field is now used to tweak this threshold.
- Caution: to be able to work on WordPress 5.3, some adjustments have been made to our compatibility with Enable Media Replace and Regenerate Thumbnails. However, these plugins must be updated to work with WordPress 5.3: do not use them until then.
- Improvement: moved the
width
andheight
attributes from the<picture>
tag to the<img>
tag to be valid HTML markup. - Fix: added a missing descriptor in
srcset
attribute when using<picture>
tags to display webp images. This should also fix an issue with LasyLoad. - Fix: fixed an issue with the user capacity used for "Other Media" menu item.
- Fix: a php notice
stripos(): Non-string needles will be interpreted as strings in the future.
.
1.9.7
- Improvement: prevent greedy antiviruses from crashing the website by renaming our highly dangerous php file with a ".suspected" suffix.
- Improvement: on the settings page, display the "Save & Go to Bulk Optimizer" button only if the user has the ability to bulk optimize.
- Fix: display the "Welcome" banner correctly when it is shown on the WP Rocket’s settings page.
1.9.6
- Improvement: now images that are "already optimized" can also get webp versions.
- Fix: progress bar height in the admin bar for Chrome and Safari.
1.9.5
- Improvement: Basic Authentication support. If it does not work automatically, you can still define the constants
IMAGIFY_AUTH_USER
andIMAGIFY_AUTH_PASSWORD
in yourwp-config.php
file. - Improvement: webp images are not created for animated gif images by default anymore. Use the filter
imagify_pre_can_create_webp_version
if you still want to create an unanimated webp version of them. - Improvement: when creating webp images from the settings page, we made more clear when all the images are missing a backup copy.
- Improvement: clear the 5 minutes data cache when buying quota from the plugin.
- Improvement: when displaying webp images with the
<picture>
tag, allow to use relative URLs (starting with/
).
1.9.4
- Improvement: if a webp image is larger than its non-webp version, it is now possible to not keep it. This can be done by using the filter
imagify_keep_large_webp
. - Improvement: compatibility with Pressable.
- Improvement: renamed a php class to prevent some hosts to wrongly flag it as "suspicious" and trigger a fatal error.
- Improvement: better compatibility with WP Real Media Library plugin.
- Fix: rewrite rules for webp could not work on some servers.
- Fix: when using
<picture>
tags for webp, some attributes could disappear if they were written on multiple lines. - Fix: the bulk method would not work in the NextGen Gallery list.
- Fix: php notice
Trying to get property "namespace" for a non object
.
1.9.3.1
- Fix: conflict with plugins using an ancient version of Composer.
1.9.3
- Improvement: better compatibility with CDNs when displaying webp images with
<picture>
tags. There is now a new setting field to fill in the CDN URL in use. - Improvement: don’t use Heartbeat anymore. This speeds up the optimization process and prevents other plugins to break everything when they remove Heartbeat.
- Fix: a fatal error upon plugin deactivation.
- Fix: an occasional fatal error preventing the optimization process to work.
- Fix: conflict with plugins using an ancient version of Composer.
- Fix: php notices displayed on the bulk optimization page on rare cases.
- Fix: a php notice about "Non-string needles" with php 7.3.
- Fix: a php notice displayed when restoring a custom file.
1.9.2
- Fix: don’t display support bubble anymore.