Since v2.1 all changelog entries are merged into Roadiz monorepo
- Allow roadiz/models to dev-develop (f826244)
- Events: Deprecated all documents upload events which are dispatched before DB flush. (7f929c9)
- Missing image file extensions in DownscaleImageManager (7572026)
DownscaleImageManager
constructor signature changed and requires aImageManager
object
- Do not instanciate new ImageManager, just pass it as constructor arg (11bffec)
- Added
image/heic
andimage/heif
mime type to image, deprecated document event subscribers (d58b08a)
- Added AbstractDocumentFinder to hold video, audio and picture document finding logic (9f7d1bd)
- Added FileHashInterface to documents to store their file hash for duplicates detection. (18edef5)
- Support readId patterns for Spotify and Deezer embed platforms (fd2c1ab)
- Update document file hash when downscaled/upscaled (039d3af)
- Updated dependencies (ca34c19)
- Use CacheItemPoolInterface in AbstractDocumentUrlGenerator, phpcs (b52054b)
- Fix nullable setOriginal method arg (173338c)