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)