[skip ci] Fixes #4461

This commit is contained in:
Alexander Makarov
2014-07-28 22:15:59 +04:00
parent d1ccb92a34
commit c2c7bbe2b9

View File

@@ -172,3 +172,8 @@ new ones save the following code as `convert.php` that should be placed in the s
}, $duration, $dependency); }, $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).