Skip to content

Releases: ConvertAPI/convertapi-library-php

v3.0.0

14 Sep 08:53
Compare
Choose a tag to compare

What's Changed

API secret or token is now set as API credentials:

ConvertApi::setApiCredentials('your-api-secret-or-token');

Full Changelog: v2.0.1...v3.0.0

v2.0.1

24 Jun 18:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

16 Feb 14:34
a4c67b1
Compare
Choose a tag to compare

What's Changed

  • Upgrade to php 8 by @laurynas-baltsoft in #50
  • Fix php8 deprecations by @laurynas-baltsoft in #51
  • Fix manual installation example by @laurynas-baltsoft in #52
  • fix(params): Allow StoreFile param to be overridden by @mijohen in #41

New Contributors

Full Changelog: v1.7.0...v2.0.0

v1.7.0

19 Jul 15:45
72dc773
Compare
Choose a tag to compare

What's Changed

  • Make converter param name case insensitive by @laurynas-baltsoft in #43
  • Handle multiple file params by @laurynas-baltsoft in #44

Full Changelog: v1.6.1...v1.7.0

v1.6.1

18 Sep 20:53
Compare
Choose a tag to compare

What's Changed

  • Change default read timeout to 1800 seconds by @laurynas-baltsoft in #37

Full Changelog: v1.6.0...v1.6.1

v1.6.0

26 Jun 19:26
Compare
Choose a tag to compare

What's Changed

  • Add error handling example by @laurynas-baltsoft in #25
  • Add getter and setter for $apiBase by @DanielGSoftware in #28
  • Fix specs by specifying formats by @laurynas-baltsoft in #32
  • Fix API base setting spec by @laurynas-baltsoft in #33
  • Replace Travis with GitHub actions by @laurynas-baltsoft in #34
  • Handle empty API response by @laurynas-baltsoft in #36
  • Fix filename with spaces encoding in file uploads by @laurynas-baltsoft in #31

New Contributors

Full Changelog: v1.5.0...v1.6.0