Skip to content

Commit 963ab33

Browse files
committed
Update to release v4.2.2
1 parent 6ca9f20 commit 963ab33

11 files changed

+19
-14
lines changed

CHANGE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
version 4.2.2
2+
=============
3+
**Date**: 18-Jun-2015
4+
5+
1. (enh #332): Bump nuget and bower package versions.
6+
17
version 4.2.1
28
=============
39
**Date**: 15-Jun-2015

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2525
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
2626
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2727
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
28-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

README.md

Lines changed: 3 additions & 3 deletions
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.1 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.2 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details.
1616
1717
## Features
1818

@@ -99,11 +99,11 @@ You can use the `bower` package manager to install. Run:
9999
### Using Composer
100100
You can use the `composer` package manager to install. Either run:
101101

102-
$ php composer.phar require kartik-v/bootstrap-fileinput "dev-master"
102+
$ php composer.phar require kartik-v/bootstrap-fileinput "@dev"
103103

104104
or add:
105105

106-
"kartik-v/bootstrap-fileinput": "dev-master"
106+
"kartik-v/bootstrap-fileinput": "@dev"
107107

108108
to your composer.json file
109109

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-fileinput",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
55
"authors": [
66
"Kartik Visweswaran <[email protected]>"
@@ -37,4 +37,4 @@
3737
"test",
3838
"tests"
3939
]
40-
}
40+
}

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,9 @@
1111
"homepage": "http://www.krajee.com/"
1212
}
1313
],
14-
"minimum-stability": "stable",
1514
"autoload": {
1615
"psr-4": {
1716
"kartik\\plugins\\fileinput\\": ""
1817
}
1918
}
20-
}
19+
}

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.1
4+
* @version 4.2.2
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.1, copyright 2014 - 2015 Kartik Visweswaran -->
2+
<!-- release v4.2.2, 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.1
3+
* @version 4.2.2
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.1.5</version>
6+
<version>4.2.2</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)