Skip to content

1.1.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 24 Feb 08:32
· 201 commits to 1.x since this release
46c1933

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)