Skip to content

Commit

Permalink
release version 2.0.28
Browse files Browse the repository at this point in the history
  • Loading branch information
samdark committed Oct 8, 2019
1 parent 5efe0bd commit 942bb0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion framework/BaseYii.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.28-dev';
return '2.0.28';
}

/**
Expand Down
6 changes: 3 additions & 3 deletions framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Yii Framework 2 Change Log
==========================

2.0.28 under development
------------------------
2.0.28 October 08, 2019
-----------------------

- Bug #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used (kamarton)
- Bug #17585: Fix `yii\i18n\Formatter` including the `@calendar` locale param in `Yii::t()` calls (brandonkelly)
- Bug #17853: Fix errors in ActiveField to be properly caught when PHP 7 is used (My6UoT9)
- Bug #17573: `Request::getUserIP()` security fix for the case when `Request::$trustedHost` and `Request::$ipHeaders` are used (kamarton)


2.0.27 September 18, 2019
Expand Down

0 comments on commit 942bb0b

Please sign in to comment.