Skip to content

Commit e60f20b

Browse files
committed
Update to release v4.2.5
1 parent 7c40369 commit e60f20b

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various fi
1212

1313
This plugin was initially inspired by [this blog article](http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/) and [Jasny's File Input plugin](http://jasny.github.io/bootstrap/javascript/#fileinput). But the plugin has now matured with various additional features and enhancements to be a complete (yet simple) file management tool and solution for web developers.
1414

15-
> NOTE: The latest version of the plugin v4.2.4 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details.
15+
> NOTE: The latest version of the plugin v4.2.5 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details.
1616
1717
## Features
1818

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-fileinput",
3-
"version": "4.2.4",
3+
"version": "4.2.5",
44
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
55
"authors": [
66
"Kartik Visweswaran <[email protected]>"

css/fileinput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*!
22
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
33
* @package bootstrap-fileinput
4-
* @version 4.2.4
4+
* @version 4.2.5
55
*
66
* File input styling for Bootstrap 3.0
77
* Built for Yii Framework 2.0

css/fileinput.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<!-- release v4.2.4, copyright 2014 - 2015 Kartik Visweswaran -->
2+
<!-- release v4.2.5, copyright 2014 - 2015 Kartik Visweswaran -->
33
<html lang="en">
44
<head>
55
<meta charset="UTF-8"/>

js/fileinput.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*!
22
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
3-
* @version 4.2.4
3+
* @version 4.2.5
44
*
55
* File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced
66
* features including the FileReader API.

js/fileinput.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nuget/Package.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>bootstrap-fileinput</id>
55
<title>bootstrap-fileinput</title>
6-
<version>4.2.4</version>
6+
<version>4.2.5</version>
77
<authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
88
<owners>Kartik Visweswaran</owners>
99
<licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>

0 commit comments

Comments
 (0)