|
1 | 1 | Yii Framework 2 Change Log
|
2 | 2 | ==========================
|
3 | 3 |
|
4 |
| -2.0.52 under development |
| 4 | +2.0.52 February 13, 2025 |
5 | 5 | ------------------------
|
6 | 6 |
|
7 |
| -- Bug #20292: Fix `\yii\web\Session` should not set cookie params, when `session.use_cookies` is `false` (cebe) |
8 |
| -- Bug #20232: Fix regression introduced in `GHSA-cjcc-p67m-7qxm` while attaching behavior defined by `__class` array key (erickskrauch) |
| 7 | +- Bug #17365: Fix "Trying to access array offset on null" warning (xcopy) |
| 8 | +- Bug #20140: Fix compatibility with PHP 8.4: calling `session_set_save_handler()` (Izumi-kun) |
9 | 9 | - Bug #20231: Fix regression introduced in #20167 in `yii\validators\FileValidator` (bizley)
|
10 |
| -- Enh #20247: Support for variadic console controller action methods (brandonkelly) |
| 10 | +- Bug #20232: Fix regression introduced in `GHSA-cjcc-p67m-7qxm` while attaching behavior defined by `__class` array key (erickskrauch) |
11 | 11 | - Bug #20256: Add support for dropping views in MSSQL server when running migrate/fresh (ambrozt)
|
| 12 | +- Bug #20282: Fix compatibility with PHP 8.4: deprecated constant `E_STRICT` (Izumi-kun) |
| 13 | +- Bug #20284: Revert punycode to 1.4.x which supports pre ES6 format (mtangoo) |
| 14 | +- Bug #20292: Fix `\yii\web\Session` should not set cookie params, when `session.use_cookies` is `false` (cebe) |
| 15 | +- Bug #20296: Fix broken enum test (briedis) |
| 16 | +- Bug #20300: Clear stat cache in `FileCache::setValue()` (rob006) |
| 17 | +- Bug #20308: Allow CompositeAuth auth methods to use their own user if defined (mtangoo) |
| 18 | +- Bug #20313: Allow CompositeAuth auth methods to use their own request and response if defined (mtangoo) |
| 19 | +- Enh #20247: Support for variadic console controller action methods (brandonkelly) |
12 | 20 | - Enh #20248: Add support for attaching behaviors in configurations with Closure (timkelty)
|
13 | 21 | - Enh #20267: Fixed called class check in `Widget::end()` when widget configured using callable (rob006, jrajamaki)
|
14 | 22 | - Enh #20268: Minor optimisation in `\yii\helpers\BaseArrayHelper::map` (chriscpty)
|
15 | 23 | - Enh #20273: Remove unnecessary `paragonie/random_compat` dependency (timwolla)
|
16 |
| -- Chg #20276: Removed autogenerated migration phpdoc (userator) |
17 |
| -- Bug #20282: Fix compatibility with PHP 8.4: deprecated constant `E_STRICT` (Izumi-kun) |
18 |
| -- Bug #20284: Revert punycode to 1.4.x which supports pre ES6 format (mtangoo) |
19 |
| -- New #20279: Add to the `\yii\web\Request` CSRF validation by custom HTTP header (olegbaturin) |
20 | 24 | - Enh #20279: Add to the `\yii\web\Request` `csrfHeader` property to configure a custom HTTP header for CSRF validation (olegbaturin)
|
21 | 25 | - Enh #20279: Add to the `\yii\web\Request` `csrfTokenSafeMethods` property to configure a custom safe HTTP methods list (olegbaturin)
|
22 |
| -- Bug #20140: Fix compatibility with PHP 8.4: calling `session_set_save_handler()` (Izumi-kun) |
23 |
| -- New #20185: Add `BackedEnum` support to `AttributeTypecastBehavior` (briedis) |
24 |
| -- Bug #17365: Fix "Trying to access array offset on null" warning (xcopy) |
25 | 26 | - Enh #20295: Add an ability to have wildcards in `yii\log\Target::$maskVars` array (xcopy)
|
26 |
| -- Bug #20296: Fix broken enum test (briedis) |
27 |
| -- Bug #20300: Clear stat cache in `FileCache::setValue()` (rob006) |
28 | 27 | - Enh #20306: Add new `yii\helpers\ArrayHelper::flatten()` method (xcopy)
|
29 |
| -- Bug #20308: Allow CompositeAuth auth methods to use their own user if defined (mtangoo) |
30 |
| -- Bug #20313: Allow CompositeAuth auth methods to use their own request and response if defined (mtangoo) |
| 28 | +- Chg #20276: Removed autogenerated migration phpdoc (userator) |
| 29 | +- New #20185: Add `BackedEnum` support to `AttributeTypecastBehavior` (briedis) |
| 30 | +- New #20279: Add to the `\yii\web\Request` CSRF validation by custom HTTP header (olegbaturin) |
| 31 | + |
31 | 32 |
|
32 | 33 | 2.0.51 July 18, 2024
|
33 | 34 | --------------------
|
|
0 commit comments