Releases: bayfrontmedia/multi-curl
Releases · bayfrontmedia/multi-curl
Version 3.0.0
Added
- Added
InteractsWithApi
trait.
Changed
- Minimum PHP requirement is now
^8.2
. - Moved all exceptions to the
Bayfront\MultiCurl\Exceptions
namespace. - Updated documentation.
Version 2.2.1
Added
- Tested up to PHP v8.4.
Version 2.2.0
Added
- Added memory limit parameter for
download
method.
Changed
- General code cleanup.
Version 2.1.0
Removed
- Removed
ClientException
being thrown in class constructors if the cURL PHP extension is not loaded.
Version 2.0.0
Added
- Added support for PHP 8.
Version 1.1.4
Fixed
- Fixed bug in
get
method not encoding URL's properly.
Version 1.1.3
Added
- Added optional default value to return with
getBody
method.
Version 1.1.2
Fixed
- Updated
_curlProcessResponse
method inClientParent
class to more reliably extract the response body.
Version 1.1.1
Fixed
- Fixed
getBody()
not returning an array when$json_encode = true
Version 1.1.0
Added
- Added support for
CONNECT
,OPTIONS
andTRACE
request methods.