mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 00:28:47 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
1.8 KiB
1.8 KiB
CHANGELOG
3.4.0
- added exclusive Twig namespace only for root bundles
- deprecated
Symfony\Bundle\TwigBundle\Command\DebugCommand, useSymfony\Bridge\Twig\Command\DebugCommandinstead - deprecated relying on the
ContainerAwareInterfaceimplementation forSymfony\Bundle\TwigBundle\Command\LintCommand - added option to configure default path templates (via
default_path)
3.3.0
- Deprecated
ContainerAwareRuntimeLoader
2.7.0
- made it possible to configure the default formats for both the
dateand thenumber_formatfilter - added support for the new Asset component (from Twig bridge)
- deprecated the assets extension (use the one from the Twig bridge instead)
2.6.0
- [BC BREAK] changed exception.json.twig to match same structure as error.json.twig making clients independent of runtime environment.
2.3.0
- added option to configure a custom template escaping guesser (via
autoescape_serviceandautoescape_service_method)
2.2.0
- moved the exception controller to be a service (
twig.controller.exception:showActionvsSymfony\\Bundle\\TwigBundle\\Controller\\ExceptionController::showAction) - added support for multiple loaders via the "twig.loader" tag.
- added automatic registration of namespaced paths for registered bundles
- added support for namespaced paths
2.1.0
- added a new setting ("paths") to configure more paths for the Twig filesystem loader
- added contextual escaping based on the template file name (disabled if you explicitly pass an autoescape option)
- added a command that extracts translation messages from templates
- added the real template name when an error occurs in a Twig template
- added the twig:lint command that will validate a Twig template syntax.