From 3fd2b8c950cce79d60e9702d6bcb24eb3c80f6c5 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Thu, 17 Mar 2016 04:29:28 +0100 Subject: [PATCH] release version 2.0.6 --- CHANGELOG.md | 4 ++-- InputWidget.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a316b..21227db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Yii Framework 2 bootstrap extension Change Log ============================================== -2.0.6 under development ------------------------ +2.0.6 March 17, 2016 +-------------------- - Bug #68: Fixed `yii\bootstrap\Nav` handling empty items (freezy-sk) - Bug #81: Fixed `yii\bootstrap\ActiveField::radioList()` and `yii\bootstrap\ActiveField::checkboxList()` ignore `itemOptions` (mikehaertl) diff --git a/InputWidget.php b/InputWidget.php index 25a9fa2..353b79b 100644 --- a/InputWidget.php +++ b/InputWidget.php @@ -16,4 +16,4 @@ namespace yii\bootstrap; class InputWidget extends \yii\widgets\InputWidget { use BootstrapWidgetTrait; -} \ No newline at end of file +}