瀏覽代碼

Updates to release v4.2.1

Kartik Visweswaran 10 年之前
父節點
當前提交
089bf3a8da
共有 7 個文件被更改,包括 14 次插入6 次删除
  1. 8 0
      CHANGE.md
  2. 1 1
      README.md
  3. 1 1
      css/fileinput.css
  4. 1 1
      css/fileinput.min.css
  5. 1 1
      examples/index.html
  6. 1 1
      js/fileinput.js
  7. 1 1
      js/fileinput.min.js

+ 8 - 0
CHANGE.md

@@ -1,3 +1,11 @@
+version 4.2.1
+=============
+**Date**: 22-May-2015
+
+1. (enh #279, #280): Fixed error for failed response types.
+2. (enh #287): Add Brazilian Portugese (pt-BR) translations.
+3. (enh #296): Fixed license identifiers in bower.json and composer.json.
+
 version 4.2.0
 version 4.2.0
 =============
 =============
 **Date**: 11-May-2015
 **Date**: 11-May-2015

+ 1 - 1
README.md

@@ -12,7 +12,7 @@ An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various fi
 
 
 This plugin was initially inspired by [this blog article](http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/) and [Jasny's File Input plugin](http://jasny.github.io/bootstrap/javascript/#fileinput). But the plugin has now matured with various additional features and enhancements to be a complete (yet simple) file management tool and solution for web developers. 
 This plugin was initially inspired by [this blog article](http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/) and [Jasny's File Input plugin](http://jasny.github.io/bootstrap/javascript/#fileinput). But the plugin has now matured with various additional features and enhancements to be a complete (yet simple) file management tool and solution for web developers. 
 
 
-> NOTE: The latest version of the plugin v4.2.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> NOTE: The latest version of the plugin v4.2.1 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
 
 
 ## Features  
 ## Features  
 
 

+ 1 - 1
css/fileinput.css

@@ -1,7 +1,7 @@
 /*!
 /*!
  * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
  * @package bootstrap-fileinput
- * @version 4.2.0
+ * @version 4.2.1
  *
  *
  * File input styling for Bootstrap 3.0
  * File input styling for Bootstrap 3.0
  * Built for Yii Framework 2.0
  * Built for Yii Framework 2.0

+ 1 - 1
css/fileinput.min.css

@@ -1,7 +1,7 @@
 /*!
 /*!
  * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
  * @package bootstrap-fileinput
- * @version 4.2.0
+ * @version 4.2.1
  *
  *
  * File input styling for Bootstrap 3.0
  * File input styling for Bootstrap 3.0
  * Built for Yii Framework 2.0
  * Built for Yii Framework 2.0

+ 1 - 1
examples/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
-<!-- release v4.2.0, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.2.1, copyright 2014 - 2015 Kartik Visweswaran -->
 <html lang="en">
 <html lang="en">
     <head>
     <head>
         <meta charset="UTF-8"/>
         <meta charset="UTF-8"/>

+ 1 - 1
js/fileinput.js

@@ -1,6 +1,6 @@
 /*!
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.2.0
+ * @version 4.2.1
  *
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * features including the FileReader API. 
  * features including the FileReader API. 

+ 1 - 1
js/fileinput.min.js

@@ -1,6 +1,6 @@
 /*!
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.2.0
+ * @version 4.2.1
  *
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * features including the FileReader API. 
  * features including the FileReader API.