Releases: imgix/imgix-php
Releases · imgix/imgix-php
2.1.0
13 Mar 17:11
Compare
Sorry, something went wrong.
No results found
Added a setter for includeLibraryParam, to match other constructor options.
2.0.0
05 Mar 20:28
Compare
Sorry, something went wrong.
No results found
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 of urlencode() in all cases.
Removed the rawEncodePath argument of createURL(), 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
02 Feb 17:36
Compare
Sorry, something went wrong.
No results found
Fixed a bug introduced in 1.2.0 when encoding a URL with an empty path.
1.2.0
29 Jan 17:31
Compare
Sorry, something went wrong.
No results found
Added an additional boolean parameter to createURL() that allows the given path to be encoded with rawurlencode() rather than urlencode(). See #27 for more details.
1.1.0
25 Feb 19:51
Compare
Sorry, something went wrong.
No results found
Remove http_build_url dependency
Proper encoding for all passed parameters and values, including Base64 params
Fix incorrect URL generation for signed images with no other params
1.0.6
23 Jun 00:14
Compare
Sorry, something went wrong.
No results found
Fixes an issue when ksort was used with an empty parameter set. Thanks, @seanislegend ! #9
1.0.5
04 Jun 01:45
Compare
Sorry, something went wrong.
No results found
Adding in the ixlib parameter to all requests for security and diagnostic concerns.
1.0.4
30 May 21:26
Compare
Sorry, something went wrong.
No results found
Fixes an issue with encoding full-qualified URLs.