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 respectyii\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()
andcanSetProperty()
returnsfalse
foryii\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 customcontainer
to the PJAX JS plugin (silverfire)
下载地址: