Yii 2.0.44
We are very pleased to announce the release of Yii Framework version 2.0.44. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version. This release includes a number of bug fixes as well as security enhancements and feature enhancements. Highlights are:
- Added ability to turn the sorting off for a clicked column in GridView with multisort.
- Added
yii\helpers\Json::$keepObjectTypeandyii\web\JsonResponseFormatter::$keepObjectTypein order to avoid changing zero-indexed objects to array inyii\helpers\Json::encode(). - Added support for URI namespaced tags in
XmlResponseFormatter. - Added
yiiActiveFormvalidate_onlyproperty for skipping form auto-submission.