Skip to content

Commit

Permalink
Prepare for next release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovtwout committed Oct 14, 2024
1 parent 5f760e8 commit 76d8544
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Yii Framework Change Log
========================

Version 1.1.31 under development
--------------------------------
- No changes yet

Version 1.1.30 October 14, 2024
--------------------------------

Expand Down
4 changes: 4 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ General upgrade instructions
issues to Yii issue tracker.


Upgrading from v1.1.30
----------------------
No significant changes were made.

Upgrading from v1.1.29
----------------------

Expand Down
2 changes: 1 addition & 1 deletion framework/YiiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.30';
return '1.1.31-dev';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion framework/yiilite.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class YiiBase
private static $_logger;
public static function getVersion()
{
return '1.1.30';
return '1.1.31-dev';
}
public static function createWebApplication($config=null)
{
Expand Down

0 comments on commit 76d8544

Please sign in to comment.