2.0.5 release

This commit is contained in:
Carsten Brandt
2015-07-11 04:37:59 +02:00
parent 4e3b82bb25
commit bf7edc5250
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.4';
return '2.0.5';
}
/**

View File

@@ -2,8 +2,8 @@ Yii Framework 2 Change Log
==========================
2.0.5
-----
2.0.5 July 11, 2015
-------------------
Bug #9070 (CVE-2015-5467): Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` (thejahweh, samdark)