Skip to content

Commit

Permalink
Update to release v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 18, 2015
1 parent 9a458c8 commit 5af96f8
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version 1.4.2
=============
**Date:** 04-Jun-2015
**Date:** 18-Jun-2015

1. (enh #23): New property `initDepends` to set all dependent parents in the chain.
2. (enh #24): Enhancement for Select2 plugin.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013, Kartik Visweswaran
Copyright (c) 2013 - 2015, Kartik Visweswaran
Krajee.com
All rights reserved.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,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/dependent-dropdown "dev-master"
$ php composer.phar require kartik-v/dependent-dropdown "@dev"

or add:

"kartik-v/dependent-dropdown": "dev-master"
"kartik-v/dependent-dropdown": "@dev"

to your composer.json file

Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dependent-dropdown",
"version": "1.4.1",
"version": "1.4.2",
"homepage": "https://github.com/kartik-v/dependent-dropdown",
"authors": [
"Kartik Visweswaran <[email protected]>"
Expand Down Expand Up @@ -29,4 +29,4 @@
"test",
"tests"
]
}
}
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"kartik\\plugins\\depdrop\\": ""
}
}
}
}
2 changes: 1 addition & 1 deletion css/dependent-dropdown.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
* @version 1.4.2
*
* 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,5 +1,5 @@
/*!
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
* @version 1.4.2
*
* 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,5 +1,5 @@
/*!
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
* @copyright &copy; Kartik Visweswaran, Krajee.com, 2013 - 2015
* @version 1.4.2
*
* A multi level dependent dropdown JQuery plugin. The plugin
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 5af96f8

Please sign in to comment.