Version 1.0.2

August 5, 2022
  • Released.

Version 1.0.2-beta.3

February 2, 2023

Added

  • Support for using Servd's image transform service.

Changed

  • Changed the timestamp parameter appended to image URLs from mtime= to dm=.

Version 1.0.2-beta.2

April 1, 2022

Added

  • Optionally replace Craft's native image transforms with Imgix.
  • Pass assets directly to Imgixer, as well as image paths / urls.
  • Append mtime= parameter to urls generated for assets, to break the cache when images are edited.

Fixed

  • Allow the signed parameter for a source to be set in the config as well as at the template level.

Version 1.0.1

January 5, 2020

Fixed

  • Imgixer was looking for a config value with the key 'url' to define the Imgix source domain for a given handle, when it should have been 'domain'.

Changed

  • Improved code comments and README.

Version 1.0.0

November 27, 2019

Added

  • Initial release