mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-19 17:11:23 +01:00
Prepare for next release
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Yii Framework Change Log
|
||||
========================
|
||||
|
||||
Version 1.1.30 under development
|
||||
--------------------------------
|
||||
|
||||
- No changes yet
|
||||
|
||||
Version 1.1.29 November 14, 2023
|
||||
--------------------------------
|
||||
|
||||
|
||||
5
UPGRADE
5
UPGRADE
@@ -18,6 +18,11 @@ General upgrade instructions
|
||||
issues to Yii issue tracker.
|
||||
|
||||
|
||||
Upgrading from v1.1.29
|
||||
----------------------
|
||||
|
||||
No significant changes were made.
|
||||
|
||||
Upgrading from v1.1.28
|
||||
----------------------
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ class YiiBase
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.29';
|
||||
return '1.1.30-dev';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -41,7 +41,7 @@ class YiiBase
|
||||
private static $_logger;
|
||||
public static function getVersion()
|
||||
{
|
||||
return '1.1.29';
|
||||
return '1.1.30-dev';
|
||||
}
|
||||
public static function createWebApplication($config=null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user