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,11 @@
|
||||
Yii Framework Change Log
|
||||
========================
|
||||
|
||||
Version 1.1.20 under development
|
||||
--------------------------------
|
||||
|
||||
- No changes yet.
|
||||
|
||||
Version 1.1.19 June 8, 2017
|
||||
---------------------------
|
||||
|
||||
|
||||
7
UPGRADE
7
UPGRADE
@@ -1,4 +1,4 @@
|
||||
Upgrading Instructions for Yii Framework v1.1.19
|
||||
Upgrading Instructions for Yii Framework v1.1.20
|
||||
================================================
|
||||
|
||||
!!!IMPORTANT!!!
|
||||
@@ -18,6 +18,11 @@ General upgrade instructions
|
||||
issues to Yii issue tracker.
|
||||
|
||||
|
||||
Upgrading from v1.1.19
|
||||
----------------------
|
||||
|
||||
No significant changes were made.
|
||||
|
||||
Upgrading from v1.1.18
|
||||
----------------------
|
||||
|
||||
|
||||
@@ -80,7 +80,7 @@ class YiiBase
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.19';
|
||||
return '1.1.20-dev';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -40,7 +40,7 @@ class YiiBase
|
||||
private static $_logger;
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.19';
|
||||
return '1.1.20-dev';
|
||||
}
|
||||
public static function createWebApplication($config=null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user