Browse Source

Updates to release v4.3.2

Kartik Visweswaran 9 năm trước cách đây
mục cha
commit
22184efc85
12 tập tin đã thay đổi với 17 bổ sung16 xóa
  1. 1 0
      CHANGE.md
  2. 1 1
      LICENSE.md
  3. 1 1
      README.md
  4. 1 1
      bower.json
  5. 1 1
      css/fileinput.css
  6. 1 1
      css/fileinput.min.css
  7. 1 1
      examples/index.html
  8. 1 1
      js/fileinput.js
  9. 1 1
      js/fileinput.min.js
  10. 2 2
      nuget/Package.nuspec
  11. 5 5
      nuget/build.bat
  12. 1 1
      package.json

+ 1 - 0
CHANGE.md

@@ -6,6 +6,7 @@ Change Log: `bootstrap-fileinput`
 **Date:** 14-Mar-2016
 
 1. (bug #595): Correct initialization of `allowedPreviewTypes`.
+2. (enh #600): Synchronize latest package on NuGet.
 
 ## version 4.3.1
 

+ 1 - 1
LICENSE.md

@@ -1,4 +1,4 @@
-Copyright (c) 2014 - 2015, Kartik Visweswaran  
+Copyright (c) 2014 - 2016, Kartik Visweswaran  
 Krajee.com  
 All rights reserved.  
 

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various fi
 
 ![File Input Screenshot](https://lh3.googleusercontent.com/-3FiEmc_okc4/VBw_d2LBAJI/AAAAAAAAAL8/KbVj5X9Dus0/w596-h454-no/FileInput.jpg)
 
-> NOTE: The latest version of the plugin is v4.3.1 (dev-master). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> NOTE: The latest version of the plugin is v4.3.2 (dev-master). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
 
 ## Documentation and Demo
 

+ 1 - 1
bower.json

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

+ 1 - 1
css/fileinput.css

@@ -1,7 +1,7 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
- * @version 4.3.1
+ * @version 4.3.2
  *
  * File input styling for Bootstrap 3.0
  * Built for Yii Framework 2.0

+ 1 - 1
css/fileinput.min.css

@@ -1,7 +1,7 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
- * @version 4.3.1
+ * @version 4.3.2
  *
  * File input styling for Bootstrap 3.0
  * Built for Yii Framework 2.0

+ 1 - 1
examples/index.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<!-- release v4.3.1, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.3.2, copyright 2014 - 2015 Kartik Visweswaran -->
 <html lang="en">
     <head>
         <meta charset="UTF-8"/>

+ 1 - 1
js/fileinput.js

@@ -1,6 +1,6 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.3.1
+ * @version 4.3.2
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced features including the FileReader API.
  *

+ 1 - 1
js/fileinput.min.js

@@ -1,6 +1,6 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
- * @version 4.3.1
+ * @version 4.3.2
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced features including the FileReader API.
  *

+ 2 - 2
nuget/Package.nuspec

@@ -3,8 +3,8 @@
   <metadata>
     <id>bootstrap-fileinput</id>
 	<title>bootstrap-fileinput</title>
-    <version>4.3.1</version>
-    <authors>Kartik Visweswaran, Robert Kiss (nuget package)</authors>
+    <version>4.3.2</version>
+    <authors>Kartik Visweswaran</authors>
     <owners>Kartik Visweswaran</owners>
     <licenseUrl>https://github.com/kartik-v/bootstrap-fileinput/blob/master/LICENSE.md</licenseUrl>
     <projectUrl>https://github.com/kartik-v/bootstrap-fileinput</projectUrl>

+ 5 - 5
nuget/build.bat

@@ -28,8 +28,8 @@ REM create a new package
 NuGet Pack Package.nuspec -Exclude NuGet.exe;build.bat
 
 REM Upload the new package
-REM for %%f in (bootstrap-fileinput.*) do (
-REM	NuGet Push %%f
-REM	rmdir /s /q content
-REM	del %%f
-REM )
+for %%f in (bootstrap-fileinput.*) do (
+NuGet Push %%f
+rmdir /s /q content
+del %%f
+)

+ 1 - 1
package.json

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