Skip to content

Commit bf1d26e

Browse files
committed
release version 1.1.22
1 parent a3ee7d7 commit bf1d26e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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)

framework/YiiBase.php

+1-1
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.22-dev';
90+
return '1.1.22';
9191
}
9292

9393
/**

framework/yiilite.php

+1-1
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.22-dev';
44+
return '1.1.22';
4545
}
4646
public static function createWebApplication($config=null)
4747
{

0 commit comments

Comments
 (0)