Skip to content

Version 2.2.0

Compare
Choose a tag to compare
@Warxcell Warxcell released this 15 Mar 08:46
· 259 commits to master since this release

Changelog:

  • Allow PHP8.
  • Add DelegatingManager which allows fluent usage of ManagerInterface for read operations with more than 1 file entity.
  • Add option manager on FileType form, which will allow usage of different ManagerInterface instance when having more than 1 file entity.
  • Add 5th argument of Manager which accepts League\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; on ManagerInterface which clears temporary files map.