Skip to content

Commit 9e2fafe

Browse files
committed
Prepare for next release v5.5.4
1 parent f01aab0 commit 9e2fafe

File tree

20 files changed

+24
-20
lines changed

20 files changed

+24
-20
lines changed

CHANGE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Change Log: `bootstrap-fileinput`
22
=================================
33

4+
## version 5.5.4
5+
6+
**Date**: _under development_
7+
48
## version 5.5.3
59

610
**Date**: 11-Mar-2024

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Step 1: Load the following assets on your page in the order mentioned.
8383

8484
```html
8585
<!-- bootstrap 5.x or 4.x is supported. You can also use the bootstrap css 3.3.x versions -->
86-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/css/bootstrap.min.css" crossorigin="anonymous">
86+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" crossorigin="anonymous">
8787

8888
<!-- default icons used in the plugin are from Bootstrap 5.x icon library (which can be enabled by loading CSS below) -->
8989
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.min.css" crossorigin="anonymous">
@@ -119,7 +119,7 @@ Step 1: Load the following assets on your page in the order mentioned.
119119

120120
<!-- bootstrap.bundle.min.js below is needed if you wish to zoom and preview file content in a detail modal
121121
dialog. bootstrap 5.x or 4.x is supported. You can also use the bootstrap js 3.3.x versions. -->
122-
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
122+
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" crossorigin="anonymous"></script>
123123

124124
<!-- the main fileinput plugin script JS file -->
125125
<script src="https://cdn.jsdelivr.net/gh/kartik-v/bootstrap-fileinput@5.5.3/js/fileinput.min.js"></script>

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": "5.5.3",
3+
"version": "5.5.4",
44
"homepage": "https://github.com/kartik-v/bootstrap-fileinput",
55
"authors": [
66
"Kartik Visweswaran <kartikv2@gmail.com>"

css/fileinput-rtl.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-fileinput v5.5.3
2+
* bootstrap-fileinput v5.5.4
33
* http://plugins.krajee.com/file-input
44
*
55
* Krajee RTL (Right To Left) default styling for bootstrap-fileinput.

css/fileinput-rtl.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.

css/fileinput.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* bootstrap-fileinput v5.5.3
2+
* bootstrap-fileinput v5.5.4
33
* http://plugins.krajee.com/file-input
44
*
55
* Krajee default styling for bootstrap-fileinput.

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-bs3.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* bootstrap-fileinput v5.5.3
2+
* bootstrap-fileinput v5.5.4
33
* http://plugins.krajee.com/file-input
44
*
55
* Author: Kartik Visweswaran

examples/index-bs4.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* bootstrap-fileinput v5.5.3
2+
* bootstrap-fileinput v5.5.4
33
* http://plugins.krajee.com/file-input
44
*
55
* Author: Kartik Visweswaran

examples/index-bs5.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* bootstrap-fileinput v5.5.3
2+
* bootstrap-fileinput v5.5.4
33
* http://plugins.krajee.com/file-input
44
*
55
* Author: Kartik Visweswaran

0 commit comments

Comments
 (0)