Skip to content

Releases: CreunaFI/dominant-color-async

2.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Sep 16:56
  • 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

Choose a tag to compare

@github-actions github-actions released this 04 May 19:33
  • Fix: Update dependencies, again

v2.0.3

Choose a tag to compare

@github-actions github-actions released this 04 May 19:10
  • Fix: Update dependencies

v2.0.2

Choose a tag to compare

@github-actions github-actions released this 28 Oct 19:32
  • Fix: Add an admin notice instead of crashing if dependencies are missing

v2.0.1

Choose a tag to compare

@github-actions github-actions released this 28 Oct 18:56
  • Fix: Fix fatal error due to wrong dependency version

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 28 Oct 18:35
  • 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

Choose a tag to compare

@joppuyo joppuyo released this 29 Sep 20:05

v1.1.2

Choose a tag to compare

@joppuyo joppuyo released this 29 Sep 19:47

v1.1.1

Choose a tag to compare

@joppuyo joppuyo released this 29 Sep 19:42

v1.0.11

Choose a tag to compare

@joppuyo joppuyo released this 15 Mar 10:43
  • Fix: Fix issue where failed image processing can cause an infinite loop
  • Fix: Bump supported WordPress version to 5.1