Skip to content

Releases: sonata-project/SonataMediaBundle

3.35.1

18 Oct 14:29
3.35.1
Compare
Choose a tag to compare

Fixed

3.35.0

18 Oct 06:46
Compare
Choose a tag to compare

Deprecated

Fixed

  • [#2171] Docblock for CategoryManagerInterface::getRootCategory() to tell it can return null. (@phansys)
  • [#2169] Call to an undefined method Connection::fetchAll() when using doctrine/dbal:3.x. (@phansys)
  • [#2166] Fixed usage of deprecated custom twig tags. (@jordisala1991)

Removed

3.34.2

08 Oct 07:35
Compare
Choose a tag to compare

Fixed

  • [#2152] Fixed safe output of sonata_media and sonata_thumbnail functions (@jordisala1991)
  • [#2152] Fixed calling sonata_media and sonata_thumbnail functions with null media (@jordisala1991)

3.34.1

06 Oct 13:39
d9e4ef2
Compare
Choose a tag to compare

Fixed

3.34.0

05 Oct 15:21
21b198a
Compare
Choose a tag to compare

Added

Deprecated

Fixed

3.33.1

10 Sep 12:11
3.33.1
Compare
Choose a tag to compare

Fixed

3.33.0

08 Sep 07:47
Compare
Choose a tag to compare

Added

  • [#2096] Missing method declarations in interfaces and abstract classes, through @method annotation in order to respect BC (@phansys)
  • [#2044] Method Sonata\MediaBundle\Filesystem\Replicate::createStream() (@phansys)
  • [#2044] Implemented Gaufrette\Adapter\StreamFactory in Sonata\MediaBundle\Filesystem\Replicate (@phansys)
  • [#2042] Added name for blocks so they can be recognized on SonataPageBundle (@jordisala1991)
  • [#2040] Added ResizableThumbnailInterface (@jordisala1991)
  • [#2036] PHPStan configuration and dependencies backported from master branch (@phansys)

Changed

  • [#2082] Return null from BaseMediaEventSubscriber::getMedia() if the related media does not implement MediaInterface (@phansys)

Deprecated

  • [#2077] Unused argument 3 in Replicate::write() (@phansys)
  • [#2044] Sonata\MediaBundle\Filesystem\Replicate::createFileStream() in favor of createStream() (@phansys)
  • [#2072] Direct injection of SessionInterface on SessionDownloadStrategy, we use RequestStack to avoid deprecations (@jordisala1991)
  • [#2043] Deprecated integration with openStack / rackSpace (@jordisala1991)
  • [#2021] Deprecate getContext() from Pool without first having that context (@jordisala1991)

Fixed

  • [#2082] Return type at BaseMediaEventSubscriber::getProvider() (@phansys)
  • [#2088] Removed placeholder for translations (@jordisala1991)
  • [#2083] Call to undefined function Buzz\Browser::sendRequest() with "kriswallsmith/buzz" <0.16 (@phansys)
  • [#2075] Fix display of choices form types inside blocks (@jordisala1991)
  • [#2044] Missing implementation for Gaufrette\Adapter\FileFactory interface at Sonata\MediaBundle\Filesystem\Replicate (@phansys)
  • [#2044] Call to undefined method Adapter::createFileStream() (@phansys)
  • [#2044] Call to undefined method Adapter::listDirectory() (@phansys)
  • [#2076] Fixed adding new Media with Pixlr enabled (@jordisala1991)

3.32.0

13 Jun 16:38
5538a01
Compare
Choose a tag to compare

3.32.0 - 2021-06-13

Added

Changed

  • [#1974] Updated docs in order to expose how to configure custom serialization paths under jms_serializer configuration node (jms_serializer.metadata.directories). (@jordisala1991)
  • [#1969] Updated Dutch translations (@VincentLanglet)

Fixed

3.31.2

19 May 07:08
c00856a
Compare
Choose a tag to compare

Fixed

  • [#1955] CDN invalidation from CloudFront when submitting paths that were previously invalidated. (@phansys)
  • [#1956] Arguments passed to sprintf() in flushPaths() methods at CloudFront and CloudFrontVersion3. (@phansys)

3.31.1

19 Apr 12:56
0d34dbf
Compare
Choose a tag to compare

Fixed

  • [#1953] Remove superfluous deprecation message when translator class is registered that implements both the legacy and new TranslatorInterface (@jorrit)