Skip to content

Releases: cwhite92/b2-sdk-php

v1.3.0: Added delete and filelist examples (#11)

16 Jul 01:12
Compare
Choose a tag to compare

Changes the authentication domain to backblazeb2.com.

v1.2.1

21 Jul 02:42
Compare
Choose a tag to compare

Renamed internal method authoriseAccount to authorizeAccount to suit B2 naming.

v1.2.0: Add metadata and optimize list files (#4)

16 Jun 18:07
Compare
Choose a tag to compare

Added extra metadata to file objects.
Optimize listFiles() method.

v1.1.0

24 Mar 23:22
Compare
Choose a tag to compare
  • 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

24 Feb 16:02
Compare
Choose a tag to compare

Fixed an issue where uploads would not be sent correctly when providing a file resource to the upload() method.

v1.0.0

18 Feb 22:12
Compare
Choose a tag to compare
Allow deleting files by bucket name and file name

v0.4.0

18 Feb 18:56
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release
Allow deleting files by bucket name and file name

v0.3.0

17 Feb 22:03
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release
Up the maxFileCount parameter for listing files and add a few TODOs

v0.2.0

17 Feb 21:42
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
'Allow specifying the file's content type, fallback to b2/x-auto

v0.1.0

17 Feb 19:56
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Update composer.json