Browse Source

prepare for 2.0.0-rc release.

tags/2.0.0-rc 2.0.0-rc
Qiang Xue 10 years ago
parent
commit
6db2c9b723
  1. 27
      BootstrapThemeAsset.php
  2. 4
      CHANGELOG.md

27
BootstrapThemeAsset.php

@ -1,27 +0,0 @@
<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yii\bootstrap;
use yii\web\AssetBundle;
/**
* Asset bundle for the Twitter bootstrap default theme.
*
* @author Alexander Makarov <sam@rmcreative.ru>
* @since 2.0
*/
class BootstrapThemeAsset extends AssetBundle
{
public $sourcePath = '@bower/bootstrap/dist';
public $css = [
'css/bootstrap-theme.css',
];
public $depends = [
'yii\bootstrap\BootstrapAsset',
];
}

4
CHANGELOG.md

@ -1,8 +1,8 @@
Yii Framework 2 bootstrap extension Change Log 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 #3292: Fixed dropdown widgets rendering incorrect HTML (it3rmit)
- Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys) - Bug #3740: Fixed duplicate error message when client validation is enabled (tadaszelvys)

Loading…
Cancel
Save