Ver código fonte

Updates to release v4.3.8

Kartik Visweswaran 8 anos atrás
pai
commit
219447a8c2
4 arquivos alterados com 13 adições e 12 exclusões
  1. 3 3
      CHANGE.md
  2. 9 7
      README.md
  3. 0 1
      examples/debug.log
  4. 1 1
      nuget/Package.nuspec

+ 3 - 3
CHANGE.md

@@ -1,15 +1,15 @@
 Change Log: `bootstrap-fileinput`
 =================================
 
-## version 4.3.8 (_under development_)
+## version 4.3.8
 
 **Date:** 21-Feb-2017
 
 1. (bug #870): Correct config.width parsing.
 2. (bug #872): Correct typo in `bootstrap.min.css`.
 3. (enh #874): Enhance/Standardize CSS Styles for Krajee Default Theme.
-4. (enh #876): Update Spanish Translations
-5. (enh #879): Update Russian Translations
+4. (enh #876): Update Spanish Translations.
+5. (enh #879): Update Russian Translations.
 
 ## version 4.3.7
 

+ 9 - 7
README.md

@@ -9,9 +9,11 @@ bootstrap-fileinput
 
 An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more. The plugin allows you a simple way to setup an advanced file picker/upload control built to work specially with Bootstrap CSS3 styles. It enhances the file input functionality further, by offering support to preview a wide variety of files i.e. images, text, html, video, audio, flash, and objects. In addition, it includes AJAX based uploads, dragging & dropping files, viewing upload progress, and selectively previewing, adding, or deleting files.
 
-![File Input Screenshot](https://lh3.googleusercontent.com/-3FiEmc_okc4/VBw_d2LBAJI/AAAAAAAAAL8/KbVj5X9Dus0/w596-h454-no/FileInput.jpg)
+![Krajee Default Theme](https://lh3.googleusercontent.com/-e_E3qNVdEMg/WKvYxZ3W-CI/AAAAAAAAAWs/KJIdNxDpLR8pkqiflpmMAS3KMFkQIab3QCJoC/w530-h430-p-rw/BootstrapFileInput-01.jpg)
 
-> NEW: Preview the alternative new [Krajee Explorer Theme](http://plugins.krajee.com/file-krajee-explorer-demo) for `bootstrap-fileinput` (available since release v4.3.7).
+> NOTE: An alternative new [Krajee Explorer Theme](http://plugins.krajee.com/file-krajee-explorer-demo) (preview shown below) for `bootstrap-fileinput` has been released and available since v4.3.7. For more theming options and suggestions refer the [theming demos](http://plugins.krajee.com/file-theme-demo).
+
+![Krajee Explorer Theme](https://lh3.googleusercontent.com/-cQpItvVFhjY/WKvb0ARaI-I/AAAAAAAAAXA/moGMDgujK8EnYEyDnBReRgt_xw-V4JQ8wCJoC/w530-h318-p-rw/BootstrapFileInput-02.jpg)
 
 ## Documentation and Demo
 
@@ -24,9 +26,9 @@ View the [plugin documentation](http://plugins.krajee.com/file-input) and [plugi
 3. Most modern browsers supporting HTML5 (inputs and FileReader API) including CSS3 & JQuery. For Internet Explorer, one must use IE versions 10 and above. IE9 and below will work as a normal file input, and will not support multiple file selection or the HTML 5 FileReader API.
 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: The latest version of the plugin is v4.3.8 (under development). Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
-
-> NOTE: You can use the [sass branch](https://github.com/kartik-v/bootstrap-fileinput/tree/sass) for installation using `bootstrap-sass` dependency.
+> NOTE: 
+> - The latest version of the plugin is v4.3.8. 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.
 The [master branch](https://github.com/kartik-v/bootstrap-fileinput/tree/master) can be used for installation using plain `bootstrap` dependency.
 
 ## Installation
@@ -56,7 +58,7 @@ You can also manually install the plugin easily to your project. Just download t
 Step 1: Load the following assets in your header. 
 
 ```html
-<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet">
+<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
 <link href="path/to/css/fileinput.min.css" media="all" rel="stylesheet" type="text/css" />
 <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
 <!-- canvas-to-blob.min.js is only needed if you wish to resize images before upload.
@@ -72,7 +74,7 @@ Step 1: Load the following assets in your header.
 <script src="path/to/js/fileinput.min.js"></script>
 <!-- bootstrap.js below is needed if you wish to zoom and view file content 
      in a larger detailed modal dialog -->
-<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" type="text/javascript"></script>
+<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" type="text/javascript"></script>
 <!-- optionally if you need a theme like font awesome theme you can include 
     it as mentioned below -->
 <script src="path/to/themes/fa/theme.js"></script>

+ 0 - 1
examples/debug.log

@@ -1 +0,0 @@
-[0211/175551.662:ERROR:registration_protocol_win.cc(84)] TransactNamedPipe: The pipe has been ended. (0x6D)

+ 1 - 1
nuget/Package.nuspec

@@ -12,7 +12,7 @@
     <requireLicenseAcceptance>false</requireLicenseAcceptance>
     <description>An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.</description>
     <releaseNotes>https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md</releaseNotes>
-    <copyright>Copyright 2014 - 2016</copyright>
+    <copyright>Copyright 2014 - 2017</copyright>
     <tags>bootstrap bootstrap-fileinput</tags>
     <dependencies>
       <dependency id="bootstrap" version="3.3.0" />