Skip to content

Commit bf7edc5

Browse files
committed
2.0.5 release
1 parent 4e3b82b commit bf7edc5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

framework/BaseYii.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class BaseYii
9393
*/
9494
public static function getVersion()
9595
{
96-
return '2.0.4';
96+
return '2.0.5';
9797
}
9898

9999
/**

framework/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Yii Framework 2 Change Log
22
==========================
33

44

5-
2.0.5
6-
-----
5+
2.0.5 July 11, 2015
6+
-------------------
77

88
Bug #9070 (CVE-2015-5467): Fixed `ViewAction::resolveViewName()` not to accept `/../` and `/./` (thejahweh, samdark)
99

0 commit comments

Comments
 (0)