From 6db2c9b72384c23d18105056d569d1502d7cfab5 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Sat, 27 Sep 2014 21:59:54 -0400 Subject: [PATCH] prepare for 2.0.0-rc release. --- BootstrapThemeAsset.php | 27 --------------------------- CHANGELOG.md | 4 ++-- 2 files changed, 2 insertions(+), 29 deletions(-) delete mode 100644 BootstrapThemeAsset.php diff --git a/BootstrapThemeAsset.php b/BootstrapThemeAsset.php deleted file mode 100644 index 60747a9..0000000 --- a/BootstrapThemeAsset.php +++ /dev/null @@ -1,27 +0,0 @@ - - * @since 2.0 - */ -class BootstrapThemeAsset extends AssetBundle -{ - public $sourcePath = '@bower/bootstrap/dist'; - public $css = [ - 'css/bootstrap-theme.css', - ]; - public $depends = [ - 'yii\bootstrap\BootstrapAsset', - ]; -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 82b040a..0828758 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ Yii Framework 2 bootstrap extension Change Log ============================================== -2.0.0-rc under development --------------------------- +2.0.0-rc September 27, 2014 +--------------------------- - Bug #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit) - Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)