|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.47 under development |
| 4 | +2.0.47 November 18, 2022 |
5 | 5 | ------------------------
|
6 | 6 |
|
7 | 7 | - Bug #12636: Fix CompareValidator successful state when compareAttribute has an error (manchenkoff)
|
8 | 8 | - Bug #14388: Fixed fixture loading order in output message (manchenkoff)
|
9 | 9 | - Bug #15500: Fix saving empty records to MySQL (manchenkoff)
|
10 | 10 | - Bug #15557: Fix empty fields exclusion in safe attributes of `yii\base\Model` (manchenkoff)
|
11 | 11 | - Bug #16658: Fix file readability check on publishing assets by `yii\web\AssetManager` (manchenkoff)
|
| 12 | +- Bug #19316: Fix MysqlMutex with same connection but difference database (kamarton) |
| 13 | +- Bug #19507: Fix eager loading of nested one-to-many relations (spo0okie) |
12 | 14 | - Bug #19508: Fix wrong selection for boolean attributes in GridView (alnidok)
|
13 | 15 | - Bug #19517: Fix regression in `CompositeAuth::authenticate()` introduced in #19418 (WinterSilence)
|
| 16 | +- Bug #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef) |
14 | 17 | - Bug #19530: Fix specifying the field id for `yii\widgets\ActiveField` (kv4nt)
|
| 18 | +- Bug #19534: Fix `yii\helpers\BaseHtml::renderSelectOptions()` to properly render boolean selection (bizley) |
15 | 19 | - Bug #19537: Fix default expression detection for MariaDB `date` and `time` columns (bizley)
|
16 |
| -- Bug #19589: Fix Error reporting in to the `BaseArrayHelper::getValue()` (lav45) |
17 |
| -- Bug #19316: Fix MysqlMutex with same connection but difference database (kamarton) |
18 |
| -- Bug #19507: Fix eager loading of nested one-to-many relations (spo0okie) |
19 | 20 | - Bug #19546: Reverted #19309 (bizley)
|
20 |
| -- Bug #19670: Fix Error null check PHP 8.1 `yii\rbac\DbManager` (samuelexyz) |
21 |
| -- Bug #19520: Fix for TIMESTAMP & ROWVERSION columns in MSSQL insert query (darkdef) |
22 | 21 | - Bug #19581: Fix regression in `CompositeAuth` introduced in #19418 (SamMousa, WinterSilence, samdark)
|
| 22 | +- Bug #19589: Fix Error reporting in to the `BaseArrayHelper::getValue()` (lav45) |
| 23 | +- Bug #19670: Fix Error null check PHP 8.1 `yii\rbac\DbManager` (samuelexyz) |
23 | 24 | - Chg #17811: Do not reset `retryHandler` when `yii\db\Command::reset()` called (erickskrauch)
|
24 |
| -- Bug #19534: Fix `yii\helpers\BaseHtml::renderSelectOptions()` to properly render boolean selection (bizley) |
25 | 25 | - Chg #19354: Reuse `Validator::getAttributeNames()` in `AttributeTypecastBehavior::detectAttributeTypes()` (WinterSilence)
|
26 | 26 |
|
27 | 27 |
|
|
0 commit comments