From 4ee638c4bd9a8263f4b825bc9edaa7aa6104a305 Mon Sep 17 00:00:00 2001 From: Anton Andersen <trianman@gmail.com> Date: Mon, 3 Nov 2014 20:16:44 +0400 Subject: [PATCH] Fix typo [skip ci] --- framework/UPGRADE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/UPGRADE.md b/framework/UPGRADE.md index 0701e0c..cb36ea9 100644 --- a/framework/UPGRADE.md +++ b/framework/UPGRADE.md @@ -200,7 +200,7 @@ new ones save the following code as `convert.php` that should be placed in the s * Static helper `yii\helpers\Security` has been converted into an application component. You should change all usage of its methods to a new syntax, for example: instead of `yii\helpers\Security::hashData()` use `Yii::$app->getSecurity()->hashData()`. - The `generateRandomString()` method now produces not an ASCII compatible ouput. Use `generateRandomString()` instead. + The `generateRandomKey()` method now produces not an ASCII compatible ouput. Use `generateRandomString()` instead. Default encryption and hash parameters has been upgraded. If you need to decrypt/validate data that was encrypted/hashed before, use the following configuration of the 'security' component: -- libgit2 0.27.1