mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
Update UPGRADE.md
Added note about bootstrap version.
This commit is contained in:
@ -8,6 +8,16 @@ if you want to upgrade from version A to version C and there is
|
||||
version B between A and C, you need to following the instructions
|
||||
for both A and B.
|
||||
|
||||
Upgrade from Yii 2.0.0
|
||||
----------------------
|
||||
|
||||
* Upgraded Twitter Bootstrap to version 3.3.x. If you need to use an older version (i.e. stick with 3.2.x) you can
|
||||
specify that in your `composer.json` by adding the following line in the `require` section:
|
||||
|
||||
```json
|
||||
"bower-asset/bootstrap": "3.2.*",
|
||||
```
|
||||
|
||||
Upgrade from Yii 2.0 RC
|
||||
-----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user