Skip to content

1.7.0

Compare
Choose a tag to compare
@VincentLanglet VincentLanglet released this 20 Jul 12:52
· 84 commits to 1.x since this release
1e2a771

Added

  • [#222] Allow customizing flashbag groups (@core23)
  • [#221] Sonata\Twig\FlashMessage\FlashManager::$requestStack property (@yann-eugone)

Changed

  • [#221] Sonata\Twig\FlashMessage\FlashManager::__construct() $session argument allowed types for Symfony\Component\HttpFoundation\Session\SessionInterface or Symfony\Component\HttpFoundation\RequestStack (@yann-eugone)
  • [#221] Sonata\Twig\FlashMessage\FlashManager::getSession() method to fetch session from request stack (@yann-eugone)
  • [#221] Sonata\Twig\FlashMessage\FlashManager service definition to inject 'request_stack' service instead of 'session' (@yann-eugone)

Deprecated

  • [#225] sonata_urlsafeid filter (@VincentLanglet)
  • [#221] Passing Symfony\Component\HttpFoundation\Session\SessionInterface as $session argument of Sonata\Twig\FlashMessage\FlashManager::__construct() (@yann-eugone)
  • [#221] Sonata\Twig\FlashMessage\FlashManager::$session property (@yann-eugone)

Fixed