Skip to content

Releases: sonata-project/EntityAuditBundle

1.4.0

21 Jul 17:24
1.4.0
Compare
Choose a tag to compare

Added

  • [#408] Foreign key constraint for the relation between the entity audit tables and the revisions index (@phansys)

Deprecated

  • [#408] CreateSchemaListener::postGenerateSchema() method (@phansys)

Fixed

  • [#408] Orphan records between the entity audit tables and the revisions index (@phansys)
  • [#406] The CompareAction route is now working (@BurningDog)

Removed

  • [#408] Listening for the "postGenerateSchema" event at CreateSchemaListener (@phansys)

1.3.2

13 Jun 17:23
6736175
Compare
Choose a tag to compare

Fixed

  • [#398] Fix missing space in identifier WHERE clausule if the entity has multiple columns as the primary key (@Vantomas)

1.3.1

09 Apr 12:52
83545e9
Compare
Choose a tag to compare

Fixed

1.3.0

08 Apr 20:45
f64330e
Compare
Choose a tag to compare

Added

Deprecated

  • [#382] Passing another value than 'string', 'integer', 'smallint', 'bigint' or 'guid' for the revision_id_field_type value. (@VincentLanglet)

1.2.0

24 Mar 20:32
8d229c3
Compare
Choose a tag to compare

Added

1.1.1

21 Mar 20:14
fd702d1
Compare
Choose a tag to compare

Fixed

1.1.0

24 Feb 08:32
46c1933
Compare
Choose a tag to compare

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 of php (@wbloszyk)
  • [#364] Changed controllers for routing from AuditController in favor for Actions (@wbloszyk)

Deprecated

  • [#364] Deprecated SimpleThings\EntityAudit\Controller\AuditController (@wbloszyk)

Fixed

  • [#364] Fixed page working with symfony/framework-bundle >= 5.0 (@wbloszyk)
  • [#324] AuditedCollection methods in order to respect Collection interface (@phansys)

v1.0.9

10 Apr 08:17
5725eca
Compare
Choose a tag to compare
  • conflict with doctrine 2.7.0 (>= 2.7.1 works), thanks to @phansys #320

v1.0.8

04 Apr 09:59
44c94e9
Compare
Choose a tag to compare

v1.0.7

26 Mar 17:09
ea97355
Compare
Choose a tag to compare
  • PR #313 symfony flex compatibility (added "type": "symfony-bundle" to composer.json) - thx to @anacona16