mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-14 14:28:27 +08:00
Updated CHANGELOG and UPGRADE.md
This commit is contained in:
@ -26,6 +26,7 @@ Yii Framework 2 Change Log
|
||||
- Eng #10976: `Inflector::transliterate()` now uses `strtr` instead of `str_replace` (DrDeath72)
|
||||
- Bug #11040: Check parameter 'recursive' and disable recursive copying with option 'recursive' => false in method BaseFileHelper::copyDirectory (Ni-san)
|
||||
- Chg: HTMLPurifier dependency updated to `~4.6` (samdark)
|
||||
- Chg #11071: `yii\helpers\BaseArrayHelper::isIn()` and `isTraversable()` since now throw `\yii\base\InvalidParamException` instead of `\InvalidArgumentException` (nukkumatti)
|
||||
|
||||
2.0.7 February 14, 2016
|
||||
-----------------------
|
||||
|
@ -19,6 +19,9 @@ ______________________
|
||||
|
||||
* The signature of `yii\helpers\BaseArrayHelper::index()` was changed. The method has got an extra optional parameter
|
||||
`$groupBy`.
|
||||
* `yii\helpers\BaseArrayHelper` methods `isIn()` and `isSubset()` throw `\yii\base\InvalidParamException`
|
||||
instead of `\InvalidArgumentException`. If you wrap calls of these methods in try/catch block, change expected
|
||||
exception class.
|
||||
|
||||
|
||||
Upgrade from Yii 2.0.6
|
||||
|
Reference in New Issue
Block a user