Skip to content

Commit

Permalink
prepare for 1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
qiang.xue committed Jul 5, 2010
1 parent 5d7906c commit 8f9fe26
Show file tree
Hide file tree
Showing 3 changed files with 691 additions and 116 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Expand Up @@ -2,8 +2,8 @@
Yii Framework Change Log
========================

Version 1.1.3 to be released
----------------------------
Version 1.1.3 July 4, 2010
--------------------------
- Bug #856: Logout doesn't work when CWebUser::identityCookie is configured and allowAutoLogin is set true (Qiang)
- Bug #1027: CButtonColumn->buttons is ignored (Sam Dark)
- Bug #1039: Table prefix feature did not work with PostgreSQL and AR (Qiang)
Expand Down Expand Up @@ -39,6 +39,7 @@ Version 1.1.3 to be released
- Enh #1022: Added CMenu::activateItems (Qiang)
- Enh #1041: Added support to allow skinning pagers used in CGridView and CListView (Qiang)
- Enh #1043: Improved view resolution to support using themeable application views in a module (Qiang)
- Enh #1049: Enhanced label generation when using CDetailView with associative arrays (Qiang)
- Enh #1127: Added support to automatically generate maxlength attribute for text/password inputs based on model rules (Qiang)
- Enh #1151: Added support to generate grid column header based on attribute names (Qiang)
- Enh #1158: Added translations in Latvian (lafriks)
Expand All @@ -52,6 +53,7 @@ Version 1.1.3 to be released
- Enh #1199: AR's count() method now respects the 'select' option in the query criteria (Qiang)
- Enh #1202: Added support for using anonymous functions as component property values (Qiang)
- Enh #1203: Gii now respects the newDirMode and newFileMode settings even when lower umask is set (Qiang)
- Enh #1210: Added support to generate proper labels for relational properties in CDetailView (Qiang)
- Enh #1225: Added 'firstError' option to CHtml::errorSummary() to support displaying only the first error message of each model attribute (Qiang)
- Enh #1232: Added CAuthManager::showErrors. When value is true Yii will turn on error_reporting for RBAC bizRules. False by default (Sam Dark)
- Enh #1239: CBreadcrumbs should have the 'Home' label translated (Qiang)
Expand All @@ -78,6 +80,7 @@ Version 1.1.3 to be released
- Enh: Enhanced CSort::defaultOrder to allow using virtual attribute names (Qiang)
- Chg #1323: Conditions declared in scopes of the related AR classes will be put in the ON clause of the JOIN statement (Qiang)
- Chg: CAutoComplete is now deprecated (Sam Dark)
- New: Added CJuiButton (sebas)

Version 1.1.2 May 2, 2010
-------------------------
Expand Down
2 changes: 1 addition & 1 deletion framework/YiiBase.php
Expand Up @@ -68,7 +68,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.3-dev';
return '1.1.3';
}

/**
Expand Down

0 comments on commit 8f9fe26

Please sign in to comment.