Releases: imgix/imgix-statamic
Releases · imgix/imgix-statamic
2.2.2
- refactor: replaces use of deprecated
each
function to improve PHP7 compatibility (#14)
- docs: update
README
with installation and usage notes
2.2.1
Update whitelisted "pass-through" attributes to match the MDN list for img
tags and global attributes.
1.1.1
Update whitelisted "pass-through" attributes to match the MDN list for img
tags and global attributes.
2.2.0
- Added the ability to proxy attributes through to the generated img tag. Specifically, alt, longdesc, title, data-, and aria-.
2.1.0
Update to imgix-php 1.1.0, which removes the http_build_url
dependency, fixes URL generation for signed images with no other params, and encodes all passed parameters and values, including Base64 params.
1.2.0
- Added the ability to proxy attributes through to the generated
img
tag. Specifically, alt
, longdesc
, title
, data-*
, and aria-*
.
1.1.0
Update to imgix-php 1.1.0, which removes the http_build_url
dependency, fixes URL generation for signed images with no other params, and encodes all passed parameters and values, including Base64 params.
2.0.0
Support for Statamic V2. If you're still using V1, please use a 1.x
series release.
1.0.0
This is the initial release, and is compatible with Statamic v1.x
.