@@ -5,7 +5,7 @@ Yii Framework 2 Change Log
55------------------------
66
77- Bug #19467 : Revert changes in ` Inflector::camel2words() ` introduced in #19204 (samdark)
8- - Bug #19471 : Enable console commands on hostings with disabled ` exec() ` function (WinterSilence, lubosdz)
8+ - Bug #19471 : Enable console commands on hosting with disabled ` exec() ` function (WinterSilence, lubosdz)
99- Bug #19469 : Fix a virtual relation not working because of new isset checks in ` \yii\db\ActiveRelationTrait ` (wvanheumen)
1010- Bug #19380 : Fix PHP 8.1 passing non string to trim() in ` yii\db\Query ` (wa1kb0y)
1111- Bug #19272 : Fix bug in dirty attributes check on multidimensional array (speedplli)
@@ -16,7 +16,7 @@ Yii Framework 2 Change Log
1616- Enh #19270 : Replace deprecated ` scss ` converter in ` yii\web\AssetConverter::$commands ` (WinterSilence)
1717- Enh #19254 : Support specifying custom characters for ` yii.validation.trim() ` and replace deprecated ` jQuery.trim() ` (WinterSilence)
1818- Bug #19291 : Reset errors and validators in ` yii\base\Model::__clone() ` (WinterSilence)
19- - Enh #19295 : Added alias ` text/rtf ` for mime-type ` application/rtf ` (lesha724)
19+ - Enh #19295 : Add alias ` text/rtf ` for mime-type ` application/rtf ` (lesha724)
2020- Enh #19308 : Add ` yii\web\UploadedFile::$fullPath ` represents 'full_path' key added in PHP 8.1 (WinterSilence)
2121- Bug #19303 : Fix serialization in ` yii\caching\Dependency::generateReusableHash() ` (WinterSilence)
2222- Enh #19304 : Add filtering validator ` yii\validators\TrimValidator ` (WinterSilence)
@@ -42,7 +42,7 @@ Yii Framework 2 Change Log
4242- Enh #19437 : Add support to specify request port by trusted proxies in ` \yii\web\Request::getServerPort() ` (rhertogh)
4343- Bug #19445 : Fix caching in ` yii\i18n\Formatter::getUnitMessage() ` (WinterSilence)
4444- Bug #19454 : Fix PDO exception code not properly passed to ` yii\db\Exception ` (Roguyt)
45- - Bug #19477 : cast shell_exec() output to string (schmunk42)
45+ - Bug #19477 : Cast shell_exec() output to string (schmunk42)
4646- Bug #19481 : Exception is always empty in ErrorHandler when handling fatal error (Renkas)
4747- Bug #19462 : Fix validator client options to encode HTML tags (bizley)
4848- Bug #19259 : Fix ` yii\log\FileTarget ` locking and always rotate files only by copy (bizley, mikehaertl)
0 commit comments