|
1 | 1 | Yii Framework 2 Change Log |
2 | 2 | ========================== |
3 | 3 |
|
4 | | -2.0.45 under development |
| 4 | +2.0.45 February 11, 2022 |
5 | 5 | ------------------------ |
6 | 6 |
|
7 | | -- Enh #18821: Allow `yii\db\ExpressionInterface` as column in `yii\db\conditions\InBuilder` (ntesic) |
8 | | -- Bug #19182: RBAC Migration failed when use oracle with oci8 (Murolike) |
| 7 | +- Bug #19004: Container::resolveCallableDependencies() unable to handle union and intersection types (sartor) |
| 8 | +- Bug #19041: Fix PHP 8.1 issues (longthanhtran, samdark, pamparam83, sartor, githubjeka) |
| 9 | +- Bug #19047: Fix deprecated preg_match() passing null parameters #2 in db\mysql\Schema.php (longthanhtran) |
| 10 | +- Bug #19130: Fix DbSession breaks in some case (longthanhtran) |
9 | 11 | - Bug #19138: Allow digits in language code (ntesic) |
10 | 12 | - Bug #19148: Fix undefined array key errors in `yii\db\ActiveRelationTrait` (stevekr) |
11 | | -- Bug #19041: Fix PHP 8.1 issues (longthanhtran, samdark, pamparam83, sartor, githubjeka) |
12 | | -- Enh #19171: Added `$pagination` and `$sort` to `\yii\rest\IndexAction` for easy configuration (rhertogh) |
| 13 | +- Bug #19182: RBAC Migration failed when use oracle with oci8 (Murolike) |
13 | 14 | - Bug #19187: Fix `yii\filters\PageCache` to store original headers names instead of normalized ones (bizley) |
14 | 15 | - Bug #19191: Change `\Exception` to `\Throwable` in `BadRequestHttpException` and `HttpException` (Dmitrijlin) |
15 | 16 | - Bug #19204: Support numbers in Inflector::camel2words (longthanhtran) |
16 | | -- Bug #19004: Container::resolveCallableDependencies() unable to handle union and intersection types (sartor) |
17 | | -- Bug #19047: Fix deprecated preg_match() passing null parameters #2 in db\mysql\Schema.php (longthanhtran) |
18 | | -- Bug #19130: Fix DbSession breaks in some case (longthanhtran) |
| 17 | +- Enh #18821: Allow `yii\db\ExpressionInterface` as column in `yii\db\conditions\InBuilder` (ntesic) |
| 18 | +- Enh #19171: Added `$pagination` and `$sort` to `\yii\rest\IndexAction` for easy configuration (rhertogh) |
19 | 19 |
|
20 | 20 |
|
21 | 21 | 2.0.44 December 30, 2021 |
|
0 commit comments