Browse Source

Updates to release v4.2.4

Kartik Visweswaran 9 years ago
parent
commit
385c73edf3
4 changed files with 4 additions and 3 deletions
  1. 1 1
      CHANGE.md
  2. 2 1
      README.md
  3. 1 1
      js/fileinput.js
  4. 0 0
      js/fileinput.min.js

+ 1 - 1
CHANGE.md

@@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput`
 
 ## version 4.2.4
 
-**Date**: 20-Jul-2015
+**Date**: 22-Jul-2015
 
 1. (enh #340): Receive `previewId` and `index` in extra data for individual thumbnail uploads (ajax).
 2. (enh #342): Add ability to modify extra data before ajax upload in `beforeSend` events.

+ 2 - 1
README.md

@@ -1116,7 +1116,8 @@ _object_ additional ajax settings to pass to the plugin before submitting the de
 _boolean_ whether to show details of the error stack from the server log when an error is encountered via ajax response. Defaults to `true`.
 
 ## Plugin Events
-The plugin supports the following events. Each of the events below are triggered with a `.fileinput` namespace. So you can trap the events with or without the namespace. For example `fileclear` event can also be trapped as `fileclear.fileinput`.
+
+The plugin supports the following events. 
 
 ### File Events
 

+ 1 - 1
js/fileinput.js

@@ -553,7 +553,7 @@
             return fileName ? '<b>' + fileName + ': </b>' + jqXHR : errMsg;
         },
         raise: function (event, params) {
-            var self = this, e = $.Event(event + '.fileinput');
+            var self = this, e = $.Event(event);
             if (params !== undefined) {
                 self.$element.trigger(e, params);
             } else {

File diff suppressed because it is too large
+ 0 - 0
js/fileinput.min.js


Some files were not shown because too many files changed in this diff