Imgix
Use Imgix with Craft
Imgix is on version 2.1.0, released on Mar 13, 2021
- 1 Added
- 1 Changed
- 1 Fixed
Changelog
All notable changes to Imgix will be documented here.
Version 2.1.0
[Imgix have deprecated their old API](https://blog.imgix.com/2020/10/16/api-deprecation), and you will have to generate a new API key before March 31st if you are using the purge function. The plugin will continue to spuport both the old and the new version, but you will get a deprecation error if you use an old API key, and they will eventually stop working.
✨Added
- –Added support for the new Imgix Purge API.
⚡Changed
- –Added deprecation warning when using a deprecated API key.
🐛Fixed
- –Fixed deprecation error in purge action
Version 2.0.5
🐛Fixed
- –Fixed secure URLs if imgix source is setup with path prefix ((#18))
Version 2.0.4
✨Added
- –Added x/y (crop points) to translated attributes
⚡Changed
- –Increased imgix-php dependency to 2.1.0
🐛Fixed
- –Fixed a bug where default options was overriding whatever attributes passed via transforms
Version 2.0.3
✨Added
- –Added support for signed URLs
Version 2.0.2
⚡Changed
- –Changed composer constraint to Craft RC1
Version 2.0.1
✨Added
- –Added cache purging
🐛Fixed
- –Fixed missing class reference
Version 2.0.0
✨Added
- –Initial release