Skip to content

2.0.0

Compare
Choose a tag to compare
@j-guyon j-guyon released this 09 Feb 13:40
· 109 commits to master since this release

⚠️ BC-Breaks

  • Bundle now require PHP >= 5.6 and Symfony 3.4 / 4.0
  • Entities names and column are no more in Doctrine configuration, let it to your naming strategy.
  • The old way to configure the bundle directly in parameters is no more supported (de013d8)
  • The default log path is now set to kernel.logs_dir

⚠️ If you update the bundle from a previous version, you may write some migration if you don't wan't to loose your old datas.

Features :

  • Symfony 3.4 and 4.0 compatibility (@gubler, @sygnisoft, @Gemorroj)
  • Add a Symfony Flex recipe to ease the install
  • Monitor mail's subject is now configurable (@IwfY)
  • Add a command to unlock a single or all locked scheduled commands (@IwfY)