Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions app/Config/Mimes.php
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ class Mimes
'model/stl',
'application/octet-stream',
],
'md' => [
'text/markdown',
'text/plain',
],
];

/**
Expand Down
2 changes: 2 additions & 0 deletions user_guide_src/source/changelogs/v4.8.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@ Message Changes
Changes
*******

- **Config:** Added the ``md`` key for ``Config\Mimes::$mimes`` for Markdown files.

************
Deprecations
************
Expand Down
3 changes: 2 additions & 1 deletion user_guide_src/source/installation/upgrade_480.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ and it is recommended that you merge the updated versions with your application:
Config
------

- @TODO
- app/Config/Mimes.php
- ``Config\Mimes::$mimes`` added a new key ``md`` for Markdown files.

All Changes
===========
Expand Down
Loading