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:
@@ -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)
|
||||
|
||||
5
UPGRADE
5
UPGRADE
@@ -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
|
||||
----------------------
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ class YiiBase
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.14';
|
||||
return '1.1.15-dev';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user