mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
prepare for next release.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
Yii Framework Change Log
|
||||
========================
|
||||
|
||||
Version 1.1.3 to be released
|
||||
----------------------------
|
||||
|
||||
Version 1.1.2 May 2, 2010
|
||||
-------------------------
|
||||
- Bug #676, 891: merging criterias with parameters is impossible (Sam Dark)
|
||||
|
||||
5
UPGRADE
5
UPGRADE
@@ -1,5 +1,5 @@
|
||||
|
||||
Upgrading Instructions for Yii Framework v1.1.2
|
||||
Upgrading Instructions for Yii Framework v1.1.3
|
||||
===============================================
|
||||
|
||||
!!!IMPORTANT!!!
|
||||
@@ -9,6 +9,9 @@ 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.1.2
|
||||
---------------------
|
||||
|
||||
Upgrading from v1.1.1
|
||||
---------------------
|
||||
|
||||
|
||||
@@ -68,7 +68,7 @@ class YiiBase
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.2';
|
||||
return '1.1.3-dev';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user