Releases: uploadcare/uploadcare-php
Releases · uploadcare/uploadcare-php
v3.2.0
Each webhook payload now can be signed with a secret to ensure that the request comes from the expected sender.
v3.1.1
v3.1.0
PHP version update, PDF conversion improvement
- Dropped support for old PHP versions. You must update PHP to 7.1 or a newer version to use this version.
- Added PHP 8 support.
- Modified classes for strict types usage.
- Modified terms for naming agreement.
- Updated tests.
- Added option to convert PDF files without a page parameter.
v3.0.3
Fixed file copy methods between default Uploadcare storage and remote storage (Amazon s3)
v3.0.2
Serialization for originalFileUrl
.
v3.0.1
v3.0.0
Brand new Uploadcare PHP library. It covers 100% of Uploadcare APIs.
Features:
- Direct file uploads, uploads from URL, multipart uploads.
- Get info, store, group, copy to local or remote storage, and delete files.
- Convert documents to other document and image formats.
- Encode videos, generate thumbnails, cut, adjust quality, format, and size.
- Secure authorization, uploads, and delivery.
Check out README to learn how to include this PHP library into your project and to explore new usage examples.
Multipart upload
Added
- Support for upload large files with Multipart uploader
Version 2.4.0-rc — 2020-01-13
Added
- Support for signed uploads.
Version 2.3.0 — 2019-09-06
Added
- Allow to specify filename for local uploads
- Allow to control "autostore" for local uploads
Fixed
- Wrong return type for
createRemoteCopy
method inAPI.php
.
As result is always casted tostring
, the return type should bestring