Skip to content

Commit

Permalink
Fix #10: Set composer version dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jun 17, 2015
1 parent 1e534a2 commit 24f78d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 4 additions & 8 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
version 1.2.0
version 1.0.1
=============
**Date**: 01-Apr-2015

- Set release to stable
- Code formatting updates as per Yii2 coding style.
- (enh #2): Enhance widget to use updated plugin registration from Krajee base
- (enh #7): New `initInputType` property to set input type for initializing bootstrap-checkbox-x plugin.
- (enh #8): New `autoLabel` property to allow automatic configuration of label text, styles, and positions.
- (enh #9): New `labelSettings` property to allow configuring checkbox labels better.

version 1.1.0
=============
**Date**: 25-Nov-2014

- (enh #2): Enhance widget to use updated plugin registration from Krajee base
- Set release to stable
- (enh #10): Set composer version dependencies.

version 1.0.0
=============
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
"homepage": "http://www.krajee.com/"
}
],
"minimum-stability": "stable",
"require": {
"kartik-v/yii2-krajee-base": "*",
"kartik-v/bootstrap-checkbox-x": "*"
"kartik-v/yii2-krajee-base": "~1.7",
"kartik-v/bootstrap-checkbox-x": "~1.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 24f78d9

Please sign in to comment.