File tree Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Expand file tree Collapse file tree 4 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11 Yii Framework Change Log
22 ========================
33
4+ Version 1.1.28 under development
5+ --------------------------------
6+
7+ - No changes yet
8+
49Version 1.1.27 November 21, 2022
510--------------------------------
611
Original file line number Diff line number Diff line change @@ -18,6 +18,11 @@ General upgrade instructions
1818 issues to Yii issue tracker.
1919
2020
21+ Upgrading from v1.1.27
22+ ----------------------
23+
24+ No significant changes were made.
25+
2126Upgrading from v1.1.26
2227----------------------
2328
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 ' ;
90+ return '1.1.28-dev ' ;
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 ' ;
44+ return '1.1.28-dev ' ;
4545 }
4646 public static function createWebApplication ($ config =null )
4747 {
You can’t perform that action at this time.
0 commit comments