Browse Source

Added UPGRADE note for #13829

tags/2.0.12
Alexander Makarov 8 years ago
parent
commit
f906452f8e
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 3
      framework/UPGRADE.md

3
framework/UPGRADE.md

@ -59,6 +59,9 @@ Upgrade from Yii 2.0.11
* `yii\grid\DataColumn` filter is now automatically generated as dropdown list with localized `Yes` and `No` strings
in case of `format` being set to `boolean`.
* `yii\web\User::loginRequired()` now throws an `UnauthorizedHttpException` instead of a `ForbiddenHttpException`.
Check and adjust your try-catch blocks.
Upgrade from Yii 2.0.10
-----------------------

Loading…
Cancel
Save