Fixes #17306: Added ".mjs" extensions to mimetypes meta

This commit is contained in:
Alexander Makarov
2019-05-14 23:11:25 +03:00
parent 6d10d1f05d
commit aa0f09b3e2
3 changed files with 14 additions and 5 deletions

View File

@ -5,7 +5,7 @@ Yii Framework 2 Change Log
------------------------
- Bug #12077, #12135, #17263: Fixed PostgreSQL version of `alterColumn()` to accept properly `ColumnSchemaBuilder` definition of column (bizley)
- Bug #17306: Added ".mjs" extensions to mimetypes meta (samdark)
2.0.18 April 23, 2019
---------------------

View File

@ -448,6 +448,7 @@ return [
'mime' => 'message/rfc822',
'mj2' => 'video/mj2',
'mjp2' => 'video/mj2',
'mjs' => 'text/javascript',
'mk3d' => 'video/x-matroska',
'mka' => 'audio/x-matroska',
'mks' => 'video/x-matroska',
@ -479,6 +480,7 @@ return [
'mpkg' => 'application/vnd.apple.installer+xml',
'mpm' => 'application/vnd.blueice.multipass',
'mpn' => 'application/vnd.mophun.application',
0 => 'application/vnd.lotus-1-2-3',
'mpp' => 'application/vnd.ms-project',
'mpt' => 'application/vnd.ms-project',
'mpy' => 'application/vnd.ibm.minipay',
@ -991,5 +993,4 @@ return [
'zir' => 'application/vnd.zul',
'zirz' => 'application/vnd.zul',
'zmm' => 'application/vnd.handheld-entertainment+xml',
123 => 'application/vnd.lotus-1-2-3',
];