Commit c2c7bbe2 by Alexander Makarov

[skip ci] Fixes #4461

parent d1ccb92a
......@@ -172,3 +172,8 @@ new ones save the following code as `convert.php` that should be placed in the s
}, $duration, $dependency);
```
* Due to significant changes to security you need to upgrade your code to use `\yii\base\Security` component instead of
helper. If you have any data encrypted it should be re-encrypted. In order to do so you can use old security helper [as
explained by @docsolver at github](https://github.com/yiisoft/yii2/issues/4461#issuecomment-50237807).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment