Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 692 Bytes

UPGRADE-5.0.md

File metadata and controls

25 lines (17 loc) · 692 Bytes

UPGRADE FROM 4.x to 5.0

Security

  • The ContextListener::setLogoutOnUserChange() method has been removed.

SecurityBundle

  • The logout_on_user_change firewall option has been removed.

Translation

  • The FileDumper::setBackup() method has been removed.
  • The TranslationWriter::disableBackup() method has been removed.

Workflow

  • add method has been removed use addWorkflow method in Workflow\Registry instead.
  • SupportStrategyInterface has been removed, use WorkflowSupportStrategyInterface instead.
  • ClassInstanceSupportStrategy has been removed, use InstanceOfSupportStrategy instead.