README.md in dropzonejs-rails-0.7.4 vs README.md in dropzonejs-rails-0.8.0

- old
+ new

@@ -2,12 +2,16 @@ Integrate [Matias Meno's Dropzone](http://www.dropzonejs.com/) awesome file upload JS library right into the Asset pipeline of your Rails apps. ## Version -The latest version of this gem bundles **Dropzone v4.3.0**. +The latest version of this gem bundles **Dropzone v5.1.0**. +### Dropzone 4.x + +If you depend on Dropzone's 4.x branch, you need to specify `gem 'dropzonejs-rails', '~> 0.7.4'` in your Gemfile, otherwise you'll get 5.x. + ### Dropzone 3.x If you depend on Dropzone's 3.x branch, you need to specify `gem 'dropzonejs-rails', '~> 0.5.3'` in your Gemfile, otherwise you'll get 4.x. ## Installation and usage @@ -61,9 +65,11 @@ 2. If **1.** tells you that a new version is available, you can run `rake dropzone:replace` - it'll download the files for you. 3. If **1.** tells you that a new version is available, you can run `rake dropzone:bump` - it'll download the files, commit and release them for you. ## Changelog +* v0.8.0 + * Updates Dropzone to the 5.1 branch. **#43 By [@lerarybak](https://github.com/lerarybak).** * v0.7.4 * Refactors rake tasks for better separation of concerns and a cleaner use. **#41 By [@thomasstephane](https://github.com/thomasstephane).** * v0.7.0 * Updates Dropzone to the 4.x branch * v0.5.1