Skip to content

Releases: bayfrontmedia/multi-curl

Version 3.0.0

15 Jan 15:13
4dd48f8
Compare
Choose a tag to compare

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

23 Dec 21:21
Compare
Choose a tag to compare

Added

  • Tested up to PHP v8.4.

Version 2.2.0

16 Dec 12:52
0e6e0c7
Compare
Choose a tag to compare

Added

  • Added memory limit parameter for download method.

Changed

  • General code cleanup.

Version 2.1.0

03 Apr 13:41
Compare
Choose a tag to compare

Removed

  • Removed ClientException being thrown in class constructors if the cURL PHP extension is not loaded.

Version 2.0.0

26 Jan 18:14
Compare
Choose a tag to compare

Added

  • Added support for PHP 8.

Version 1.1.4

19 Mar 22:55
Compare
Choose a tag to compare

Fixed

  • Fixed bug in get method not encoding URL's properly.

Version 1.1.3

28 Nov 00:04
Compare
Choose a tag to compare

Added

  • Added optional default value to return with getBody method.

Version 1.1.2

17 Nov 18:04
Compare
Choose a tag to compare

Fixed

  • Updated _curlProcessResponse method in ClientParent class to more reliably extract the response body.

Version 1.1.1

10 Nov 19:42
Compare
Choose a tag to compare

Fixed

  • Fixed getBody() not returning an array when $json_encode = true

Version 1.1.0

04 Sep 21:27
Compare
Choose a tag to compare

Added

  • Added support for CONNECT, OPTIONS and TRACE request methods.