فهرست منبع

Updates to release v4.4.9

Kartik Visweswaran 6 سال پیش
والد
کامیت
b6343494a5
3فایلهای تغییر یافته به همراه16 افزوده شده و 4 حذف شده
  1. 1 1
      CHANGE.md
  2. 13 1
      composer.json
  3. 2 2
      package.json

+ 1 - 1
CHANGE.md

@@ -1076,4 +1076,4 @@ Initial release. The following features are included in this release:
 - Upload action defaults to form submit. Supports an upload route/server action parameter for custom ajax based upload.
 - Upload action defaults to form submit. Supports an upload route/server action parameter for custom ajax based upload.
 - Triggers JQuery events for advanced development. Events currently available are `filereset` and `fileclear`.
 - Triggers JQuery events for advanced development. Events currently available are `filereset` and `fileclear`.
 - Disabled and readonly file input support.
 - Disabled and readonly file input support.
-- Size of the entire plugin is less than 11KB (about 9KB for the minified JS and 2KB for the minified CSS).
+- Size of the entire plugin is less than 11KB (about 9KB for the minified JS and 2KB for the minified CSS).

+ 13 - 1
composer.json

@@ -1,7 +1,19 @@
 {
 {
     "name": "kartik-v/bootstrap-fileinput",
     "name": "kartik-v/bootstrap-fileinput",
     "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
     "description": "An enhanced HTML 5 file input for Bootstrap 3.x with features for file preview for many file types, multiple selection, ajax uploads, and more.",
-    "keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple", "ajax", "delete", "progress"],
+    "keywords": [
+        "bootstrap",
+        "jquery",
+        "file",
+        "input",
+        "preview",
+        "upload",
+        "image",
+        "multiple",
+        "ajax",
+        "delete",
+        "progress"
+    ],
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "license": "BSD-3-Clause",
     "license": "BSD-3-Clause",
     "authors": [
     "authors": [

+ 2 - 2
package.json

@@ -6,8 +6,8 @@
         "Kartik Visweswaran <[email protected]>"
         "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.",
     "description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.",
-    "repository" : {
-        "type": "git", 
+    "repository": {
+        "type": "git",
         "url": "https://github.com/kartik-v/bootstrap-fileinput.git"
         "url": "https://github.com/kartik-v/bootstrap-fileinput.git"
     },
     },
     "bugs": {
     "bugs": {