Fixed MimeType for gzip (application/x-gzip)

This commit is contained in:
Djamil Legato 2022-01-27 16:24:50 -08:00
parent 84a1ab6ca5
commit b9db2f3322
No known key found for this signature in database
GPG Key ID: A44158E0E04E7A37
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@
2. [](#improved)
* Improved `Filesystem::basename()` and `Filesystem::pathinfo()` to be unicode-safe
* Made path handling unicode-safe, use new `Utils::basename()` and `Utils::pathinfo()` everywhere
* Fixed MimeType for `gzip` (`application/x-gzip`)
# v1.7.28
## 01/24/2022

View File

@ -199,7 +199,7 @@ types:
gz:
type: file
thumb: media/thumb-gz.png
mime: application/gzip
mime: application/x-gzip
tar:
type: file
thumb: media/thumb-tar.png