Releases: sonata-project/EntityAuditBundle
Releases · sonata-project/EntityAuditBundle
1.4.0
1.3.2
1.3.1
Fixed
- [#386]
AuditReader::findRevisionHistory()
phpdoc (@VincentLanglet)
1.3.0
Added
- [#382] Allow
$revisions
param to be a string inAuditManager
methods. (@VincentLanglet)
Deprecated
- [#382] Passing another value than 'string', 'integer', 'smallint', 'bigint' or 'guid' for the
revision_id_field_type
value. (@VincentLanglet)
1.2.0
Added
- [#375] Added phpstan annotation for
AuditReader::find()
method (@VincentLanglet)
1.1.1
Fixed
- [#373] Improved
AuditReader
phpdoc. (@VincentLanglet)
1.1.0
Added
- [#365] Added routing in xml:
src\Resources\config\routing\audit.xml
(@wbloszyk) - [#364] Added
SimpleThings\EntityAudit\Action\CompareAction
(@wbloszyk) - [#364] Added
SimpleThings\EntityAudit\Action\IndexAction
(@wbloszyk) - [#364] Added
SimpleThings\EntityAudit\Action\ViewDetailAction
(@wbloszyk) - [#364] Added
SimpleThings\EntityAudit\Action\ViewEntityAction
(@wbloszyk) - [#364] Added
SimpleThings\EntityAudit\Action\ViewRevisionAction
(@wbloszyk) - [#350] PHP 8 support (@VincentLanglet)
- [#355]
connection
configuration node in order to use a different connection than "default" (@phansys) - [#355]
entity_manager
configuration node in order to use a different entity manager than "default" (@phansys) - [#352] "symfony/config" dependency (@phansys)
Changed
- [#366] Change
xml
configuration in favor ofphp
(@wbloszyk) - [#364] Changed controllers for routing from
AuditController
in favor forActions
(@wbloszyk)