Prepare for next release

This commit is contained in:
Marco van 't Wout
2025-12-23 10:57:28 +01:00
parent e7728e20dd
commit fc42169387
4 changed files with 12 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
Yii Framework Change Log
========================
Version 1.1.33 under development
--------------------------------
- No changes yet
Version 1.1.32 December 23, 2025
--------------------------------

View File

@@ -18,6 +18,11 @@ General upgrade instructions
issues to Yii issue tracker.
Upgrading from v1.1.32
----------------------
No significant changes were made.
Upgrading from v1.1.31
----------------------

View File

@@ -87,7 +87,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.32';
return '1.1.33-dev';
}
/**

View File

@@ -41,7 +41,7 @@ class YiiBase
private static $_logger;
public static function getVersion()
{
return '1.1.32';
return '1.1.33-dev';
}
public static function createWebApplication($config=null)
{