Browse Source

prepare for 2.0.0-beta release.

tags/2.0.0-beta 2.0.0-beta
Qiang Xue 11 years ago
parent
commit
d2518d1f6f
  1. 1
      ActiveForm.php
  2. 4
      CHANGELOG.md

1
ActiveForm.php

@ -41,7 +41,6 @@ use yii\base\InvalidConfigException;
* To get a different column layout in horizontal mode you can modify those options * To get a different column layout in horizontal mode you can modify those options
* through [[fieldConfig]]: * through [[fieldConfig]]:
* *
*
* ```php * ```php
* $form = ActiveForm::begin([ * $form = ActiveForm::begin([
* 'layout' => 'horizontal', * 'layout' => 'horizontal',

4
CHANGELOG.md

@ -1,8 +1,8 @@
Yii Framework 2 bootstrap extension Change Log 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) - 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) - Enh #1474: Added option to make NavBar 100% width (cebe)

Loading…
Cancel
Save