|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.14.1 under development |
| 4 | +2.0.14.1 February 24, 2018 |
5 | 5 | --------------------------
|
6 | 6 |
|
7 |
| -- Enh #15716: Added `disableJsonSupport` to MySQL and PgSQL `ColumnSchema`, `disableArraySupport` and `deserializeArrayColumnToArrayExpression` to PgSQL `ColumnSchema` (silverfire) |
8 |
| -- Bug #15728, #15731: Fixed BC break in `Query::select()` method (silverfire) |
9 |
| -- Bug #15692: Fix ExistValidator with targetRelation ignores filter (developeruz) |
10 |
| -- Bug #15693: Fixed `yii\filters\auth\HttpHeaderAuth` to work correctly when pattern is set but was not matched (bboure) |
11 |
| -- Bug #15696: Fix magic getter for ActiveRecord (developeruz) |
12 | 7 | - Bug #15318: Fixed `session_name(): Cannot change session name when session is active` errors (bscheshirwork, samdark)
|
13 |
| -- Bug #15726: Fix ExistValidator is broken for NOSQL (developeruz) |
14 |
| -- Enh #15716: Implemented `\Traversable` in `yii\db\ArrayExpression` (silverfire) |
15 | 8 | - Bug #15678: Fixed `resetForm()` method in `yii.activeForm.js` which used an undefined variable (Izumi-kun)
|
16 |
| -- Bug #15742: Updated `yii\helpers\BaseHtml::setActivePlaceholder()` to be consistent with `activeLabel()` (edwards-sj) |
| 9 | +- Bug #15692: Fix ExistValidator with targetRelation ignores filter (developeruz) |
17 | 10 | - Bug #15692: Fix `yii\validators\ExistValidator` to respect filter when `targetRelation` is used (developeruz)
|
| 11 | +- Bug #15693: Fixed `yii\filters\auth\HttpHeaderAuth` to work correctly when pattern is set but was not matched (bboure) |
| 12 | +- Bug #15696: Fix magic getter for ActiveRecord (developeruz) |
18 | 13 | - Bug #15696: Fix magic getter for `yii\db\ActiveRecord` (developeruz)
|
19 | 14 | - Bug #15707: Fixed JSON retrieving from MySQL (silverfire)
|
| 15 | +- Bug #15708: Fixed `yii\db\Command::upsert()` for Cubrid/MSSQL/Oracle (sergeymakinen) |
20 | 16 | - Bug #15724: Changed shortcut in `yii\console\controllers\BaseMigrateController` for `comment` option from `-c` to `-C` due to conflict (Izumi-kun)
|
| 17 | +- Bug #15726: Fix ExistValidator is broken for NOSQL (developeruz) |
| 18 | +- Bug #15728, #15731: Fixed BC break in `Query::select()` method (silverfire) |
| 19 | +- Bug #15742: Updated `yii\helpers\BaseHtml::setActivePlaceholder()` to be consistent with `activeLabel()` (edwards-sj) |
| 20 | +- Enh #15716: Added `disableJsonSupport` to MySQL and PgSQL `ColumnSchema`, `disableArraySupport` and `deserializeArrayColumnToArrayExpression` to PgSQL `ColumnSchema` (silverfire) |
| 21 | +- Enh #15716: Implemented `\Traversable` in `yii\db\ArrayExpression` (silverfire) |
21 | 22 | - Enh #15760: Added `ArrayAccess` support as validated value in `yii\validators\EachValidator` (silverfire)
|
22 |
| -- Bug #15708: Fixed `yii\db\Command::upsert()` for Cubrid/MSSQL/Oracle (sergeymakinen) |
23 | 23 |
|
24 | 24 |
|
25 | 25 | 2.0.14 February 18, 2018
|
|
0 commit comments