3.33.0
版本发布时间: 2021-09-08 15:47:13
sonata-project/SonataMediaBundle最新发布版本:4.14.1(2024-09-12 23:02:02)
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
inSonata\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
fromBaseMediaEventSubscriber::getMedia()
if the related media does not implementMediaInterface
(@phansys)
Deprecated
- [#2077] Unused argument 3 in
Replicate::write()
(@phansys) - [#2044]
Sonata\MediaBundle\Filesystem\Replicate::createFileStream()
in favor ofcreateStream()
(@phansys) - [#2072] Direct injection of
SessionInterface
onSessionDownloadStrategy
, we useRequestStack
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 atSonata\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)