Skip to content

Releases: Hemant-Mann/flysystem-dropbox

v1.0.5

01 Aug 08:44
9474c2f
Compare
Choose a tag to compare
  • update dropbox php sdk version

v1.0.4

29 Nov 03:17
e45c43d
Compare
Choose a tag to compare
Change dependency to dropbox-php-sdk to version ^0.2.2 (#1)

Upload Bug Fix

05 Aug 08:24
c243225
Compare
Choose a tag to compare
v1.0.3

Minor Changes

Reduce Network Call in ListContents

13 Jul 16:18
43dbce9
Compare
Choose a tag to compare

When passing the $recursive => true to the listContents function it forwards the parameter to the SDK instead of manually calling the API again for each folder
This will reduce the overall network calls when recursive parameter is set to be true

Upload Bug Fixes

08 Jul 14:07
03c7829
Compare
Choose a tag to compare
Bug Fix: Upload Location

While calling the upload functions path prefix is now applied

Stable v1.0

29 May 15:27
Compare
Choose a tag to compare
Read Stream

[+] Implemented readStream method