Version 2.2.0
Changelog:
- Allow PHP8.
- Add
DelegatingManager
which allows fluent usage ofManagerInterface
for read operations with more than 1 file entity. - Add option
manager
onFileType
form, which will allow usage of differentManagerInterface
instance when having more than 1 file entity. - Add 5th argument of
Manager
which acceptsLeague\MimeTypeDetection\MimeTypeDetector\MimeTypeDetector
, which are used to detect mime types. - add
AzureBlobStoragePathResolver
. - add
DelegatingPathResolver
which allows using of multiple file entities with different path resolvers. - add
Arxy\FilesBundle\Repository\ORMTrait
which can be used on ORM Repositories. - add
file_content
filter for Twig which returns contents of file. - add
public function clear(): void;
onManagerInterface
which clears temporary files map.