Ver código fonte

Update to release v4.2.2

Kartik Visweswaran 10 anos atrás
pai
commit
963ab33aad
11 arquivos alterados com 19 adições e 14 exclusões
  1. 6 0
      CHANGE.md
  2. 1 1
      LICENSE.md
  3. 3 3
      README.md
  4. 2 2
      bower.json
  5. 1 2
      composer.json
  6. 1 1
      css/fileinput.css
  7. 1 1
      css/fileinput.min.css
  8. 1 1
      examples/index.html
  9. 1 1
      js/fileinput.js
  10. 1 1
      js/fileinput.min.js
  11. 1 1
      nuget/Package.nuspec

+ 6 - 0
CHANGE.md

@@ -1,3 +1,9 @@
+version 4.2.2
+=============
+**Date**: 18-Jun-2015
+
+1. (enh #332): Bump nuget and bower package versions.
+
 version 4.2.1
 =============
 **Date**: 15-Jun-2015

+ 1 - 1
LICENSE.md

@@ -25,4 +25,4 @@ ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
 ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

+ 3 - 3
README.md

@@ -12,7 +12,7 @@ An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various fi
 
 This plugin was initially inspired by [this blog article](http://www.abeautifulsite.net/blog/2013/08/whipping-file-inputs-into-shape-with-bootstrap-3/) and [Jasny's File Input plugin](http://jasny.github.io/bootstrap/javascript/#fileinput). But the plugin has now matured with various additional features and enhancements to be a complete (yet simple) file management tool and solution for web developers. 
 
-> NOTE: The latest version of the plugin v4.2.1 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
+> NOTE: The latest version of the plugin v4.2.2 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/bootstrap-fileinput/blob/master/CHANGE.md) for details. 
 
 ## Features  
 
@@ -99,11 +99,11 @@ You can use the `bower` package manager to install. Run:
 ### Using Composer
 You can use the `composer` package manager to install. Either run:
 
-    $ php composer.phar require kartik-v/bootstrap-fileinput "dev-master"
+    $ php composer.phar require kartik-v/bootstrap-fileinput "@dev"
 
 or add:
 
-    "kartik-v/bootstrap-fileinput": "dev-master"
+    "kartik-v/bootstrap-fileinput": "@dev"
 
 to your composer.json file
 

+ 2 - 2
bower.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-fileinput",
-    "version": "4.2.1",
+    "version": "4.2.2",
     "homepage": "https://github.com/kartik-v/bootstrap-fileinput",
     "authors": [
         "Kartik Visweswaran <[email protected]>"
@@ -37,4 +37,4 @@
         "test",
         "tests"
     ]
-}
+}

+ 1 - 2
composer.json

@@ -11,10 +11,9 @@
             "homepage": "http://www.krajee.com/"
         }
     ],
-	"minimum-stability": "stable",
     "autoload": {
         "psr-4": {
             "kartik\\plugins\\fileinput\\": ""
         }
     }
-}
+}

+ 1 - 1
css/fileinput.css

@@ -1,7 +1,7 @@
 /*!
  * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
  * @package bootstrap-fileinput
- * @version 4.2.1
+ * @version 4.2.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.2.1
+ * @version 4.2.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.2.1, copyright 2014 - 2015 Kartik Visweswaran -->
+<!-- release v4.2.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.2.1
+ * @version 4.2.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.2.1
+ * @version 4.2.2
  *
  * File input styled for Bootstrap 3.0 that utilizes HTML5 File Input's advanced 
  * features including the FileReader API. 

+ 1 - 1
nuget/Package.nuspec

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