File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff 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 /**
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments