Releases: sonata-project/SonataDoctrineORMAdminBundle
Releases · sonata-project/SonataDoctrineORMAdminBundle
4.10.0
Removed
- [#1714] Drop support for
doctrine/dbal
^2.0. (@jordisala1991) - [#1714] Drop support for
doctrine/persistence
^2.0. (@jordisala1991) - [#1715] Support for PHP 7.4
- [#1715] Support for Symfony 6.0 and 6.1
4.9.1
Fixed
- [#1690] ProxyQuery and ProxyQueryInterface are covariant (@VincentLanglet)
4.9.0
Deprecated
- [#1703] Passing a null offset to
AuditReader::findRevisionHistory
(@VincentLanglet)
Fixed
- [#1700] Fix batch delete for more than 20 entities. (@jordisala1991)
4.8.0
Fixed
- [#1695] Fix batch delete on entities with json columns on PostgreSQL. (@jordisala1991)
4.7.0
Added
- [#1691] ModelManager::supportsQuery now supports AbstractQuery (@djpretzel)
- [#1691] ModelManager::execute now supports AbstractQuery (@djpretzel)
4.6.0
Added
- [#1687] Generics for ProxyQueryInterface and ProxyQuery (@VincentLanglet)
4.5.0
Added
- [#1685] ModelManager now implements ProxyResolverInterface (@VincentLanglet)
Fixed
- [#1685] SonataAdminBundle 4.17 deprecations. (@VincentLanglet)
4.4.0
Added
- [#1680] Support for sonata-project/exporter ^3 (@VincentLanglet)
4.3.3
Fixed
- [#1677] Display of advanced filter for CounterFilter, NumberFilter, StringFilter and StringListFilter. (@VincentLanglet)
4.3.2
Fixed
- [#1674] Fix missing 'operator_type' array value returned in
AbstractDateFilter:: getFormOptions()
bug to avoid not rendered advanced filter options in DateFilter or DateTimeFilter. (@davidromani)