We are very pleased to announce the release of Yii Framework version 2.0.32. Please refer to the instructions at https://www.yiiframework.com/download/ to install or upgrade to this version.
Version 2.0.32 is a minor release of Yii 2.0 that fixes 14 issues and makes two enhancements:
- Path alias support was added to
\yii\web\UploadFile::saveAs()
- Added support for aria attributes to
\yii\helpers\BaseHtml::renderTagAttributes()
Among bug fixes, there is one that changes HTTP response code when content type negotiation fails. Previously it was "415 Unsupported Media Type", now it is "406 Not Acceptable".
Additionally, there are adjustments in application templates. Advanced application template got updated Codeception configuration to match newer version used. Basic application template raised minimum PHP requirement to version 5.6.
Thanks to all Yii community members who contribute to the framework, translators who keep documentation translations up to date and community members who answer questions at forums.
There are many active Yii communities so if you need help or want to share your experience, feel free to join them.
A complete list of changes can be found in the CHANGELOG.