@@ -1,3 +1,9 @@
+version 4.1.8
+=============
+**Date**: 20-Feb-2015
+
+1. (bug #171): Fix typo for files validation.
version 4.1.7
=============
**Date**: 13-Feb-2015
@@ -1,6 +1,6 @@
{
"name": "bootstrap-fileinput",
- "version": "4.1.7",
+ "version": "4.1.8",
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
"authors": [
"Kartik Visweswaran <[email protected]>"
@@ -1,7 +1,7 @@
/*!
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - 2015
* @package bootstrap-fileinput
- * @version 4.1.7
+ * @version 4.1.8
*
* File input styling for Bootstrap 3.0
* Built for Yii Framework 2.0
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<!-- release v4.1.7, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.1.8, copyright 2014 - 2015 Kartik Visweswaran -->
<html lang="en">
<head>
<meta charset="UTF-8"/>
* File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced
* features including the FileReader API.
@@ -1774,4 +1774,4 @@
$input.fileinput();
}
});
-})(window.jQuery);
+})(window.jQuery);