Skip to content

3.33.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 08 Sep 07:47
· 79 commits to 3.x since this release

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)