| | Deprecated LogoutHandlerInterface, register a listener on the LogoutEvent event instead. | | | | | Unresolved | Apr 1, 2022 | Apr 1, 2022 | | |
| | The NumberToLocalizedStringTransformer::ROUND_* constants have been deprecated, use \NumberFormatter::ROUND_* instead. | | | | | Unresolved | Apr 1, 2022 | Apr 1, 2022 | | |
| | Symfony 5.1 upgrade | | | | | Unresolved | Apr 1, 2022 | Apr 8, 2022 | | |
| | The Email::__construct() 'strict' property has been removed. Use 'mode'=>"strict" instead. | | | | | Done | Mar 31, 2022 | Apr 6, 2022 | | |
| | The default value (false) of the twig.strict_variables configuration option has been changed to %kernel.debug% | | | | | Done | Mar 31, 2022 | May 4, 2022 | | |
| | The TranslatorInterface has been removed in favor of Symfony\Contracts\Translation\TranslatorInterface | | | | | Unresolved | Mar 31, 2022 | Apr 6, 2022 | | |
| | The simple_form authentication listeners have been removed, use Guard instead. | | | | | Unresolved | Mar 31, 2022 | Apr 8, 2022 | | |
| | \Serializable interface has been removed from AbstractToken and AuthenticationException, thus serialize() and unserialize() aren't available. | | | | | Unresolved | Mar 31, 2022 | May 4, 2022 | | |
| | The ListenerInterface has been removed, extend AbstractListener instead. | | | | | Done | Mar 31, 2022 | Apr 8, 2022 | | |
| | SimpleFormAuthenticatorInterface have been removed. Use Guard instead. | | | | | Unresolved | Mar 31, 2022 | Apr 11, 2022 | | |
| | The Symfony\Component\Security\Core\User\AdvancedUserInterface has been removed. | | | | | Done | Mar 31, 2022 | Apr 6, 2022 | | |
| | Removed Intl::getLocaleBundle(), use Locales instead | | | | | Done | Mar 31, 2022 | Apr 4, 2022 | | |
| | Removed FilterControllerEvent, use ControllerEvent instead | | | | | Done | Mar 31, 2022 | May 3, 2022 | | |
| | The KernelInterface::getName() and the kernel.name parameter have been removed | | | | | Done | Mar 31, 2022 | May 3, 2022 | | |
| | The Kernel::getRootDir() and the kernel.root_dir parameter have been removed | | | | | Unresolved | Mar 31, 2022 | May 4, 2022 | | |
| | Removed Client, use HttpKernelBrowser instead | | | | | Done | Mar 31, 2022 | Apr 6, 2022 | | |
| | The getSession() method of the Request class throws an exception when session is null. | | | | | Unresolved | Mar 31, 2022 | Mar 31, 2022 | | |
| | Removed support for templating engine in TemplateController, use Twig instead | | | | | Done | Mar 31, 2022 | May 13, 2022 | | |
| | The Templating\Helper\TranslatorHelper::transChoice() method has been removed, use the trans() one instead with a %count% parameter. | | | | | Done | Mar 31, 2022 | Apr 6, 2022 | | |
| | The ContainerAwareCommand class has been removed, use Symfony\Component\Console\Command\Command with dependency injection instead. | | | | | Done | Mar 31, 2022 | Apr 6, 2022 | | |
| | Added support for the SameSite attribute for session cookies. It is highly recommended to set this setting (framework.session.cookie_samesite) to lax for increased security against CSRF attacks. | | | | | Unresolved | Mar 31, 2022 | Mar 31, 2022 | | |
| | Removed Symfony\Bundle\FrameworkBundle\Controller\Controller. Use Symfony\Bundle\FrameworkBundle\Controller\AbstractController instead. | | | | | Done | Mar 31, 2022 | May 2, 2022 | | |
| | Removed support for bundle:controller:action syntax to reference controllers | | | | | Done | Mar 30, 2022 | Apr 8, 2022 | | |
| | Calling WebTestCase::createClient() while a kernel has been booted now throws an exception, ensure the kernel is shut down before calling the method | | | | | Done | Mar 30, 2022 | Apr 5, 2022 | | |
| | The scale option was removed from the IntegerType. | | | | | Done | Mar 30, 2022 | Apr 4, 2022 | | |
| | The getExtendedType() method was removed from the FormTypeExtensionInterface | | | | | Done | Mar 30, 2022 | Apr 4, 2022 | | |
| | Removed support for using the format option of DateType and DateTimeType when the html5 option is enabled. | | | | | Done | Mar 30, 2022 | Apr 5, 2022 | | |
| | Removed support for using different values for the "model_timezone" and "view_timezone" options of the TimeType without configuring a reference date. | | | | | Done | Mar 30, 2022 | Apr 4, 2022 | | |
| | The signature of the EventDispatcherInterface::dispatch() method has been updated to dispatch($event, string $eventName = null) | | | | | Unresolved | Mar 30, 2022 | Apr 5, 2022 | | |
| | The Event class has been removed, use Symfony\Contracts\EventDispatcher\Event instead | | | | | Unresolved | Mar 30, 2022 | Apr 5, 2022 | | |
| | Replace uses of Symfony\Component\Debug\Debug by Symfony\Component\ErrorHandler\Debug | | | | | Done | Mar 30, 2022 | Apr 4, 2022 | | |
| | Symfony 5.0 upgrade | | | | | Unresolved | Mar 30, 2022 | Apr 7, 2022 | | |
| | Dropped support for constructing a TreeBuilder without passing root node information. | | | | | Done | Mar 30, 2022 | Apr 4, 2022 | | |
| | Introduce tests + CI in plugin generator | | | | | Unresolved | Nov 17, 2021 | Nov 17, 2021 | | |
| | Introduce first basic version of plugin generator | | | | | Unresolved | Nov 17, 2021 | Nov 17, 2021 | | |
| | Mautic plugin generator | | | | | Unresolved | Nov 17, 2021 | Nov 17, 2021 | | |
| | Update Mautic's update process so that things doesn't break when plugins are installed | | | | | Unresolved | Nov 14, 2021 | Nov 14, 2021 | | |
| | Create tickets to enable updating plugins through the marketplace | | | | | Unresolved | Nov 14, 2021 | Nov 14, 2021 | | |
| | Ensure that Mautic installs stable plugins only (and/or provide a dropdown of available versions) | | | | | Unresolved | Nov 14, 2021 | Nov 14, 2021 | | |
| | Set up infrastructure for allowlist | | | | | Done | Nov 14, 2021 | Nov 14, 2021 | | |
| | Enable CLI removal | | | | | Done | Nov 14, 2021 | Nov 14, 2021 | | |
| | Enable UI removal | | | | | Done | Nov 14, 2021 | Nov 14, 2021 | | |
| | Enable CLI installation | | | | | Done | Nov 14, 2021 | Nov 14, 2021 | | |
| | Enable UI installation | | | | | Done | Nov 14, 2021 | Nov 14, 2021 | | |
| | Enable installing/removing plugins using the Marketplace | | | | | Unresolved | Nov 14, 2021 | Mar 15, 2022 | | |
| | Doctrine research | | | | | Unresolved | Nov 7, 2021 | Nov 7, 2021 | | |
| | Mautic Next Generation research | | | | | Unresolved | Nov 7, 2021 | Nov 7, 2021 | | |
| | Create one-click installers for common hosting platforms | | | | | Unresolved | Nov 7, 2021 | Dec 11, 2021 | | |
| | Implement checks to prevent install/upgrade where environment doesn't support it | | | | | Done | Nov 7, 2021 | Mar 15, 2022 | | |
| | Develop streamlined installation processes on common platforms | | | | | Unresolved | Nov 7, 2021 | Nov 7, 2021 | | |