Releases: wp-media/imagify-plugin
Releases · wp-media/imagify-plugin
2.1.1
- Enhancement: Allow WebP images to be optimized by Imagify from the plugin (#611)
- Enhancement: Improve error message displayed when an unknown error occured (#637)
- Enhancement: Update Action Scheduler to v3.5.4 (#708)
- Enhancement: Only display plan suggestion for users on free plan (#69)
- Bugfix: Prevent optimization from getting stuck on websites with big images libraries (#707)
- Bugfix: Prevent PHP8 ArgumentCountError (#682)
2.1
- Enhancement: Re-add lossless compression option (#686)
- Enhancement: New async bulk optimization, allowing to run the bulk optimization without keeping the browser open. Also possible to run the bulk optimization from an API function or a WP CLI command (#674)
- Bugfix: Correctly resize the WebP generated file to the maximum defined size from the settings (#521)
- Bugfix: Prevent error related to set_time_limit() function on some environments (#671)
2.0
- Enhancement: Add compatibility with our new smart compression system (#663)
- Enhancement: Optimize initialization of some of the code (#473)
- Enhancement: Add new filter
imagify_process_webp_content
(#653) - Bugfix: Prevent PHP warning when displaying the pricing modal (#666)
- 3rd party compatibility: Pass missing parameter to the
http_headers_useragent
filter (#612) - 3rd party compatibility: Prevent conflict with WP Cloudflare super page cache (#609)
- Bugfix: Fix various UI issues (#604, #586, #592, #594)
- i18n: Fix typos & improve strings (#621)
1.10
Changelog:
- The plugin minimum compatible versions are now PHP 7.0 and WordPress 5.3
- Enhancement: Correctly display WordPress cover blocks when WebP and picture tag replacement is enabled (#546)
- Enhancement: Update our jQuery code to be compatible with the new jQuery version included in WordPress (#545)
- 3rd party compatibility: Correctly display WooCommerce variable products images when WebP and picture tag replacement is enabled (#495)
- Bugfix: Prevent nested picture tags when picture tag replacement is enabled (#537)
- Bugfix: Prevent a fatal error related to get_current_screen() in some cases (#567)
- Bugfix: Fixes some display issues related to the promotions in the checkout process (#556, #557)
- Bugfix: Fixes some display issues on the settings & bulk optimization pages on mobile (#566)
- Bugfix: Prevent PHP warning in some cases on the bulk optimization process (#565)
- Bugfix: Prevent PHP notice in somes cases for the $images_count variable (#573)
1.9.14
1.9.13
Merge v1.9.13 (#533) * Update .travis.yml (#525) * Enhancement/pricing use active plans (#523) * wip-pricing-json-mess * adjust the code to parse plans correctly * Handle display for unlimited quota * Remove modal lines when plan type is empty * Remove console logs * Remove tabs from modal view 2 when either is empty * Revise offer presentation on 1st modal view (wip) * Revert "Revise offer presentation on 1st modal view (wip)" This reverts commit b69a239ee7966fd88a685798a54723ae6602e513. * Bail from suggestions early when non onetimes * Remove console.logs * Update js code formatting * Remove temp call to mock api * Fix indentation * Update compiled assets * Use either monthly or total to calculate plan size * Rework selection criteria for plans * Fix eslint and recompile * Fix showing free and checking unlimited * Use cost is 0 to identify free plan Co-authored-by: Ahmed Saeed <[email protected]> * Update versioning and changelog * Update deploy-tag.yml (#527) * Update deploy-tag.yml * Update readme files * Update FAQ section of readme.txt * Update version to 1.9.13 Co-authored-by: Albert Cintas <[email protected]> Co-authored-by: Ahmed Saeed <[email protected]>
1.9.12
Develop (#529) * Update .travis.yml (#525) * Enhancement/pricing use active plans (#523) * wip-pricing-json-mess * adjust the code to parse plans correctly * Handle display for unlimited quota * Remove modal lines when plan type is empty * Remove console logs * Remove tabs from modal view 2 when either is empty * Revise offer presentation on 1st modal view (wip) * Revert "Revise offer presentation on 1st modal view (wip)" This reverts commit b69a239ee7966fd88a685798a54723ae6602e513. * Bail from suggestions early when non onetimes * Remove console.logs * Update js code formatting * Remove temp call to mock api * Fix indentation * Update compiled assets * Use either monthly or total to calculate plan size * Rework selection criteria for plans * Fix eslint and recompile * Fix showing free and checking unlimited * Use cost is 0 to identify free plan Co-authored-by: Ahmed Saeed <[email protected]> * Update versioning and changelog * Update deploy-tag.yml (#527) * Update deploy-tag.yml Co-authored-by: Albert Cintas <[email protected]> Co-authored-by: Ahmed Saeed <[email protected]>
1.9.11
- Bugfix: Fix settings error on multi-sites with WordPress 5.5
- Bugfix: Write the correct conf file for use with webp rewrites on nginx
- Improvement: Namespace composer dependencies to avoid possible naming collisions
- Security: Add blank index.php to imagify-created backup folders to disable public access
QA Summary:
1.9.11 Test Plan Summary.pdf
1.9.10
1.9.9
- Fix: do not warn that all the quota has been consumed when it is not the case.
- Fix: fix a "chunky upload" error that some users experienced.
- Fix: php notices that could happen when optimizing.