Skip to content

Commit

Permalink
release version 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe committed Jul 6, 2018
1 parent 7e688b1 commit 6ed3841
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.20 under development
--------------------------------
Version 1.1.20 July 6, 2018
---------------------------

- Bug #4182: CSecurityManager requires mcrypt extension to work, and for PHP 7.2 we need to install it from pecl (sergey-dryabzhinsky)
- Bug #4162: Adjusted Zend Escaper to be compatible with PHP <5.3 and fixed usage of non-existing Exceptions (cebe)
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.20-dev';
return '1.1.20';
}

/**
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.20-dev';
return '1.1.20';
}
public static function createWebApplication($config=null)
{
Expand Down

0 comments on commit 6ed3841

Please sign in to comment.