Releases: uploadcare/uploadcare-php
Releases · uploadcare/uploadcare-php
Version 1.5.1
- add throttled requests handling
- add customizable User Agent string
- fix upload from url logical bug
- bump widget to version 2.5.9
Version 1.5.0
- upgrade server api usage to v0.4, add new style pagination support
- add FileIterator
- change logic of Api->getFileList(): it returns FileIterator object instead of array
and incoming parameters are now grouped in an array - remove Api->getFilePaginationInfo()
Version 1.4.1
- change logic of Api->getGroupList() and Api->__getPath()
- fix #41
- bump widget version to 2.5.1 (see widget changelog)
Version 1.4.0
- use proper authentication instead of simple
- bump widget version to 2.5.0 (see widget changelog)
Version 1.3.3
- fix Group->getFiles()
Version 1.3.2
- add Uploader->createGroup()
- add Group->updateInfo()
- add Group API tests
Version 1.3.1
- fix Group->store()
- bump widget version to 2.3.5 (see widget changelog)
Version 1.3.0
- IMPORTANT: backward incompatible changes in widget behavior introduced in 2.0.0, please read
changelog entry
carefully - bump widget version to 2.3.4 (see widget changelog)
- allow CDN URLs in Group constructor
Version 1.2.6
- bump widget version to 1.4.6 (see widget changelog)
- fix Api->copyFile() when copying to custom storage
- add File->copyTo() shortcut
- proper composer.json
Version 1.2.5
- bump widget version to 1.4.2 (see widget changelog)
- add AUTHORS.txt