Skip to content

Commit

Permalink
Upgrade to release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Nov 8, 2014
1 parent f159efb commit 7f21fd0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 9 deletions.
13 changes: 10 additions & 3 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -15,6 +22,6 @@ Date: 2014-05-05

version 1.0.0
=============
Date: 2014-04-30
**Date:** 30-Apr-2014

Initial release.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\plugins\\depdrop\\": ""
Expand Down
2 changes: 1 addition & 1 deletion css/dependent-dropdown.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.0.0
* @version 1.3.0
*
* Styling for the dependent-dropdown JQuery plugin.
*
Expand Down
2 changes: 1 addition & 1 deletion css/dependent-dropdown.min.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.0.0
* @version 1.3.0
*
* Styling for the dependent-dropdown JQuery plugin.
*
Expand Down
2 changes: 1 addition & 1 deletion js/dependent-dropdown.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* @copyright &copy; 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.
Expand Down
2 changes: 1 addition & 1 deletion js/dependent-dropdown.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f21fd0

Please sign in to comment.