Skip to content

4.1.2

Compare
Choose a tag to compare
@iherwig iherwig released this 26 May 23:28
· 377 commits to master since this release

Model/Persistence

  • Added support for transient entity attributes
  • Added TransactionEvent

Controllers

  • Added automatic transaction control for controllers
    • Initiated by Controller::requireTransaction()
    • Subsequent controller actions join the same transaction

Misc

  • Bugfixes, updated dependencies, smaller improvements