Skip to content

v0.7.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@dharple dharple released this 31 Jan 23:27
· 109 commits to main since this release

Changed

  • Re-added composer.lock and symfony.lock.
  • Removed UTC date time support.
  • Updated 3rd party dependencies.
    • Upgraded Symfony to 5.4.

Fixed

  • Avoid a doctrine error for now by locking migrations to v2.x.
  • Cleaned up class references.
  • Fixed references to the moved Doctrine ManagerRegistry.
  • Fixed a bug with export due to a change in behavior around Doctrine
    references.
  • Removed unused variables.

Thanks

  • PhpStorm for help with static analysis.