You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: framework/CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Yii Framework 2 Change Log
4
4
2.0.13 under development
5
5
------------------------
6
6
7
-
- Enh #14022: `yii\web\UrlManager::setBaseUrl()` now supports aliases (dmirogin)
7
+
- Enh #14022: `yii\web\UrlManager::setBaseUrl()` now supports al14492iases (dmirogin)
8
8
- Bug #14471: `ContentNegotiator` will always set one of the configured server response formats even if the client does not accept any of them (PowerGamer1)
9
9
- Bug #14525: Fixed 2.0.12 regression of loading of global fixtures trough `yii fixture/load` (michaelarnauts)
10
10
- Bug #14523: Added `yii\web\MultipartFormDataParser::$force` option allowing to enforce parsing even on 'POST' request (klimov-paul)
@@ -48,7 +48,7 @@ Yii Framework 2 Change Log
48
48
- Bug #14318: Trigger `yiiActiveForm.events.afterValidateAttribute` after updating attribute (dmirogin)
49
49
- Bug #14493: Fixed getting permissions in `yii\rbac\Dbmanger::getPermissionsByUser` by user with id equals 0 (dmirogin)
50
50
- Bug #14370: Fixed creating built-in validator in model with same function name (dmirogin)
51
-
- Bug #14492: Fixed error handler not escaping error info debug mode (samdark)
51
+
- Bug #14492: Fixed error handler not escaping error info debug mode, see CVE-2017-11516 (samdark)
52
52
- Chg #14487: Changed i18n message error to warning (dmirogin)
0 commit comments