|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.43 under development |
5 |
| ------------------------- |
| 4 | +2.0.43 August 09, 2021 |
| 5 | +---------------------- |
6 | 6 |
|
7 |
| -- Enh #18817: Use `paragonie/random_compat` for random bytes and int generation (samdark) |
8 | 7 | - Bug #14663: Do not convert int to string if database type of column is numeric (egorrishe)
|
| 8 | +- Bug #18274: Fix `yii\log\Logger` to calculate profile timings no matter the value of the flush interval (bizley) |
| 9 | +- Bug #18648: Fix `yii\web\Request` to properly handle HTTP Basic Auth headers (olegbaturin) |
9 | 10 | - Bug #18650: Refactor `framework/assets/yii.activeForm.js` arrow function into traditional function for IE11 compatibility (marcovtwout)
|
| 11 | +- Bug #18678: Fix `yii\caching\DbCache` to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection (aidanbek) |
10 | 12 | - Bug #18749: Fix `yii\web\ErrorHandler::encodeHtml()` to support strings with invalid UTF symbols (vjik)
|
11 |
| -- Enh #18724: Allow jQuery 3.6 to be installed (marcovtwout) |
| 13 | +- Bug #18756: Fix `\yii\validators\ExistValidator::queryValueExists` to validate against an array of unique values (DrDeath72) |
| 14 | +- Bug #18807: Fix replacing source whitespaces and optimize code of `yii\helpers\BaseStringHelper::mb_ucwords()` (WinterSilence) |
| 15 | +- Enh #18274: Add `profilingAware` option to `yii\log\Logger` to prevent breaking the profiling block messages pair when flushing them (bizley) |
12 | 16 | - Enh #18628: Add strings "software", and "hardware" to `$specials` array in `yii\helpers\BaseInflector` (kjusupov)
|
13 | 17 | - Enh #18653: Add method `yii\helpers\BaseHtml::getInputIdByName()` (WinterSilence)
|
| 18 | +- Enh #18656: Add ability for `yii serve`'s `--router` param to take an alias (markhuot) |
14 | 19 | - Enh #18669: Change visibility of `yii\web\User::checkRedirectAcceptable()` to `public` (rhertogh)
|
| 20 | +- Enh #18674: Add more user-friendly exception messages for `yii\i18n\Formatter` (bizley) |
15 | 21 | - Enh #18676: Add method `yii\helpers\BaseFileHelper::changeOwnership()` and `newFileMode`/`newFileOwnership` properties to `yii\console\controllers\BaseMigrateController` (rhertogh)
|
16 |
| -- Bug #18678: Fix `yii\caching\DbCache` to use configured cache table name instead of the default one in case of MSSQL varbinary column type detection (aidanbek) |
17 | 22 | - Enh #18695: Add `yii\web\Cookie::SAME_SITE_NONE` constant (rhertogh)
|
18 |
| -- Enh #18712: Add `scheme` option for `$options` argument for `yii\i18n\Formatter::asUrl()` (bizley) |
19 | 23 | - Enh #18707: Change the base error handler to not expose `$_SERVER` details unless `YII_DEBUG` is enabled (coolgoose)
|
20 |
| -- Bug #18648: Fix `yii\web\Request` to properly handle HTTP Basic Auth headers (olegbaturin) |
| 24 | +- Enh #18712: Add `scheme` option for `$options` argument for `yii\i18n\Formatter::asUrl()` (bizley) |
| 25 | +- Enh #18724: Allow jQuery 3.6 to be installed (marcovtwout) |
21 | 26 | - Enh #18726: Add `yii\helpers\Json::$prettyPrint` (rhertogh)
|
22 | 27 | - Enh #18734: Add `yii\validators\EmailValidator::$enableLocalIDN` (brandonkelly)
|
23 |
| -- Bug #18756: Fix `\yii\validators\ExistValidator::queryValueExists` to validate against an array of unique values (DrDeath72) |
24 |
| -- Enh #18656: Add ability for `yii serve`'s `--router` param to take an alias (markhuot) |
25 |
| -- Enh #18274: Add `profilingAware` option to `yii\log\Logger` to prevent breaking the profiling block messages pair when flushing them (bizley) |
26 | 28 | - Enh #18789: Add JSONP support in `yii\web\JsonParser::parse()` (WinterSilence)
|
27 |
| -- Bug #18274: Fix `yii\log\Logger` to calculate profile timings no matter the value of the flush interval (bizley) |
28 |
| -- Bug #18807: Fix replacing source whitespaces and optimize code of `yii\helpers\BaseStringHelper::mb_ucwords()` (WinterSilence) |
29 |
| -- Enh #18674: Add more user-friendly exception messages for `yii\i18n\Formatter` (bizley) |
| 29 | +- Enh #18817: Use `paragonie/random_compat` for random bytes and int generation (samdark) |
30 | 30 |
|
31 | 31 |
|
32 | 32 | 2.0.42.1 May 06, 2021
|
|
0 commit comments