From f01aab0069ae20bb2419eb491281fa9c89051807 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Mon, 11 Mar 2024 12:58:01 +0530 Subject: [PATCH] Update to release v5.5.3 --- CHANGE.md | 2 +- README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CHANGE.md b/CHANGE.md index 95c6ad0a..279fda39 100755 --- a/CHANGE.md +++ b/CHANGE.md @@ -3,7 +3,7 @@ Change Log: `bootstrap-fileinput` ## version 5.5.3 -**Date**: _under development_ +**Date**: 11-Mar-2024 - (enh #1856): Replace and fix deprecated jQuery methods. - (enh #1852): Create Basque Translations. diff --git a/README.md b/README.md index 3a2aead7..93bd7ed7 100755 --- a/README.md +++ b/README.md @@ -92,10 +92,10 @@ Step 1: Load the following assets on your page in the order mentioned. - + - + @@ -106,29 +106,29 @@ Step 1: Load the following assets on your page in the order mentioned. selected file (note: this will involve a small processing overhead in scanning of file contents locally). If you do not load these scripts then the mime type parsing will largely be derived using the extension in the filename and some basic file content parsing signatures. --> - - + + - + - + - + - + - + ``` With v5.2.1, the plugin is able to automatically detect the bootstrap library version and deliver the relevant bootstrap specific functionality (if you have loaded the bootstrap.min.js before fileinput.min.js). In case of any issues - you can explicitly set the bootstrap version by setting the following variable before the plugin initialization script.