Skip to content

Releases: wp-media/imagify-plugin

1.6.11

12 Oct 13:36
Compare
Choose a tag to compare
  • Improvement: Imagify now works with the iOS app, and with XML-RPC in general.
  • Improvement: we harmonized and improved how user roles are handled.
  • Improvement: prevent optimized image to be cached by the browser in the comparison tool.
  • Fix: sometimes the comparison tool's button wouldn't show on the attachment edition page.
  • Fix: the bulk optimization button works again.

1.6.10

05 Oct 21:13
Compare
Choose a tag to compare
  • New: if new thumbnail sizes appear after activating a new theme or plugin, you can now optimize only these missing sizes instead of restoring and re-optimizing all images.
  • Improvement: CSS and JS files have been split and are loaded only when needed.
  • Improvement: in each NextGen Galleries you now have "Optimize" and "Restore" bulk actions.
  • Improvement: better banner placements with languages with long sentences (looking at you, Germany).
  • Improvement: messages like the "WELL DONE" one can now be translated.
  • Bug Fix: the account infos in the admin bar now works properly on front-end.
  • Bug Fix: some thumbnail sizes with curious name were not listed in the settings page.
  • Bug Fix: improved library size calculation for "What plan do I need?". Some thumbnail sizes were missing, lowering the result.
  • Regression fix: the issue with Imagify's popup on WP Rocket options screen is now also solved when WP Rocket is white-labelled.
  • Lots of various small fixes and code improvements.

1.6.9.1

12 Aug 16:41
Compare
Choose a tag to compare
  • Regression fix: Don't load Imagify SweetAlert files on WP Rocket options screen to avoid conflits.

1.6.9

11 Aug 20:26
Compare
Choose a tag to compare
  • Improvement: the bulk optimization now stops as soon as the quota is fully consumed, instead of trying to optimize more images and getting error messages one after the other.
  • Improvement: updated (almost) all JavaScript libraries we use. SweetAlert won't conflict with new versions anymore. Few code improvements.
  • Improvement: in the medias list, improved the Imagify column behavior on small screens.
  • Improvement: when optimizing in NextGen Gallery, update some NGG data.
  • Bug Fix: revamped the whole Enable Media Replace plugin compatibility. Optimization, restoration, and backup should work properly now.
  • Bug Fix: revamped the way to restore images in NextGen Gallery to prevent deletion of alt text, description, and tags.
  • Regression fix: fixed optimization and restoration not working in NextGen Gallery.
  • Regression fix: fixed the bulk optimization not working with PHP 5.2.

1.6.8

26 Jul 21:05
Compare
Choose a tag to compare
  • Improvement: don't display the restore bulk action in the medias list if there is nothing to restore.
  • Improvement: you can know select and unselect all image sizes at once in the settings page.
  • Improvement: detect when the backup directory is not writable. A warning is displayed dynamically under the backup setting, a notice is also displayed on some pages.
  • Improvement: some strings were still not translated in the bulk optimization page.
  • Bug Fix: the "Save & Go to Bulk Optimizer" button now redirects you even if no settings have been changed.
  • Lots of various small fixes and code improvements.

1.6.7.1

13 Jul 08:50
Compare
Choose a tag to compare
  • Bug Fix: Fixed the "Unknown error" during a bulk optimization.

1.6.7

11 Jul 22:51
Compare
Choose a tag to compare
  • Improvement: Compatibility with the plugin WP Offload S3 Pro, and fixed a few things for both Lite and Pro versions.
  • Improvement: Improved performance on the bulk optimization page for huge image libraries.
  • Improvement: When performing a bulk optimization, moved the attachments with the "WELL DONE" message at the end of the queue, it helps to speed up things.
  • Improvement: Use cURL directly only to optimize an image. It helps when cURL is not available: less things will break in that case.
  • Bug Fix: Fixed a bug with the plugin Screets Live Chat, prior to version 2.2.8.
  • Regression fix: Fixed the buffer size on the bulk optimization page.
  • Dev stuff: Added a hook allowing to filter arguments when doing a request to our API. It can be used to increase the timeout value for example.

1.6.6

27 Jun 09:40
Compare
Choose a tag to compare
  • New: Compatibility with the plugin WP Offload S3 Lite. Your images now will be sent to Amazon S3 after being optimized. Also works when you store your images only on S3, not locally.
  • Improvement: Added a filter to the asynchronous job arguments.
  • Bug fix: Compatibility with Internet Explorer 9 to 11.
  • Regression fix: The comparison tool stopped working in the medias list since the previous version.

1.6.5

21 Jun 22:46
Compare
Choose a tag to compare
  • Improvement: Code quality of the whole plugin has been improved to fit more WordPress coding standards.
  • Improvement: Lots of internationalization improvements. Now the plugin's internationalization fully rely on the repository system.
  • Bug Fix: Fixed an error with php 7.1: Uncaught Error: [] operator not supported for strings in /wp-content/plugins/imagify/inc/functions/admin.php:134.

1.6.4

06 Apr 13:17
Compare
Choose a tag to compare
  • Enhancement: Provide a link to optimize in higher level when an image is already optimized.
  • Enhancement: Add a dedicated message for 413 HTTP error when the image is too big to be uploaded on our servers.