Skip to content

Releases: richardhj/contao-theme-framework

3.0.1

10 Sep 11:58
5c84017
Compare
Choose a tag to compare

3.0.0

08 Sep 13:52
27ae99f
Compare
Choose a tag to compare
  • Encore dependency is now optional (I use Asset mapper from now on!)
  • Requires Contao 5.3 at minimum (cannot be made compatible with prior versions)
  • No breaking changes are expected!

2.1.2

25 Apr 21:07
699e20d
Compare
Choose a tag to compare
Fix a PHP-8 array access

2.1.1

09 Feb 20:46
285cdc8
Compare
Choose a tag to compare
Tolerate no page context

2.1.0

20 Jan 08:05
Compare
Choose a tag to compare

A Contao 4.13 release with no functional changes.

2.0.3: Revert "Support the new service ID in Contao 4.13"

07 Dec 10:58
Compare
Choose a tag to compare
This reverts commit 396ad4848153d4a4e5920437aef8825260343a15.

2.0.2

01 Dec 14:25
Compare
Choose a tag to compare
Update php-cs-fixer

2.0.1

27 Nov 15:42
Compare
Choose a tag to compare
Remove deprecations from dbal

Release for Contao 4.12

16 Sep 10:48
206f5c1
Compare
Choose a tag to compare

Breaking changes

  • Use symfony/config to process theme.yml manifests. The YAML syntax changed.
    Upgrade path: Move the layouts key one level up in the theme.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.

Fixes

  • 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

1.0.4

26 Jun 13:52
5edfde2
Compare
Choose a tag to compare
Fix syntax