|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.49 under development |
5 |
| ------------------------- |
| 4 | +2.0.49 August 29, 2023 |
| 5 | +---------------------- |
6 | 6 |
|
7 |
| -- Bug #19911: Resolved inconsistency in `ActiveRecord::getAttributeLabel()` with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting (PowerGamer1) |
8 |
| -- Bug #19872: Fixed the definition of dirty attributes in AR properties for a non-associative array in case of changing the order of elements (eegusakov) |
9 |
| -- Bug #19899: Fixed `GridView` in some cases calling `Model::generateAttributeLabel()` to generate label values that are never used (PowerGamer1) |
10 | 7 | - Bug #9899: Fix caching a MSSQL query with BLOB data type (terabytesoftw)
|
11 | 8 | - Bug #16208: Fix `yii\log\FileTarget` to not export empty messages (terabytesoftw)
|
12 |
| -- Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes "class has no attribute named" InvalidArgumentException (uaoleg) |
13 | 9 | - Bug #18859: Fix `yii\web\Controller::bindInjectedParams()` to not throw error when argument of `ReflectionUnionType` type is passed (bizley)
|
14 |
| -- Enh #19841: Allow jQuery 3.7 to be installed (wouter90) |
15 |
| -- Enh #19853: Added support for default value for `\yii\helpers\Console::select()` (rhertogh) |
| 10 | +- Bug #19857: Fix AttributeTypecastBehavior::resetOldAttributes() causes "class has no attribute named" InvalidArgumentException (uaoleg) |
16 | 11 | - Bug #19868: Added whitespace sanitation for tests, due to updates in ICU 72 (schmunk42)
|
17 |
| -- Enh #19884: Added support Enums in Query Builder (sk1t0n) |
18 |
| -- Bug #19908: Fix associative array cell content rendering in Table widget (rhertogh) |
| 12 | +- Bug #19872: Fixed the definition of dirty attributes in AR properties for a non-associative array in case of changing the order of elements (eegusakov) |
| 13 | +- Bug #19899: Fixed `GridView` in some cases calling `Model::generateAttributeLabel()` to generate label values that are never used (PowerGamer1) |
19 | 14 | - Bug #19906: Fixed multiline strings in the `\yii\console\widgets\Table` widget (rhertogh)
|
20 |
| -- Bug #19924: Fix `yii\i18n\Formatter` to not throw error `Unknown named parameter` under PHP 8 (arollmann) |
| 15 | +- Bug #19908: Fix associative array cell content rendering in Table widget (rhertogh) |
| 16 | +- Bug #19911: Resolved inconsistency in `ActiveRecord::getAttributeLabel()` with regard of overriding in primary model labels for attributes of related model in favor of allowing such overriding for all levels of relation nesting (PowerGamer1) |
21 | 17 | - Bug #19914: Fixed `ArrayHelper::keyExists()` and `::remove()` functions when the key is a float and the value is `null` (rhertogh)
|
| 18 | +- Bug #19924: Fix `yii\i18n\Formatter` to not throw error `Unknown named parameter` under PHP 8 (arollmann) |
| 19 | +- Enh #19841: Allow jQuery 3.7 to be installed (wouter90) |
| 20 | +- Enh #19853: Added support for default value for `\yii\helpers\Console::select()` (rhertogh) |
| 21 | +- Enh #19884: Added support Enums in Query Builder (sk1t0n) |
22 | 22 | - Enh #19920: Broadened the accepted type of `Cookie::$expire` from `int` to `int|string|\DateTimeInterface|null` (rhertogh)
|
23 | 23 |
|
24 | 24 |
|
|
0 commit comments