Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@dbu dbu released this 04 May 20:30
· 2 commits to 3.x since this release
3.0.0
  • Support Symfony 6 & 7
  • Drop support for old Symfony versions
  • Supprt PHP 8.1 - 8.3
  • Drop support for old PHP versions
  • TranslatableInterface now uses typehints, adjust your implementations accordingly.
  • Use DateTimeInterface instead of DateTime.
  • Adjust to doctrine and twig BC breaks. If you extended classes or customized services, check for old Twig_* classes or Doctrine\Common\Persistence namespace.