Skip to content

Latest commit

 

History

History
55 lines (31 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

55 lines (31 loc) · 1.28 KB

Changelog

2.0.0

  • Only test against Ruby 2.2+ and Rails 5.1+. This gem might work with previous versions of Ruby and Rails but it's not guaranteed.

  • Use file IDs instead of file name to retrieve files.

    This allows people to move files around and still get these files without changing the URL.

    mful

  • Use version 2 of the Dropbox API (Steve Bell)

1.2.1 (February 24, 2014)

  • Use the uploader's store_path instead of the root

1.2.0 (January 12, 2014)

  • Make the dropbox_client method public

    You can now easily access to the dropbox_client method to get information about the current connection or check if the latter is active or not.

  • Use the root path instead of the Public directory by default

1.1.1 (October 5, 2013)

  • Fix deletion when using app_folder accounts

1.1.0 (September 22, 2013)

  • Make the gem working with "app_folder" applications.

    Correct the returned URL for applications which are not "dropbox" ones since they are not only accessible publicly.

    Resolve #1

1.0.2 (August 3, 2013)

  • Add a rescue block for DropboxError since CarrierWave is trying to delete all specified versions of a file even if they do not exist.

1.0.1 (August 2, 2013)

  • Ensure resource edition works

1.0.0 (August 2, 2013)

  • First release