Skip to content

Releases: CreunaFI/dominant-color-async

2.1.0

24 Sep 16:56
Compare
Choose a tag to compare
  • Feature: Add filters for getting dominant color and transparency
  • Fix: Fix error when ImageMagick is installed but GD is not
  • Fix: Updated compatibility to WordPress 5.8

v2.0.4

04 May 19:33
Compare
Choose a tag to compare
  • Fix: Update dependencies, again

v2.0.3

04 May 19:10
Compare
Choose a tag to compare
  • Fix: Update dependencies

v2.0.2

28 Oct 19:32
Compare
Choose a tag to compare
  • Fix: Add an admin notice instead of crashing if dependencies are missing

v2.0.1

28 Oct 18:56
Compare
Choose a tag to compare
  • Fix: Fix fatal error due to wrong dependency version

v2.0.0

28 Oct 18:35
Compare
Choose a tag to compare
  • Breaking change: Minimum supported PHP version is now 7.0
  • Breaking change: Minimum supported WordPress version is now 5.0
  • Breaking change: Support for Packagist has been removed since Packagist does not support compiled assets like JavaScript or CSS unless they are committed to the Git repository. Please download the latest release from GitHub releases. Auto-updater is included in the plugin. If you need install the plugin using Composer, set up your own SatisPress repository.
  • Fix: Don't show dominant color field on attachments that are not images
  • Change: Changed library used for async processing to woocommerce/action-scheduler instead of deliciousbrains/wp-background-processing since Action Scheduler is more actively supported and it handles large amount of actions better

v1.1.3

29 Sep 20:05
Compare
Choose a tag to compare

v1.1.2

29 Sep 19:47
Compare
Choose a tag to compare

v1.1.1

29 Sep 19:42
Compare
Choose a tag to compare

v1.0.11

15 Mar 10:43
Compare
Choose a tag to compare
  • Fix: Fix issue where failed image processing can cause an infinite loop
  • Fix: Bump supported WordPress version to 5.1