diff --git a/CHANGE.md b/CHANGE.md index cbec8b4..e6204bd 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -1,12 +1,19 @@ +version 1.3.0 +============= +**Date:** 08-Nov-2014 + +1. Set release to stable in composer.json. +2. Updated CHANGE log to reflect user friendly date time formats. + version 1.2.0 ============= -Date: 2014-07-02 +**Date:** 02-Jul-2014 - Enh #8: Ability to pass additional form input data within each ajax call. version 1.1.0 ============= -Date: 2014-05-05 +**Date:** 05-May-2014 - Updated placeholder to accept boolean value (false) to disable it. - Added loadingClass property to configure the loading indicator CSS. @@ -15,6 +22,6 @@ Date: 2014-05-05 version 1.0.0 ============= -Date: 2014-04-30 +**Date:** 30-Apr-2014 Initial release. \ No newline at end of file diff --git a/README.md b/README.md index d633d69..ad4e551 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A multi level dependent dropdown JQuery plugin that allows nested dependencies. select inputs, whose options are derived based on value selected in another input/or a group of inputs. It works both with normal select options and select with optgroups as well. -> NOTE: The latest version of the plugin v1.2.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/dependent-dropdown/blob/master/CHANGE.md) for details. +> NOTE: The latest version of the plugin v1.3.0 has been released. Refer the [CHANGE LOG](https://github.com/kartik-v/dependent-dropdown/blob/master/CHANGE.md) for details. ## Features diff --git a/bower.json b/bower.json index f9bec1e..4984294 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "dependent-dropdown", - "version": "1.2.0", + "version": "1.3.0", "homepage": "https://github.com/kartik-v/dependent-dropdown", "authors": [ "Kartik Visweswaran " diff --git a/composer.json b/composer.json index 76e2cb1..852dbf9 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "homepage": "http://www.krajee.com/" } ], + "minimum-stability": "stable", "autoload": { "psr-4": { "kartik\\plugins\\depdrop\\": "" diff --git a/css/dependent-dropdown.css b/css/dependent-dropdown.css index bdd3d1d..42ef86c 100644 --- a/css/dependent-dropdown.css +++ b/css/dependent-dropdown.css @@ -1,6 +1,6 @@ /*! * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - * @version 1.0.0 + * @version 1.3.0 * * Styling for the dependent-dropdown JQuery plugin. * diff --git a/css/dependent-dropdown.min.css b/css/dependent-dropdown.min.css index ad624c7..b8687d1 100644 --- a/css/dependent-dropdown.min.css +++ b/css/dependent-dropdown.min.css @@ -1,6 +1,6 @@ /*! * @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014 - * @version 1.0.0 + * @version 1.3.0 * * Styling for the dependent-dropdown JQuery plugin. * diff --git a/js/dependent-dropdown.js b/js/dependent-dropdown.js index f72ceb8..5bc5779 100644 --- a/js/dependent-dropdown.js +++ b/js/dependent-dropdown.js @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2014 - * @version 1.2.0 + * @version 1.3.0 * * A multi level dependent dropdown JQuery plugin. The plugin * allows nested and combined dependencies. diff --git a/js/dependent-dropdown.min.js b/js/dependent-dropdown.min.js index 5e4515b..535b9b6 100644 --- a/js/dependent-dropdown.min.js +++ b/js/dependent-dropdown.min.js @@ -1,6 +1,6 @@ /*! * @copyright © Kartik Visweswaran, Krajee.com, 2014 - * @version 1.2.0 + * @version 1.3.0 * * A multi level dependent dropdown JQuery plugin. The plugin * allows nested and combined dependencies.