diff --git a/CHANGE.md b/CHANGE.md index 9d4d910..31b6b26 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -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 ============= diff --git a/composer.json b/composer.json index f27fb08..7ad70ed 100644 --- a/composer.json +++ b/composer.json @@ -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": {