Skip to content

Commit

Permalink
Fix #113 & Fix #114: Updates to release v4.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 7, 2015
1 parent 4fe169e commit cd4c1cb
Show file tree
Hide file tree
Showing 4 changed files with 155 additions and 147 deletions.
2 changes: 2 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ version 4.1.5
4. (enh #106): Enhance events for ajax requests and enable cancelling sync uploads
5. (enh #108): Add nuget package.
6. (bug #112): Fix undefined filestack for individual file upload within preview.
7. (bug #113): Icon layout template undefined when using user template.
8. (bug #114): Prevent multiple file selection when using single file configuration.

version 4.1.4
=============
Expand Down
3 changes: 3 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ <h1>Bootstrap File Input Example</h1>
<form enctype="multipart/form-data">
<div class="form-group">
<input id="file-0" class="file" type="file" multiple=true>
</div>
<div class="form-group">
<input id="file-0a" class="file" type="file">
</div>
<div class="form-group">
<input id="file-1" class="file" type="file" multiple=true data-preview-file-type="any">
Expand Down

0 comments on commit cd4c1cb

Please sign in to comment.