mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-01 20:19:42 +08:00
release version 2.0.16.1
This commit is contained in:
@ -93,7 +93,7 @@ class BaseYii
|
||||
*/
|
||||
public static function getVersion()
|
||||
{
|
||||
return '2.0.17-dev';
|
||||
return '2.0.16.1';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@ -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
|
||||
-----------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user