@@ -5,7 +5,7 @@ Yii Framework 2 Change Log
5
5
------------------------
6
6
7
7
- 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)
9
9
- Bug #19469 : Fix a virtual relation not working because of new isset checks in ` \yii\db\ActiveRelationTrait ` (wvanheumen)
10
10
- Bug #19380 : Fix PHP 8.1 passing non string to trim() in ` yii\db\Query ` (wa1kb0y)
11
11
- Bug #19272 : Fix bug in dirty attributes check on multidimensional array (speedplli)
@@ -16,7 +16,7 @@ Yii Framework 2 Change Log
16
16
- Enh #19270 : Replace deprecated ` scss ` converter in ` yii\web\AssetConverter::$commands ` (WinterSilence)
17
17
- Enh #19254 : Support specifying custom characters for ` yii.validation.trim() ` and replace deprecated ` jQuery.trim() ` (WinterSilence)
18
18
- 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)
20
20
- Enh #19308 : Add ` yii\web\UploadedFile::$fullPath ` represents 'full_path' key added in PHP 8.1 (WinterSilence)
21
21
- Bug #19303 : Fix serialization in ` yii\caching\Dependency::generateReusableHash() ` (WinterSilence)
22
22
- Enh #19304 : Add filtering validator ` yii\validators\TrimValidator ` (WinterSilence)
@@ -42,7 +42,7 @@ Yii Framework 2 Change Log
42
42
- Enh #19437 : Add support to specify request port by trusted proxies in ` \yii\web\Request::getServerPort() ` (rhertogh)
43
43
- Bug #19445 : Fix caching in ` yii\i18n\Formatter::getUnitMessage() ` (WinterSilence)
44
44
- 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)
46
46
- Bug #19481 : Exception is always empty in ErrorHandler when handling fatal error (Renkas)
47
47
- Bug #19462 : Fix validator client options to encode HTML tags (bizley)
48
48
- Bug #19259 : Fix ` yii\log\FileTarget ` locking and always rotate files only by copy (bizley, mikehaertl)
0 commit comments