Skip to content

v6.2: Adds MIME type detection and storage to File entity

Choose a tag to compare

@thorewi thorewi released this 31 Mar 16:28
· 4 commits to master since this release
The changes include:
- Adds a `mimeType` property and corresponding getter/setter to the File entity and trait.
- Implements automatic MIME type detection in `FileListener` during file processing.
- Adds the `ext-fileinfo` extension as a project dependency.