Releases: onedesign/oneimgix
Releases · onedesign/oneimgix
1.3.0
Updates purge endpoint to use new API now that old one is deprecated. More info here: https://docs.imgix.com/setup/legacy-api-migration-guide
1.2.1
Updates the Imgix-php
requirement so a minimum-stability
of dev
is no longer needed
Add License
Adds MIT license to project root.
Bugfix
Fixes a bug where non-successfull calls to imgix were blowing up since $statusCode wasn't defined.
Secure Image URLs
- Now uses official imgix-php library for generating URLs.
- Adds
Secure Token
plugin setting that, if used, will generate a secure URL.
Initial Release
v1.0.0 Add ability to modify url depending on whether it already starts a qu…