Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

60 lines (32 loc) · 2.46 KB

2.1 and newer

Since v2.1 all changelog entries are merged into Roadiz monorepo

2.0.7 (2022-10-07)

Bug Fixes

  • Allow roadiz/models to dev-develop (f826244)

2.0.6 (2022-09-28)

Features

  • Events: Deprecated all documents upload events which are dispatched before DB flush. (7f929c9)

2.0.5 (2022-09-07)

Bug Fixes

  • Missing image file extensions in DownscaleImageManager (7572026)

2.0.4 (2022-09-07)

⚠ BREAKING CHANGES

  • DownscaleImageManager constructor signature changed and requires a ImageManager object

Bug Fixes

  • Do not instanciate new ImageManager, just pass it as constructor arg (11bffec)

2.0.3 (2022-09-07)

Features

  • Added image/heic and image/heif mime type to image, deprecated document event subscribers (d58b08a)

2.0.2 (2022-07-29)

Features

  • Added AbstractDocumentFinder to hold video, audio and picture document finding logic (9f7d1bd)

2.0.1 (2022-06-30)

2.0.0 (2022-06-29)

Features

  • 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)

Bug Fixes

  • Fix nullable setOriginal method arg (173338c)