From 05d74a836aaeaa1f1b26575df8fad0a3e6ffc43e Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 17 Mar 2016 02:03:20 +0100 Subject: [PATCH] adjusted wrong `@since` version --- BootstrapWidgetTrait.php | 2 +- InputWidget.php | 2 +- ToggleButtonGroup.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BootstrapWidgetTrait.php b/BootstrapWidgetTrait.php index d0c90bf..37a0262 100644 --- a/BootstrapWidgetTrait.php +++ b/BootstrapWidgetTrait.php @@ -29,7 +29,7 @@ use yii\helpers\Json; * @author Antonio Ramirez * @author Qiang Xue * @author Paul Klimov - * @since 2.0.5 + * @since 2.0.6 */ trait BootstrapWidgetTrait { diff --git a/InputWidget.php b/InputWidget.php index 2f3b3e1..25a9fa2 100644 --- a/InputWidget.php +++ b/InputWidget.php @@ -11,7 +11,7 @@ namespace yii\bootstrap; * InputWidget is an adjusted for bootstrap needs version of [[\yii\widgets\InputWidget]]. * * @author Paul Klimov - * @since 2.0.5 + * @since 2.0.6 */ class InputWidget extends \yii\widgets\InputWidget { diff --git a/ToggleButtonGroup.php b/ToggleButtonGroup.php index 1f7366c..c7aabbf 100644 --- a/ToggleButtonGroup.php +++ b/ToggleButtonGroup.php @@ -24,7 +24,7 @@ use yii\base\InvalidConfigException; * @see http://getbootstrap.com/javascript/#buttons-checkbox-radio * * @author Paul Klimov - * @since 2.0.5 + * @since 2.0.6 */ class ToggleButtonGroup extends InputWidget {