File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
Yii Framework Change Log
2
2
========================
3
3
4
- Version 1.1.22 under development
5
- --------------------------------
4
+ Version 1.1.22 January 16, 2020
5
+ -------------------------------
6
6
7
7
- Bug #4256: PHP 7 compatibility: PHP4 style constructor in Pear/Text/Diff3.php (kenguest)
8
8
- 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
87
87
*/
88
88
public static function getVersion ()
89
89
{
90
- return '1.1.22-dev ' ;
90
+ return '1.1.22 ' ;
91
91
}
92
92
93
93
/**
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class YiiBase
41
41
private static $ _logger ;
42
42
public static function getVersion ()
43
43
{
44
- return '1.1.22-dev ' ;
44
+ return '1.1.22 ' ;
45
45
}
46
46
public static function createWebApplication ($ config =null )
47
47
{
You can’t perform that action at this time.
0 commit comments