Skip to content

Commit

Permalink
Updates to release v4.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jul 25, 2018
1 parent 5c2f7f1 commit b634349
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- Triggers JQuery events for advanced development. Events currently available are `filereset` and `fileclear`.
- 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).
14 changes: 13 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
{
"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.",
"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",
"license": "BSD-3-Clause",
"authors": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"Kartik Visweswaran <kartikv2@gmail.com>"
],
"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"
},
"bugs": {
Expand Down

0 comments on commit b634349

Please sign in to comment.