Skip to content

Commit 219447a

Browse files
committed
Updates to release v4.3.8
1 parent 6bc356b commit 219447a

File tree

4 files changed

+13
-12
lines changed

4 files changed

+13
-12
lines changed

CHANGE.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
Change Log: `bootstrap-fileinput`
22
=================================
33

4-
## version 4.3.8 (_under development_)
4+
## version 4.3.8
55

66
**Date:** 21-Feb-2017
77

88
1. (bug #870): Correct config.width parsing.
99
2. (bug #872): Correct typo in `bootstrap.min.css`.
1010
3. (enh #874): Enhance/Standardize CSS Styles for Krajee Default Theme.
11-
4. (enh #876): Update Spanish Translations
12-
5. (enh #879): Update Russian Translations
11+
4. (enh #876): Update Spanish Translations.
12+
5. (enh #879): Update Russian Translations.
1313

1414
## version 4.3.7
1515

README.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ bootstrap-fileinput
99

1010
An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more. The plugin allows you a simple way to setup an advanced file picker/upload control built to work specially with Bootstrap CSS3 styles. It enhances the file input functionality further, by offering support to preview a wide variety of files i.e. images, text, html, video, audio, flash, and objects. In addition, it includes AJAX based uploads, dragging & dropping files, viewing upload progress, and selectively previewing, adding, or deleting files.
1111

12-
![File Input Screenshot](https://lh3.googleusercontent.com/-3FiEmc_okc4/VBw_d2LBAJI/AAAAAAAAAL8/KbVj5X9Dus0/w596-h454-no/FileInput.jpg)
12+
![Krajee Default Theme](https://lh3.googleusercontent.com/-e_E3qNVdEMg/WKvYxZ3W-CI/AAAAAAAAAWs/KJIdNxDpLR8pkqiflpmMAS3KMFkQIab3QCJoC/w530-h430-p-rw/BootstrapFileInput-01.jpg)
1313

14-
> NEW: Preview the alternative new [Krajee Explorer Theme](http://plugins.krajee.com/file-krajee-explorer-demo) for `bootstrap-fileinput` (available since release v4.3.7).
14+
> 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).
15+
16+
![Krajee Explorer Theme](https://lh3.googleusercontent.com/-cQpItvVFhjY/WKvb0ARaI-I/AAAAAAAAAXA/moGMDgujK8EnYEyDnBReRgt_xw-V4JQ8wCJoC/w530-h318-p-rw/BootstrapFileInput-02.jpg)
1517

1618
## Documentation and Demo
1719

@@ -24,9 +26,9 @@ View the [plugin documentation](http://plugins.krajee.com/file-input) and [plugi
2426
3. Most modern browsers supporting HTML5 (inputs and FileReader API) including CSS3 & JQuery. For Internet Explorer, one must use IE versions 10 and above. IE9 and below will work as a normal file input, and will not support multiple file selection or the HTML 5 FileReader API.
2527
4. With release 4.0, AJAX uploads are supported. AJAX uploads require that the browser support HTML5 FormData and XHR2 (XMLHttpRequest 2). Most modern browsers support FormData and XHR2. The plugin will automatically degrade to normal form based submission for browsers not supporting AJAX uploads
2628

27-
> NOTE: The latest version of the plugin is v4.3.8 (under development). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details.
28-
29-
> NOTE: You can use the [sass branch](https://github.com/kartik-v/bootstrap-fileinput/tree/sass) for installation using `bootstrap-sass` dependency.
29+
> NOTE:
30+
> - The latest version of the plugin is v4.3.8. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details.
31+
> - You can use the [sass branch](https://github.com/kartik-v/bootstrap-fileinput/tree/sass) for installation using `bootstrap-sass` dependency.
3032
The [master branch](https://github.com/kartik-v/bootstrap-fileinput/tree/master) can be used for installation using plain `bootstrap` dependency.
3133

3234
## Installation
@@ -56,7 +58,7 @@ You can also manually install the plugin easily to your project. Just download t
5658
Step 1: Load the following assets in your header.
5759

5860
```html
59-
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
61+
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
6062
<link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
6163
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
6264
<!-- canvas-to-blob.min.js is only needed if you wish to resize images before upload.
@@ -72,7 +74,7 @@ Step 1: Load the following assets in your header.
7274
<script src="path/to/js/fileinput.min.js"></script>
7375
<!-- bootstrap.js below is needed if you wish to zoom and view file content
7476
in a larger detailed modal dialog -->
75-
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript"></script>
77+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
7678
<!-- optionally if you need a theme like font awesome theme you can include
7779
it as mentioned below -->
7880
<script src="path/to/themes/fa/theme.js"></script>

examples/debug.log

-1
This file was deleted.

nuget/Package.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1313
<description>An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.</description>
1414
<releaseNotes>https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md</releaseNotes>
15-
<copyright>Copyright 2014 - 2016</copyright>
15+
<copyright>Copyright 2014 - 2017</copyright>
1616
<tags>bootstrap bootstrap-fileinput</tags>
1717
<dependencies>
1818
<dependency id="bootstrap" version="3.3.0" />

0 commit comments

Comments
 (0)