Skip to content

Releases: tomshaw/laravel-dropbox

v1.1.0

18 Apr 15:01
ee34321
Compare
Choose a tag to compare

1.1.0 (2024-04-18)

Features

  • upload: refactor upload method to accept file paths (a39999c)

v1.0.0

18 Apr 14:34
7141482
Compare
Choose a tag to compare

1.0.0 (2024-04-18)

⚠ BREAKING CHANGES

  • http: The content parameter in HTTP requests is deprecated. Use the body parameter instead.

Features

  • Added Release Please Action (e97fe99)

Code Refactoring

  • http: deprecate content parameter in favor of mixed type body (a306940)