- Use
symfony/config
to processtheme.yml
manifests. The YAML syntax changed.
Upgrade path: Move thelayouts
key one level up in thetheme.yml
syntax (there is one migration that handles this). - Switched to native Twig support introduced in Contao 4.12.
Upgrade path: Change references from@foobar/template.html.twig
to@Contao_Theme_Foobar/template.html.twig
.
- Use the configured web directory, other than hardcode it to
/web
- Process image_sizes config of the manifest file and persist the config in tl_image_size
No changes
Initial release