v4.1.0
We've added a method to pass generated secure signature (e.g. to the file uploader) and updated fromUrl
method to allow synchronically upload files from remote URLs.
Breaking change
Uploadcare\Interfaces\UploaderInterface::checkStatus(string $token)
now returnsUploadcare\Interfaces\File\FileInfoInterface
Added
Uploadcare\Interfaces\UploaderInterface::syncUploadFromUrl
method for synchronically uploading a file from a remote URLUploadcare\Interfaces\UploaderInterface::getSignature
method for get signature to use in third-party uploaders
Removed
Uploadcare\Interfaces\Api\GroupApiInterface::storeGroup($id)
Uploadcare\Group::store()