Skip to content

Commit b634349

Browse files
committed
Updates to release v4.4.9
1 parent 5c2f7f1 commit b634349

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

CHANGE.md

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

composer.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "kartik-v/bootstrap-fileinput",
33
"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.",
4-
"keywords": ["bootstrap", "jquery", "file", "input", "preview", "upload", "image", "multiple", "ajax", "delete", "progress"],
4+
"keywords": [
5+
"bootstrap",
6+
"jquery",
7+
"file",
8+
"input",
9+
"preview",
10+
"upload",
11+
"image",
12+
"multiple",
13+
"ajax",
14+
"delete",
15+
"progress"
16+
],
517
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
618
"license": "BSD-3-Clause",
719
"authors": [

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"Kartik Visweswaran <[email protected]>"
77
],
88
"description": "An enhanced HTML 5 file input for Bootstrap 3.x with file preview, multiple selection, ajax uploads, and more features.",
9-
"repository" : {
10-
"type": "git",
9+
"repository": {
10+
"type": "git",
1111
"url": "https://github.com/kartik-v/bootstrap-fileinput.git"
1212
},
1313
"bugs": {

0 commit comments

Comments
 (0)