mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-23 04:00:23 +08:00
Fixes #6381: Client-side file validation should be disabled if the browser does not support it
This commit is contained in:
@ -45,6 +45,7 @@ Yii Framework 2 Change Log
|
||||
- Bug #6305: `yii\i18n\Formatter::asParagraphs()` was not unicode-aware (samdark)
|
||||
- Bug #6311: Optimistic lock for ActiveRecord does not work as expected (qiangxue)
|
||||
- Bug #6367: Added `yii\gii\generators\crud\Generator` to support customizing view path for the generated CRUD controller (qiangxue)
|
||||
- Bug #6381: Client-side file validation should be disabled if the browser does not support it (Skysplit)
|
||||
- Bug: Gii console command help information does not contain global options (qiangxue)
|
||||
- Bug: `yii\web\UrlRule` was unable to create URLs for rules containing unicode characters (samdark)
|
||||
- Bug: `yii\web\AssetManager` should not publish disabled asset bundles (qiangxue)
|
||||
|
Reference in New Issue
Block a user