Releases: sonata-project/SonataMediaBundle
Releases · sonata-project/SonataMediaBundle
4.1.0
Added
- [#2275] Added support for
psr/log
^3.0 (@jordisala1991) - [#2275] Added support for
symfony/translation-contracts
^3.0. (@jordisala1991)
3.38.0
4.0.1
Fixed
- [#2273] Fixed admin media translations (@jordisala1991)
- [#2273] Fixed admin gallery translations (@jordisala1991)
4.0.0
Added
- [#2222] Added support for Symfony 6. (@jordisala1991)
Changed
- [#2227] Argument 1 in order to allow any iterable type at
MediaInterface::setGalleryItems()
andGalleryInterface::setGalleryItems()
. (@phansys)
Fixed
- [#2267] Fixed usage of this bundle with PostgreSQL. (@jordisala1991)
- [#2266] Fixed placeholder for files on media list. (@jordisala1991)
- [#2264] Loading Media / Gallery object from the database. (@jordisala1991)
- [#2225] Fixed
CRUDController
registration for GalleryItemAdmin. (@jordisala1991) - [#2225] Fixed default values for models to match the explanations on the documentation. (@jordisala1991)
Removed
- [#2264] Final modifier on all the getters / setters of the entities. (@jordisala1991)
3.37.1
4.0.0-RC2
4.0.0-RC1
3.37.0
Added
Fixed
- [#2211] Fixed call to
strlen()
with possible null value (@jordisala1991) - [#2211] Improved error message for uploaded images that do not have an allowed extension or mime type (@jordisala1991)
- [#2207] Fix creation of galleries, an annotation was incorrectly configured (@houssemz)
3.36.0
Changed
- [#2194] Final annotation to methods that will be final on 4.x (@jordisala1991)
Deprecated
- [#2187] PantherPortal CDN (@jordisala1991)
- [#2186] Using
master
andslave
for filesystem and cdn configuration, useprimary
andsecondary
instead (@jordisala1991)
Removed
4.0.0-alpha1
Added
- [#2164] Added property type hints (@jordisala1991)
Changed
- [#2157]
cdnIsFlushable
property on Media entity is non nullable now. (@jordisala1991) - [#2137] Changed
FeatureMediaBlockService
to not extendMediaBlockService
. (@jordisala1991) - [#2137] Changed
MediaBlockService
to be final. (@jordisala1991) - [#2125] Block templates are suposed to be overriden by the application to add its specific design. (@jordisala1991)
Fixed
- [#2156] Missing CDN part when generating public URL for FileProvider with reference format (@nicolas-anaxago)
- [#2150] Fixed load controllers only when SonataAdminBundle is enabled. (@jordisala1991)
Removed
- [#2164] Removed support for PHP 7.3 (@jordisala1991)