mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 04:37:42 +08:00
release version 2.0.52
This commit is contained in:
@ -961,6 +961,7 @@ return [
|
||||
'pjp',
|
||||
'pjpeg',
|
||||
],
|
||||
'image/jxl' => 'jxl',
|
||||
'image/ktx' => 'ktx',
|
||||
'image/png' => 'png',
|
||||
'image/prs.btif' => 'btif',
|
||||
|
||||
@ -376,6 +376,7 @@ $mimeTypes = [
|
||||
'js' => 'text/javascript',
|
||||
'json' => 'application/json',
|
||||
'jsonml' => 'application/jsonml+json',
|
||||
'jxl' => 'image/jxl',
|
||||
'kar' => 'audio/midi',
|
||||
'karbon' => 'application/vnd.kde.karbon',
|
||||
'kfo' => 'application/vnd.kde.kformula',
|
||||
|
||||
Reference in New Issue
Block a user