Releases: imgix/imgix-php
Releases · imgix/imgix-php
2.1.0
2.0.0
- Added proper encoding for non-absolute
$path
values. - Fixed logic for determining whether the given
$path
value is an absolute URL or a relative path. - Switched to using
rawurlencode()
instead ofurlencode()
in all cases. - Removed the
rawEncodePath
argument ofcreateURL()
, since it's no longer needed. - Fixed an edge-case where a path with a leading slash might not be handled properly.
1.2.1
1.2.0
1.1.0
1.0.6
- Fixes an issue when
ksort
was used with an empty parameter set. Thanks, @seanislegend! #9
1.0.5
Adding in the ixlib
parameter to all requests for security and diagnostic concerns.
1.0.4
- Fixes an issue with encoding full-qualified URLs.