From 94474f4a0f84fa35a08eb8724f8b8391c9806eb9 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Sun, 30 Jun 2019 13:03:24 +0530 Subject: [PATCH] Update to release v5.0.4 --- CHANGE.md | 2 +- README.md | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 261005a3..da9ccf25 100755 --- a/CHANGE.md +++ b/CHANGE.md @@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput` ## version 5.0.4 -**Date:** _under development_ +**Date:** 30-Jun-2019 - (enh #1422): Correct drag indicator SCSS. - (enh #1420): Correct `preferIconicPreview` parsing. diff --git a/README.md b/README.md index 0e3c8860..5e95fc62 100755 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ An enhanced HTML 5 file input for Bootstrap 3.x and 4.x with file preview for va > NOTE: Version 5.x is a significant rewrite. With version 5.x, the plugin code has been revamped with enhanced file management, resumable chunk uploads support, and other new features. You can go through the various closed enhancements and features and documented for [Release 5.x milestone](https://github.com/kartik-v/bootstrap-fileinput/milestone/1?closed=1). -![Krajee Default Theme](https://lh3.googleusercontent.com/8m5BKa-o2_W63OuL-NJtAYOxelboHccfsDojxdqhmVCxY49LTiSVK8rOywzup2EDJlXcda_SsKkMVA=w1366-h768-rw-no) +![Krajee Default Theme](https://user-images.githubusercontent.com/3592619/60393698-ea1fc280-9b36-11e9-9f16-b27c529d6819.png) > NOTE: An alternative new [Krajee Explorer Theme](http://plugins.krajee.com/file-krajee-explorer-demo) (preview shown below) for `bootstrap-fileinput` has been released and available since v4.3.7. For more theming options and suggestions refer the [theming demos](http://plugins.krajee.com/file-theme-demo). -![Krajee Explorer Theme](https://lh3.googleusercontent.com/eKMw_la1h6Z0y1Vk0SU3fsWVpmUoqg_HS-ZEZ1U2-1e8s6fgFZqoGbXcRjIXbYLkLi6Ns17-nb2yOg=w1366-h768-rw-no) +![Krajee Explorer Theme](https://user-images.githubusercontent.com/3592619/60393721-51d60d80-9b37-11e9-991c-810c942ac516.png) ## Documentation and Demo @@ -77,19 +77,19 @@ Step 1: Load the following assets in your header. ```html - + - + - + - + - + @@ -97,11 +97,11 @@ Step 1: Load the following assets in your header. dialog. bootstrap 4.x is supported. You can also use the bootstrap js 3.3.x versions. --> - + - + - + ``` If you noticed, you need to load the `jquery.min.js` and `bootstrap.min.css` in addition to the `fileinput.min.css` and `fileinput.min.js`. The theme file `themes/fa/theme.js` can be optionally included for the font awesome icons styling. The locale file `.js` can be optionally included for translating for your language if needed.