File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11version 1.2.0
22=============
3- ** Date:** 01-Feb -2015
3+ ** Date:** 17-Jun -2015
44
55- Upgrade sortable plugin to [ use new fork] ((https://github.com/voidberg/html5sortable ).
66- (enh #5 ): Allow multiple connected sortables on single page. With this enhancement, the ` connected `
77 property will follow these rules:
88 - if set to ` false ` or null/empty this widget will not be connected to any other sortable widget.
99 - if set to ` true ` , this widget will be connected to all other sortable widgets on the page with ` connected ` property set to ` true ` .
1010 - if set to a string - this widget will be connected with other sortable widgets matching the same connected string value.
11+ - (enh #7 ): Correct documentation link.
1112- (enh #9 ): Set composer version dependencies.
1213
1314version 1.1.0
Original file line number Diff line number Diff line change @@ -29,13 +29,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2929Either run
3030
3131```
32- $ php composer.phar require kartik-v/yii2-sortable "dev-master "
32+ $ php composer.phar require kartik-v/yii2-sortable "@ dev"
3333```
3434
3535or add
3636
3737```
38- "kartik-v/yii2-sortable": "dev-master "
38+ "kartik-v/yii2-sortable": "@ dev"
3939```
4040
4141to the ``` require ``` section of your ` composer.json ` file.
Original file line number Diff line number Diff line change 1313 }
1414 ],
1515 "require" : {
16- "kartik-v/yii2-krajee-base" : " 1.7~ "
16+ "kartik-v/yii2-krajee-base" : " ~ 1.7"
1717 },
1818 "autoload" : {
1919 "psr-4" : {
You can’t perform that action at this time.
0 commit comments