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 Nov 14, 2023
1 parent f89b76e commit cff207c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Yii Framework Change Log
========================

Version 1.1.30 under development
--------------------------------

- No changes yet

Version 1.1.29 November 14, 2023
--------------------------------

Expand Down
5 changes: 5 additions & 0 deletions UPGRADE
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------

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.29';
return '1.1.30-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.29';
return '1.1.30-dev';
}
public static function createWebApplication($config=null)
{
Expand Down

0 comments on commit cff207c

Please sign in to comment.