Version 3.0.1
July 16, 2024
Added
- Added a
craft
provider to generate native Craft transforms using Imgixer's core parameter set. - Stable release.
Version 3.0.0-beta.1
March 24, 2024
- Craft 5 version.
Version 2.1.3
May 3, 2023
Added
- Support for Servd's Asset Platform v3.
Version 2.1.2
February 23, 2023
Fixed
- Fixed image previews in SEOmatic link cards.
Version 2.1.1
February 23, 2023
Added
- Use Craft's own versioning helper for revving asset URLs.
- Stable release.
Version 2.1.0-beta.1
January 16, 2023
Added
- Added ImageKit as an optional image transform provider.
- Defined
core
andextended
parameter sets for supported providers. - Added support for images served from local filesystem subfolders (#7).
- Focal point parameters (
fp-x
andfp-y
) are now set automatically from the Asset (if not otherwise specified) when usingcrop:'focalpoint'
(#8). - Improved native transform support and thumbnail generation in the control panel.
Fixed
- Default parameters now work properly.
Changed
- These source parameters have been changed (the old parameters are still supported, no changes are required to existing projects):
domain
is nowendpoint
key
is nowprivateKey
- Updated docs.
Version 2.0.0-beta.1
June 26, 2022
- Craft 4 version.
Version 1.0.2
May 20, 2021
- Released.
Version 1.0.2-beta.3
February 26, 2021
Added
- Support for using Servd's image transform service.
Changed
- Changed the timestamp parameter appended to image URLs from
mtime=
todm=
.
Version 1.0.2-beta.2
January 16, 2021
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
May 13, 2019
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
March 11, 2021
Added
- Initial release