Browse Source

Prepare for release v4.4.4

Kartik Visweswaran 7 years ago
parent
commit
92cb26e59a

+ 6 - 0
CHANGE.md

@@ -1,6 +1,12 @@
 Change Log: `bootstrap-fileinput`
 Change Log: `bootstrap-fileinput`
 =================================
 =================================
 
 
+## version 4.4.4 (_under development_)
+
+**Date:** 01-Sep-2017
+
+- Prepare for new release
+
 ## version 4.4.3
 ## version 4.4.3
 
 
 **Date:** 27-Aug-2017
 **Date:** 27-Aug-2017

+ 1 - 1
README.md

@@ -27,7 +27,7 @@ View the [plugin documentation](http://plugins.krajee.com/file-input) and [plugi
 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
 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
 
 
 > NOTE: 
 > NOTE: 
-> - The latest version of the plugin is v4.4.3. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> - The latest version of the plugin is v4.4.4 (_under development_). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
 > - You can use the [sass branch](https://github.com/kartik-v/bootstrap-fileinput/tree/sass) for installation using `bootstrap-sass` dependency.
 > - You can use the [sass branch](https://github.com/kartik-v/bootstrap-fileinput/tree/sass) for installation using `bootstrap-sass` dependency.
 The [master branch](https://github.com/kartik-v/bootstrap-fileinput/tree/master) can be used for installation using plain `bootstrap` dependency.
 The [master branch](https://github.com/kartik-v/bootstrap-fileinput/tree/master) can be used for installation using plain `bootstrap` dependency.
 
 

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrap-fileinput",
     "name": "bootstrap-fileinput",
-    "version": "4.4.3",
+    "version": "4.4.4",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "authors": [
     "authors": [
         "Kartik Visweswaran <[email protected]>"
         "Kartik Visweswaran <[email protected]>"

+ 1 - 1
css/fileinput-rtl.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee RTL (Right To Left) default styling for bootstrap-fileinput.
  * Krajee RTL (Right To Left) default styling for bootstrap-fileinput.

+ 1 - 1
css/fileinput-rtl.min.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee RTL (Right To Left) default styling for bootstrap-fileinput.
  * Krajee RTL (Right To Left) default styling for bootstrap-fileinput.

+ 1 - 1
css/fileinput.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee default styling for bootstrap-fileinput.
  * Krajee default styling for bootstrap-fileinput.

+ 1 - 1
css/fileinput.min.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee default styling for bootstrap-fileinput.
  * Krajee default styling for bootstrap-fileinput.

+ 1 - 1
examples/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <!DOCTYPE html>
-<!-- release v4.4.3, copyright 2014 - 2017 Kartik Visweswaran -->
+<!-- release v4.4.4, copyright 2014 - 2017 Kartik Visweswaran -->
 <!--suppress JSUnresolvedLibraryURL -->
 <!--suppress JSUnresolvedLibraryURL -->
 <html lang="en">
 <html lang="en">
 <head>
 <head>

+ 1 - 1
js/fileinput.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Author: Kartik Visweswaran
  * Author: Kartik Visweswaran

+ 1 - 1
js/fileinput.min.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Author: Kartik Visweswaran
  * Author: Kartik Visweswaran

+ 1 - 1
nuget/Package.nuspec

@@ -3,7 +3,7 @@
   <metadata>
   <metadata>
     <id>bootstrap-fileinput</id>
     <id>bootstrap-fileinput</id>
 	<title>bootstrap-fileinput</title>
 	<title>bootstrap-fileinput</title>
-    <version>4.4.3</version>
+    <version>4.4.4</version>
     <authors>Kartik Visweswaran</authors>
     <authors>Kartik Visweswaran</authors>
     <owners>Kartik Visweswaran</owners>
     <owners>Kartik Visweswaran</owners>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrap-fileinput",
     "name": "bootstrap-fileinput",
-    "version": "4.4.3",
+    "version": "4.4.4",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "authors": [
     "authors": [
         "Kartik Visweswaran <[email protected]>"
         "Kartik Visweswaran <[email protected]>"

+ 1 - 1
sass/fileinput.scss

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee default styling for bootstrap-fileinput.
  * Krajee default styling for bootstrap-fileinput.

+ 1 - 1
themes/explorer-fa/theme.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer Font Awesome theme style for bootstrap-fileinput. 
  * Krajee Explorer Font Awesome theme style for bootstrap-fileinput. 

+ 1 - 1
themes/explorer-fa/theme.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput. 
  * Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput. 

+ 1 - 1
themes/explorer-fa/theme.min.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer Font Awesome theme style for bootstrap-fileinput.
  * Krajee Explorer Font Awesome theme style for bootstrap-fileinput.

+ 1 - 1
themes/explorer-fa/theme.min.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput.
  * Krajee Explorer Font Awesome theme configuration for bootstrap-fileinput.

+ 1 - 1
themes/explorer/theme.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
  * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.

+ 1 - 1
themes/explorer/theme.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.
  * Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.

+ 1 - 1
themes/explorer/theme.min.css

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.
  * Krajee Explorer theme style for bootstrap-fileinput. Load this theme file after loading `fileinput.css`.

+ 1 - 1
themes/explorer/theme.min.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.
  * Krajee Explorer theme configuration for bootstrap-fileinput. Load this theme file after loading `fileinput.js`.

+ 1 - 1
themes/fa/theme.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.
  * Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.

+ 1 - 1
themes/fa/theme.min.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.
  * Font Awesome icon theme configuration for bootstrap-fileinput. Requires font awesome assets to be loaded.

+ 1 - 1
themes/gly/theme.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Glyphicon (default) theme configuration for bootstrap-fileinput.
  * Glyphicon (default) theme configuration for bootstrap-fileinput.

+ 1 - 1
themes/gly/theme.min.js

@@ -1,5 +1,5 @@
 /*!
 /*!
- * bootstrap-fileinput v4.4.3
+ * bootstrap-fileinput v4.4.4
  * http://plugins.krajee.com/file-input
  * http://plugins.krajee.com/file-input
  *
  *
  * Glyphicon (default) theme configuration for bootstrap-fileinput.
  * Glyphicon (default) theme configuration for bootstrap-fileinput.