Skip to content

Commit 650dfd6

Browse files
committed
Upgrade to release v1.2.0
1 parent 5c53bd9 commit 650dfd6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
version 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

1314
version 1.1.0

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ The preferred way to install this extension is through [composer](http://getcomp
2929
Either 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

3535
or add
3636

3737
```
38-
"kartik-v/yii2-sortable": "dev-master"
38+
"kartik-v/yii2-sortable": "@dev"
3939
```
4040

4141
to the ```require``` section of your `composer.json` file.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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": {

0 commit comments

Comments
 (0)