Skip to content

Commit e296f40

Browse files
committed
Fix typos
1 parent 123802e commit e296f40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: framework/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -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)

Diff for: framework/UPGRADE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ for both A and B.
5454
Upgrade from Yii 2.0.45
5555
-----------------------
5656

57-
* Changes in `Inflector::camel2words()` introduced in 2.0.45 were reverted so it works as in pre-2.0.45. If you need
57+
* Changes in `Inflector::camel2words()` introduced in 2.0.45 were reverted, so it works as in pre-2.0.45. If you need
5858
2.0.45 behavior, [introduce your own method](https://github.com/yiisoft/yii2/pull/19495/files).
5959
* `yii\log\FileTarget::$rotateByCopy` is now deprecated and setting it to `false` has no effect since rotating of
6060
the files is done only by copy.

0 commit comments

Comments
 (0)