mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Fixes #17306: Added ".mjs" extensions to mimetypes meta
This commit is contained in:
		@ -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
 | 
			
		||||
---------------------
 | 
			
		||||
 | 
			
		||||
@ -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',
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user