Skip to content

Commit

Permalink
Update version and changelog files
Browse files Browse the repository at this point in the history
  • Loading branch information
gabifija committed Oct 26, 2020
1 parent dc1a867 commit 3948716
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 5.4.0 (October 26, 2020)
- Support for uploading multiple files

## 5.3.1 (October 20, 2020)
- Update filestack-ruby version

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ You can also generate a new security object at any time, although this will only
This is a generic button that can be added anywhere in your application and opens an instance of the File Picker. Once a user has chosen a file(s) and submitted, a callback will be executed, passing in the results. You can also pass in any options for the File Picker using the `pickerOptions` symbol:

```erb
<%= filestack_picker_element 'button test', 'callbackForButton', id: 'someuniqueid', input_id: 'someuniqueinputid', pickerOptions: { 'fromSources' => 'facebook', 'maxFiles': 50 } %>
<%= filestack_picker_element 'button test', 'callbackForButton', id: 'someuniqueid', input_id: 'someuniqueinputid', pickerOptions: { 'fromSources': 'facebook', 'maxFiles': 50 } %>
```
File Picker options are exactly the same as in the Javscript SDK and can be found in the aforementioned documentation.

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3.1
5.4.0
2 changes: 1 addition & 1 deletion lib/filestack_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FilestackRails
VERSION = '5.3.1'
VERSION = '5.4.0'
end

0 comments on commit 3948716

Please sign in to comment.