Skip to content

Releases: imgix/imgix-php

2.1.0

13 Mar 17:11
Compare
Choose a tag to compare
  • Added a setter for includeLibraryParam, to match other constructor options.

2.0.0

05 Mar 20:28
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixed a bug introduced in 1.2.0 when encoding a URL with an empty path.

1.2.0

29 Jan 17:31
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Fixes an issue when ksort was used with an empty parameter set. Thanks, @seanislegend! #9

1.0.5

04 Jun 01:45
Compare
Choose a tag to compare

Adding in the ixlib parameter to all requests for security and diagnostic concerns.

1.0.4

30 May 21:26
Compare
Choose a tag to compare
  • Fixes an issue with encoding full-qualified URLs.