Skip to content

Releases: wp-media/imagify-plugin

2.1.1

01 Feb 15:30
46f9df2
Compare
Choose a tag to compare
  • 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

13 Dec 16:16
e106e4e
Compare
Choose a tag to compare
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

20 Jul 13:00
ea81618
Compare
Choose a tag to compare
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

15 Jul 18:29
Compare
Choose a tag to compare

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

09 Feb 14:48
Compare
Choose a tag to compare
v1.9.14

Update version in Plugin Header

1.9.13

16 Nov 16:53
7c0a5c4
Compare
Choose a tag to compare
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

09 Nov 20:29
0f10195
Compare
Choose a tag to compare
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

10 Sep 15:07
dd798dd
Compare
Choose a tag to compare
  • 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

26 May 12:33
cff41d1
Compare
Choose a tag to compare
  • Bugfix: Correctly optimize thumbnails during auto-optimization of image upload (#491)
  • Bugfix: Fix broken compatibility with Enable Media Replace plugin after WordPress 5.3 (#493)

1.9.9

13 Feb 22:48
Compare
Choose a tag to compare
  • 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.