We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e3b82b commit bf7edc5Copy full SHA for bf7edc5
framework/BaseYii.php
@@ -93,7 +93,7 @@ class BaseYii
93
*/
94
public static function getVersion()
95
{
96
- return '2.0.4';
+ return '2.0.5';
97
}
98
99
/**
framework/CHANGELOG.md
@@ -2,8 +2,8 @@ Yii Framework 2 Change Log
2
==========================
3
4
5
-2.0.5
6
------
+2.0.5 July 11, 2015
+-------------------
7
8
Bug #9070 (CVE-2015-5467): Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` (thejahweh, samdark)
9
0 commit comments