mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-23 18:18:21 +08:00
Bootstrap Collapse items property uses label element and encodes by default, like Tabs
Fixes #5232 and #5231
This commit is contained in:
committed by
Alexander Makarov
parent
88dabc49c2
commit
b672b818ae
@@ -18,6 +18,9 @@ Upgrade from Yii 2.0 RC
|
||||
This causes trouble because the formatter uses `Yii::$app->timeZone` as the default values for output so no timezone conversion
|
||||
was possible. If your timestamps are stored in the database without a timezone identifier you have to ensure they are in UTC or
|
||||
add a timezone identifier explicitly.
|
||||
|
||||
* `yii\bootstrap\Collapse` is now encoding labels by default. `encode` item option and global `encodeLabels` property were
|
||||
introduced to disable it. Keys are no longer used as labels. You need to remove keys and use `label` item option instead.
|
||||
|
||||
|
||||
Upgrade from Yii 2.0 Beta
|
||||
|
||||
Reference in New Issue
Block a user