Yii 2.0.10 发布了,Yii是一个高性能的PHP的web应用程序开发框架。通过一个简单的命令行工具 yiic 可以快速创建一个web应用程序的代码框架,开发者可以在生成的代码框架基础上添加业务逻辑,以快速完成应用程序的开发。
本次更新包含超过80项的增强和改进,部分改进如下:
Bug #7670: Added yii\web\UrlNormalizer for normalizing requests with and without trailing slashes (rob006, cronfy, klimov-paul)
Bug #7670: Added UrlNormalizer for normalizing requests with and without trailing slashes (rob006, cronfy, klimov-paul)
Bug #9027: Fixed descendant class of yii\web\UploadedFile returns parent instances in case invoked after it (andrewnester)
Bug #9101: Fixed yii\web\View to respect yii\web\AssetManager::appendTimstamp property (githubjeka, silverfire)
Bug #9277: Fixed yii\console\controllers\AssetController looses custom options of 'target' bundles (petrabarus, klimov-paul)
Bug #9561: Fixed canGetProperty() and canSetProperty() returns false for yii\db\BaseActiveRecord attributes (klimov-paul, Ni-san)
Bug #10358: Fixed race condition in yii.js AJAX prefilter (silverfire)
Bug #10563: Fixed forming Content-Disposition header for file downloads (samdark)
Bug #10567: Fixed yii\console\controllers\AssetController looses bundle override configuration, which makes it external one (klimov-paul)
Bug #10587: Latest used controller instance was not available in Response::EVENT_AFTER_SEND handler (samdark, andrewnester)
Bug #10681: Reverted fix of beforeValidate event calling in yii.activeForm.js (silverfire)
Bug #11347: Fixed yii\widgets\Pjax::registerClientScript() to pass custom container to the PJAX JS plugin (silverfire)
软件详情:http://www.yiiframework.com/news/113/yii-2-0-10-is-released/
下载地址:https://github.com/yiisoft/yii2/releases/download/2.0.10/yii-advanced-app-2.0.10.tgz
来自:开源中国社区

