Releases: uploadcare/uploadcare-php
Releases · uploadcare/uploadcare-php
Version 1.2.4
- update widget version to 1.2.0 (Flickr support) (see widget changelog)
Version 1.2.3
- be more explicit on cURL errors
Version 1.2.2
- fix sample-project composer file
- always write widget's charset
- default to sync widget load
- add optional
$async
argument toWidget->getScriptTag()
Version 1.2.1
- update widget version to 1.0.1 (see widget changelog)
Version 1.1.3
- Allow changing default CDN host.
Version 1.1.1
- move lib code from
uploadcare/lib/5.x/
tosrc/Uploadcare
- drop 5.2 support
- fix composer support
- accept CDN URL in File's constructor
- bump widget version to 0.18.3 (see widget changelog)
version 1.0.9
This is last uploadcare-php version that will support php 5.2. Expect no features added, only bugs fixed.
- bump widget version to 0.18.1 (see [widget changelog][widget changelog])
version 1.0.8
- fix file copy request
- bump widget version to 0.17.2 (see widget changelog)
version 1.0.7
- support 'limit' param in Api->getFileList() and Api->getFilePaginationInfo()
version 1.0.5
- bump widget version to 0.17.1 (see widget changelog)
- fix HEAD requests
- allow custom User Agent
- prepopulate File with data on Api->getFileList()
- add Groups API
- add File->copy()