File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -462,7 +462,7 @@ public function save(
462462 // update the clone
463463 $ clone ->version ()->save (
464464 $ data ?? [],
465- $ languageCode ?? 'default ' ,
465+ $ languageCode ?? 'current ' ,
466466 $ overwrite
467467 );
468468
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ class Mime
5757 'log ' => ['text/plain ' , 'text/x-log ' ],
5858 'm4a ' => 'audio/mp4 ' ,
5959 'm4v ' => 'video/mp4 ' ,
60+ 'md ' => 'text/markdown ' ,
6061 'mid ' => 'audio/midi ' ,
6162 'midi ' => 'audio/midi ' ,
6263 'mif ' => 'application/vnd.mif ' ,
@@ -100,7 +101,7 @@ class Mime
100101 'tiff ' => 'image/tiff ' ,
101102 'wav ' => 'audio/x-wav ' ,
102103 'wbxml ' => 'application/wbxml ' ,
103- 'webm ' => 'video/webm ' ,
104+ 'webm ' => [ 'video/webm ' , ' audio/webm ' ] ,
104105 'webp ' => 'image/webp ' ,
105106 'word ' => ['application/msword ' , 'application/octet-stream ' ],
106107 'xhtml ' => 'application/xhtml+xml ' ,
You can’t perform that action at this time.
0 commit comments