Releases: cwhite92/b2-sdk-php
Releases · cwhite92/b2-sdk-php
v1.3.0: Added delete and filelist examples (#11)
Changes the authentication domain to backblazeb2.com.
v1.2.1
Renamed internal method authoriseAccount
to authorizeAccount
to suit B2 naming.
v1.2.0: Add metadata and optimize list files (#4)
Added extra metadata to file objects.
Optimize listFiles()
method.
v1.1.0
- Support for PHP 5.5, previously the package only supported PHP 5.6
- Hooked up Travis CI and Style CI to help with the future maintainability of the project
v1.0.1
Fixed an issue where uploads would not be sent correctly when providing a file resource to the upload()
method.
v1.0.0
Allow deleting files by bucket name and file name
v0.4.0
Allow deleting files by bucket name and file name
v0.3.0
Up the maxFileCount parameter for listing files and add a few TODOs
v0.2.0
'Allow specifying the file's content type, fallback to b2/x-auto