Browse Source

Update to release v4.2.8

Kartik Visweswaran 9 năm trước cách đây
mục cha
commit
5081c9a33f

+ 4 - 1
CHANGE.md

@@ -3,9 +3,12 @@ Change Log: `bootstrap-fileinput`
 
 
 ## version 4.2.8
 ## version 4.2.8
 
 
-**Date:** 14-Sep-2015
+**Date:** 25-Sep-2015
 
 
 1. Update bootstrap bower version to support only 3.x variants.
 1. Update bootstrap bower version to support only 3.x variants.
+2. Implement package.json.
+3. (enh #449): Add Arabic Translations.
+4. (enh #454): Update Turkish Translations.
 
 
 ## version 4.2.7
 ## version 4.2.7
 
 

+ 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 is v4.2.7 (dev-master). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> NOTE: The latest version of the plugin is v4.2.8 (dev-master). 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.7
+ * @version 4.2.8
  *
  *
  * 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.7
+ * @version 4.2.8
  *
  *
  * 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.7, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.2.8, 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.7
+ * @version 4.2.8
  *
  *
  * 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.7
+ * @version 4.2.8
  *
  *
  * 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
nuget/Package.nuspec

@@ -3,7 +3,7 @@
   <metadata>
   <metadata>
     <id>bootstrap-fileinput</id>
     <id>bootstrap-fileinput</id>
 	<title>bootstrap-fileinput</title>
 	<title>bootstrap-fileinput</title>
-    <version>4.2.7</version>
+    <version>4.2.8</version>
     <authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
     <authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
     <owners>Kartik Visweswaran</owners>
     <owners>Kartik Visweswaran</owners>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>

+ 38 - 0
package.json

@@ -0,0 +1,38 @@
+{
+    "name": "bootstrap-fileinput",
+    "version": "4.2.7",
+    "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
+    "authors": [
+        "Kartik Visweswaran <[email protected]>"
+    ],
+    "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.",
+    "repository" : {
+        "type": "git", 
+        "url": "https://github.com/kartik-v/bootstrap-fileinput.git"
+    },
+    "bugs": {
+        "url": "https://github.com/kartik-v/bootstrap-fileinput/issues"
+    },
+    "main": [
+        "./css/fileinput.min.css",
+        "./js/fileinput.min.js"
+    ],
+    "keywords": [
+        "bootstrap",
+        "file",
+        "input",
+        "preview",
+        "image",
+        "upload",
+        "ajax",
+        "multiple",
+        "delete",
+        "progress",
+        "gallery"
+    ],
+    "dependencies": {
+        "jquery": ">= 1.9.0",
+        "bootstrap": "~3"
+    },
+    "license": "BSD-3-Clause"
+}