Skip to content

Commit

Permalink
release version 1.1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jan 16, 2020
1 parent a3ee7d7 commit bf1d26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
 Yii Framework Change Log
========================

Version 1.1.22 under development
--------------------------------
Version 1.1.22 January 16, 2020
-------------------------------

- Bug #4256: PHP 7 compatibility: PHP4 style constructor in Pear/Text/Diff3.php (kenguest)
- Bug #4256: PHP 7 compatibility: Fixed deprecated usage of create_function() in markdown.php (samdark)
Expand Down
2 changes: 1 addition & 1 deletion framework/YiiBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class YiiBase
*/
public static function getVersion()
{
return '1.1.22-dev';
return '1.1.22';
}

/**
Expand Down
2 changes: 1 addition & 1 deletion framework/yiilite.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class YiiBase
private static $_logger;
public static function getVersion()
{
return '1.1.22-dev';
return '1.1.22';
}
public static function createWebApplication($config=null)
{
Expand Down

0 comments on commit bf1d26e

Please sign in to comment.