|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.33 under development |
5 |
| ------------------------- |
| 4 | +2.0.33 March 24, 2020 |
| 5 | +--------------------- |
6 | 6 |
|
7 |
| -- Bug #17878: Detect CORS AJAX requests without `X-Requested-With` in `Request::getIsAjax()` (dicrtarasov, samdark) |
8 |
| -- Enh #17929: Actions can now have bool typed params bound (alex-code) |
9 |
| -- Enh #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars (adhayward, samdark) |
10 |
| -- Bug #16145: Fix `Html` helper `checkboxList()`, `radioList()`, `renderSelectOptions()`, `dropDownList()`, `listBox()` methods to work properly with traversable selection (samdark) |
11 |
| -- Bug #17797: Fix for `activeListInput` options (alex-code) |
12 |
| -- Bug #16092: Fix duplicate joins in usage of `joinWith` (germanow) |
13 |
| -- Bug #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string (vinpel, 243083df) |
14 |
| -- Bug #17859: Fix loading fixtures under Windows (samdark) |
15 | 7 | - Bug #11945: Fix Schema Builder MySQL column definition order (simialbi)
|
16 |
| -- Bug #17886: Fix `yii\rest\Serializer` to serialize arrays (patacca) |
| 8 | +- Bug #13749: Fix Yii opens db connection even when hits query cache (shushenghong) |
| 9 | +- Bug #16092: Fix duplicate joins in usage of `joinWith` (germanow) |
| 10 | +- Bug #16145: Fix `Html` helper `checkboxList()`, `radioList()`, `renderSelectOptions()`, `dropDownList()`, `listBox()` methods to work properly with traversable selection (samdark) |
17 | 11 | - Bug #16334: Add `\JsonSerializable` support to `ArrayableTrait` (germanow)
|
| 12 | +- Bug #17667: Fix `CREATE INDEX` failure on SQLite when specifying schema (santilin, samdark) |
| 13 | +- Bug #17679: Fix Oracle exception "ORA-01461: can bind a LONG value only for insert into a LONG column" when inserting 4k+ string (vinpel, 243083df) |
| 14 | +- Bug #17797: Fix for `activeListInput` options (alex-code) |
18 | 15 | - Bug #17798: Avoid creating directory for stream log targets in `FileTarget` (wapmorgan)
|
19 |
| -- Bug #17850: Update to `ReplaceArrayValue` config exception message (alex-code) |
20 |
| -- Bug #17843: Fix `yii\web\Session::setCookieParamsInternal` checked "samesite" parameter incorrectly (schevgeny) |
21 | 16 | - Bug #17828: Fix `yii\web\UploadedFile::saveAs()` failing when error value in `$_FILES` entry is a string (haveyaseen)
|
22 | 17 | - Bug #17829: `yii\helpers\ArrayHelper::filter` now correctly filters data when passing a filter with more than 2 levels (rhertogh)
|
23 |
| -- Enh #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property (askobara) |
24 |
| -- Bug #17667: Fix `CREATE INDEX` failure on SQLite when specifying schema (santilin, samdark) |
25 |
| -- Enh #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` (rob006) |
| 18 | +- Bug #17843: Fix `yii\web\Session::setCookieParamsInternal` checked "samesite" parameter incorrectly (schevgeny) |
| 19 | +- Bug #17850: Update to `ReplaceArrayValue` config exception message (alex-code) |
| 20 | +- Bug #17859: Fix loading fixtures under Windows (samdark) |
26 | 21 | - Bug #17863: `\yii\helpers\BaseInflector::slug()` doesn't work with an empty string as a replacement argument (haruatari)
|
27 |
| -- Bug #17881: `yii\db\Query::queryScalar()` wasn’t reverting the `select`, `orderBy`, `limit`, and `offset` params if an exception occurred (brandonkelly) |
28 | 22 | - Bug #17875: Use `move_uploaded_file()` function instead of `copy()` and `unlink()` for saving uploaded files in case of POST request (sup-ham)
|
| 23 | +- Bug #17878: Detect CORS AJAX requests without `X-Requested-With` in `Request::getIsAjax()` (dicrtarasov, samdark) |
| 24 | +- Bug #17881: `yii\db\Query::queryScalar()` wasn’t reverting the `select`, `orderBy`, `limit`, and `offset` params if an exception occurred (brandonkelly) |
29 | 25 | - Bug #17884: Fix 0 values in console Table rendered as empty string (mikehaertl)
|
30 |
| -- Bug #13749: Fix Yii opens db connection even when hits query cache (shushenghong) |
| 26 | +- Bug #17886: Fix `yii\rest\Serializer` to serialize arrays (patacca) |
31 | 27 | - Bug #17909: Reset DB schema, transaction, and driver name when the connection is closed (brandonkelly)
|
32 | 28 | - Bug #17920: Fix quoting for `Command::getRawSql` having `Expression` in params (alex-code)
|
| 29 | +- Enh #7622: Allow `yii\data\ArrayDataProvider` to control the sort flags for `sortModels` through `yii\data\Sort::sortFlags` property (askobara) |
| 30 | +- Enh #16721: Use `Instance::ensure()` to initialize `UrlManager::$cache` (rob006) |
| 31 | +- Enh #17827: Add `StringValidator::$strict` that can be turned off to allow any scalars (adhayward, samdark) |
| 32 | +- Enh #17929: Actions can now have bool typed params bound (alex-code) |
| 33 | + |
33 | 34 |
|
34 | 35 | 2.0.32 January 21, 2020
|
35 | 36 | -----------------------
|
|
0 commit comments