Releases: ConvertAPI/convertapi-library-php
Releases · ConvertAPI/convertapi-library-php
v3.0.0
What's Changed
- Remove alternative converter support by @laurynas-convertapi in #61
- Update usage example by @laurynas-convertapi in #63
- Switch to authorization header by @laurynas-convertapi in #62
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
What's Changed
- Do not set content type header when uploading file by @laurynas-convertapi in #57
Full Changelog: v2.0.0...v2.0.1
v2.0.0
v1.7.0
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
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
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
- @DanielGSoftware made their first contribution in #28
Full Changelog: v1.5.0...v1.6.0