Releases: cloudconvert/cloudconvert-php
Releases · cloudconvert/cloudconvert-php
3.4.2
3.4.1
Allow Symfony v7
3.4.0
- PSR-17
- Update and cleanup dependencies
3.3.0
- Support for Signed URLs
- Use of new sync API endpoints for job/task wait() methods
3.2.3
3.2.2
- Support PHP 8.1
- Allow
guzzlehttp/psr7
2.0
3.2.1
Allow setting custom filename when uploading:
$cloudconvert->tasks()->upload($uploadTask, fopen('./file.pdf', 'r'), 'file.pdf');
3.2.0
Support for PHP8
3.1.0
The SDK is not tied to Guzzle 6 any more.
If you would like to continue using this SDK with Guzzle 6, add the adapter to your project:
composer require php-http/guzzle6-adapter
Alternatively, if you want to use Guzzle 7:
composer require "guzzlehttp/guzzle:^7.0"
3.0.0
The PHP SDK v3 is a complete rewrite for API v2 only!
For API v1, please use version 2.*.