Skip to content

Commit

Permalink
Release version 1.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
marcovtwout committed Nov 21, 2022
1 parent ed67b7c commit 8f9404a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Yii Framework Change Log
========================

Version 1.1.27 under development
Version 1.1.27 November 21, 2022
--------------------------------

- Bug: PHP 8.1 compatibility: Fix CFileCache call of file_get_contents (Bregi)
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.27-dev';
return '1.1.27';
}

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

0 comments on commit 8f9404a

Please sign in to comment.