Skip to content

Commit 8f9404a

Browse files
committed
Release version 1.1.27
1 parent ed67b7c commit 8f9404a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Yii Framework Change Log
22
========================
33

4-
Version 1.1.27 under development
4+
Version 1.1.27 November 21, 2022
55
--------------------------------
66

77
- Bug: PHP 8.1 compatibility: Fix CFileCache call of file_get_contents (Bregi)

framework/YiiBase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class YiiBase
8787
*/
8888
public static function getVersion()
8989
{
90-
return '1.1.27-dev';
90+
return '1.1.27';
9191
}
9292

9393
/**

framework/yiilite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class YiiBase
4141
private static $_logger;
4242
public static function getVersion()
4343
{
44-
return '1.1.27-dev';
44+
return '1.1.27';
4545
}
4646
public static function createWebApplication($config=null)
4747
{

0 commit comments

Comments
 (0)