prepare for next release.

This commit is contained in:
Qiang Xue
2013-08-11 20:13:46 -04:00
parent f0fee98ee8
commit 58be961fd4
3 changed files with 9 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
Yii Framework Change Log
========================
Version 1.1.15 under development
--------------------------------
Version 1.1.14 August 11, 2013
------------------------------
- Bug: There was unnecessary echo in CRUD views generated by Gii (samdark)

View File

@@ -1,4 +1,4 @@
Upgrading Instructions for Yii Framework v1.1.14
Upgrading Instructions for Yii Framework v1.1.15
================================================
!!!IMPORTANT!!!
@@ -17,6 +17,9 @@ General upgrade instructions
- Check if everything is OK, if not — revert from backup and post
issues to Yii issue tracker.
Upgrading from v1.1.14
----------------------
Upgrading from v1.1.13
----------------------

View File

@@ -80,7 +80,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.14';
return '1.1.15-dev';
}
/**