From d2518d1f6fb0b3e0e3aba50b9c35f56d580eb3c4 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sun, 13 Apr 2014 17:58:59 -0400 Subject: [PATCH] prepare for 2.0.0-beta release. --- ActiveForm.php | 1 - CHANGELOG.md | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ActiveForm.php b/ActiveForm.php index ae8b298..58bbf54 100644 --- a/ActiveForm.php +++ b/ActiveForm.php @@ -41,7 +41,6 @@ use yii\base\InvalidConfigException; * To get a different column layout in horizontal mode you can modify those options * through [[fieldConfig]]: * - * * ```php * $form = ActiveForm::begin([ * 'layout' => 'horizontal', diff --git a/CHANGELOG.md b/CHANGELOG.md index e73249e..ee05e13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Yii Framework 2 bootstrap extension Change Log ============================================== -2.0.0 beta under development ----------------------------- +2.0.0-beta April 13, 2014 +------------------------- - Bug #2361: `yii\bootstrap\NavBar::brandUrl` should default to the home URL of application (qiangxue) - Enh #1474: Added option to make NavBar 100% width (cebe)