Skip to content

Commit

Permalink
prepare for next release.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.xue committed May 10, 2009
1 parent be5f867 commit a563e84
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,10 @@
Yii Framework Change Log
========================

Version 1.0.6 to be released
----------------------------


Version 1.0.5 May 10, 2009
--------------------------
- Bug #234: Multi-line Yii::t() not found by 'yiic message' (Qiang)
Expand Down
7 changes: 6 additions & 1 deletion UPGRADE
@@ -1,5 +1,5 @@

Upgrading Instructions for Yii Framework v1.0.5
Upgrading Instructions for Yii Framework v1.0.6
===============================================

!!!IMPORTANT!!!
Expand All @@ -9,6 +9,11 @@ if you want to upgrade from version A to version C and there is
version B between A and C, you need to following the instructions
for both A and B.


Upgrading from v1.0.5
---------------------


Upgrading from v1.0.4
---------------------
- CWebUser::checkAccess() takes an additional parameter to allow caching
Expand Down
2 changes: 1 addition & 1 deletion framework/YiiBase.php
Expand Up @@ -57,7 +57,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.0.5';
return '1.0.6-dev';
}

/**
Expand Down

0 comments on commit a563e84

Please sign in to comment.