Skip to content

v4.1.0

Compare
Choose a tag to compare
@rsedykh rsedykh released this 21 Mar 12:36
· 18 commits to master since this release
e633940

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 returns Uploadcare\Interfaces\File\FileInfoInterface

Added

  • Uploadcare\Interfaces\UploaderInterface::syncUploadFromUrl method for synchronically uploading a file from a remote URL
  • Uploadcare\Interfaces\UploaderInterface::getSignature method for get signature to use in third-party uploaders

Removed

  • Uploadcare\Interfaces\Api\GroupApiInterface::storeGroup($id)
  • Uploadcare\Group::store()