This section list all the changes that are considered BC Break and will node code adjustment from upgrading to version 3 (not released yet).
- Remove
Smart\SonataBundle\Entity\Log\BatchLog
, useSmart\CoreBundle\Entity\ProcessTrait
andSmart\CoreBundle\Entity\ProcessInterface
instead - Remove
Smart\SonataBundle\Entity\Log\HistorizableInterface
, useSmart\CoreBundle\Entity\Log\HistorizableInterface
instead - Remove
Smart\SonataBundle\Entity\Log\HistorizableTrait
, useSmart\CoreBundle\Entity\Log\HistorizableTrait
instead
- Remove
Smart\SonataBundle\Logger\BatchLogger
, useSmart\CoreBundle\Monitor\ProcessMonitor
instead - Remove
Smart\SonataBundle\Logger\HistoryLogger
, useSmart\CoreBundle\Logger\HistoryLogger
instead
SmartUserInterface
now extendsMailableInterface
so you need to define his methods
- Remove
timeline_history_field.html.twig
, useshow_history_field.html.twig
instead