Releases: sonata-project/EntityAuditBundle
Releases · sonata-project/EntityAuditBundle
1.18.0
Added
Fixed
- [#627] Symfony 7.1 deprecation about
Symfony\Component\HttpKernel\DependencyInjection\Extension
usage (@VincentLanglet) - [#624] Crashing when an invalid value is passed as OneTo* relation. (@VincentLanglet)
1.17.1
Fixed
- [#617] Fix getting table name when the table schema is an empty string (@X-Coder264)
- [#615] Allow multiple relationships to the same target entity. (@mikeyudin)
1.17.0
Changed
- [#612] Multiple queries to tables have been replaced with a single one (@SavageDays)
1.16.1
Fixed
- [#599] Objects now no longer show as different when their values are the same. This restores some of the old behaviour of the EntityAuditBundle (@befresh-mweimerskirch)
1.16.0
1.15.0
Added
- [#587] Added the
disable_foreign_keys
parameter, which disables the creation of foreign keys. (@SavageDays)
1.14.1
1.14.0
Removed
- [#564] Support for Symfony 4 (@jordisala1991)
- [#564] Support for Twig 2 (@jordisala1991)
1.13.0
Fixed
- [#555] Deprecations from Doctrine DBAL and ORM (@jordisala1991)
Removed
- [#557] Support for
doctrine/doctrine-bundle
< 2.7 (@jordisala1991) - [#554] Requirement for
doctrine/common
(@jordisala1991) - [#551] Support for PHP 7.4 (@SonataCI)
- [#551] Support for Symfony 6.0 and 6.1 (@SonataCI)
1.12.0
Added
- [#547] Add compatibility with
doctrine/collections
^2.0 (@jordisala1991)
Removed
- [#549] Drop support for
doctrine/dbal
^2.0. (@jordisala1991) - [#549] Drop support for
doctrine/persistence
^2.0. (@jordisala1991)