Version 3.0.0
November 9, 2022
Added
- Craft 4 support
Fixed
- Fixed purging logic in cases where subfolders were used
Version 2.1.0
March 13, 2021
Imgix have deprecated their old API, 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
June 24, 2020
Fixed
- Fixed secure URLs if imgix source is setup with path prefix (#18)
Version 2.0.4
July 21, 2018
Fixed
- Fixed a bug where default options was overriding whatever attributes passed via transforms
- Fixed getUri deprecated error (#4)
- Fixed wrong repo URls
Changed
- Increased imgix-php dependency to 2.1.0
- Removed RC1 from Craft dependency
- Cleaned up list of translated attributes
Added
- Added x/y (crop points) to translated attributes
- Added example config to readme
Version 2.0.3
January 25, 2018
Added
- Added support for signed URLs
Version 2.0.2
December 8, 2017
Changed
- Changed composer constraint to Craft RC1
Version 2.0.1
December 4, 2017
Added
- Added cache purging
Fixed
- Fixed missing class reference
- Fixed getting first imgix domain when passing in url string
Version 2.0.0
October 29, 2017
Added
- Initial release