Skip to content

Commit

Permalink
Added upgrade step for Yii 2.0.17 about yii\web\DbSession (#17228) [s…
Browse files Browse the repository at this point in the history
…kip ci]

#17188 might brake existing projects when the yii\web\DbSession class is extended.
  • Loading branch information
rhertogh authored and samdark committed Mar 26, 2019
1 parent f7fcc00 commit caf9a28
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions framework/UPGRADE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to follow the instructions
for both A and B.

Upgrade from Yii 2.0.16
-----------------------

* In case you have extended the `yii\web\DbSession` class you should check if your
custom implementation is compatible with the new `yii\web\DbSession::$fields` attribute.
Especially when overriding the `yii\web\DbSession::writeSession($id, $data)` function.

Upgrade from Yii 2.0.15
-----------------------
Expand Down

0 comments on commit caf9a28

Please sign in to comment.