Version 3.0.0

December 5, 2022

Changed

  • Bump to 3.0.0
  • Drop craft 2 releases.json

Version 3.0.0-beta.2

September 15, 2022

Changed

  • Added allow-plugins to composer.json
  • Be more resilient to ColorThief exceptions thanks to @nstCactus

Version 3.0.0-beta.1

April 28, 2022

Changed

  • Added craft 4 support

Version 2.1.0

April 28, 2022

Changed

  • Move from league/color-extractor to ksubileau/color-thief-php

Version 2.0.6.1

November 3, 2020

Fixed

  • Fixed composer.json for composer 2

Version 2.0.6

January 27, 2020

Changed

  • Let extract task throw exceptions when the extracting itself fails.

Version 2.0.5

October 11, 2019

Changed

  • Log warnings when ColorExtractorTask fails, instead of throwing exceptions.

Version 2.0.4

October 11, 2019

Fixed

  • Deprecated twig extensions.

Version 2.0.3

March 20, 2019

Changed

  • Let the volume handle asset content retrieval.

Version 2.0.2

March 18, 2019

Fixed

  • Missing image check. Empty image files can still cause errors.

Version 2.0.1

March 15, 2019

Fixed

  • Prevent crashing when asset files are missing.

Version 2.0.0

January 15, 2019

Fixed

  • Stable release for Craft 3 and 3.1
  • Handles corrupt images where no colors are found.

Version 2.0.0-beta.6

November 27, 2018

Fixed

  • Check for urls. Volumes need urls for the plugin to process the image.

Version 2.0.0-beta.5

November 15, 2018

Added

  • Added colorIsDark twig filter

Version 2.0.0-beta.4

November 5, 2018

Fixed

  • Fixed a major bug causing the queue to build up.

Version 2.0.0-beta.3

October 8, 2018

Fixed

  • Fixed errors thrown when imageColor field is missing on assets.

Version 2.0.0-beta.2

August 27, 2018

Added

  • Fixed links to docs
  • Added icons.

Version 2.0.0-beta.1

August 22, 2018

Added

  • Initial Craft 3 release

Version 1.0.6

May 4, 2018

Added

  • Fixed php error.
  • Added logging on plugin level
  • Added console commmand

Version 1.0.5

May 2, 2018

Added

  • Prevent errors from breaking pageloads.
  • #000000 is the default color.

Version 1.0.4

February 27, 2018

Added

  • Prevent svg's from breaking on upload.

Version 1.0.3

February 15, 2018

Changed

  • Tasks should not extract colors twice.

Version 1.0.2

February 14, 2018

Added

  • Fixed console usage

Version 1.0.1

February 14, 2018

Added

  • Added vendor to repo

Version 1.0.0

February 13, 2018

Added

  • Initial release