mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 03:58:45 +02:00
- Add Symfony Form Component - Add Symfony CSRF security component - Add iTop default form template - Add Twig debug extension to Twig Environment - Add iTop abstract controller facility to get form builder - Add Twig filter to make trans an alias of dict_s filter
14 lines
448 B
Markdown
14 lines
448 B
Markdown
CHANGELOG
|
|
=========
|
|
|
|
6.0
|
|
---
|
|
|
|
* Remove the `SessionInterface $session` constructor argument of `SessionTokenStorage`, inject a `\Symfony\Component\HttpFoundation\RequestStack $requestStack` instead
|
|
* Using `SessionTokenStorage` outside a request context throws a `SessionNotFoundException`
|
|
|
|
5.3
|
|
---
|
|
|
|
The CHANGELOG for version 5.3 and earlier can be found at https://github.com/symfony/symfony/blob/5.3/src/Symfony/Component/Security/CHANGELOG.md
|