release version 2.0.16.1

This commit is contained in:
Alexander Makarov
2019-02-28 10:03:06 +03:00
parent 70c706a293
commit 5a0df13dcc
2 changed files with 5 additions and 4 deletions

View File

@ -93,7 +93,7 @@ class BaseYii
*/
public static function getVersion()
{
return '2.0.17-dev';
return '2.0.16.1';
}
/**

View File

@ -1,14 +1,15 @@
Yii Framework 2 Change Log
==========================
2.0.16.1 under development
------------------------
2.0.16.1 February 28, 2019
--------------------------
- Bug #17089: Fixed caching of related records when `via()` using with callable (rugabarbo)
- Bug #17094: Fixed response on 204 status. Now it is empty (GHopperMSK)
- Bug #17098: Fixed message/extract when using message params returned from method calls (rugabarbo)
- Bug #17089: Fixed caching of related records when `via()` using with callable (rugabarbo)
- Bug #17150: Fixed `yii\helpers\BaseInflector::camel2words()` splitting `ALLCAPS` words on each letter (brandonkelly)
2.0.16 January 30, 2019
-----------------------