File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11 Yii Framework Change Log
22 ========================
33
4- Version 1.1.22 under development
5- --------------------------------
4+ Version 1.1.22 January 16, 2020
5+ -------------------------------
66
77- Bug #4256: PHP 7 compatibility: PHP4 style constructor in Pear/Text/Diff3.php (kenguest)
88- Bug #4256: PHP 7 compatibility: Fixed deprecated usage of create_function() in markdown.php (samdark)
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.22-dev ' ;
90+ return '1.1.22 ' ;
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.22-dev ' ;
44+ return '1.1.22 ' ;
4545 }
4646 public static function createWebApplication ($ config =null )
4747 {
You can’t perform that action at this time.
0 commit comments