Releases: contao-thememanager/core
Releases · contao-thememanager/core
2.4.1
2.4.0
Addition
- added
scriptblock to the legacy blocksblock_searchableandblock_unsearchablef5e8b24
Update
- Strict types f9d530a c92e97d
- ^PHP 8.3 56df229
- Unlock doctrine/dbal ^4.3 56df229
- Omit the field alias generation for the automatically generated xml file f8aa246
- mark all generator classes as
@internalf860f3b
Full Changelog: 2.3.3...2.4.0
2.3.3
2.3.2
2.3.1
2.3.0
Note
Contao 4.13 support has been dropped.
Additions
-
Added wrapperAttributes to
block_searchableandblock_unsearchable615d0a1
Deprecations
- Deprecated
ContentWrapperStartandContentWrapperStartContent- Use theelement_groupinstead- ContentWrapperStart -> Element Group with template:
content_element/element_group/article - ContentWrapperStartContent -> Element Group with template:
content_element_group/content
- ContentWrapperStart -> Element Group with template:
Removals
-
Dropped
fe_page.html5in favor of the twig surrogatefe_page.html.twig04d35bb- If you have overwritten fe_page previously, make sure to use proper template extending for modifications
-
Dropped
mod_article.html5in favor of the twig surrogatemod_article.html.twig88dc04e- If you have overwritten mod_article previously, make sure to use proper template extending for modifications
-
Switched
mod_article_contao53_defaultwithmod_article_default. 88dc04e -
Dropped Contao 4.13 support and removed all BC layers 562f6e8 c20a28c
Full Changelog: 2.2.17...2.3.0
2.2.17
Bugfix
- Fix the palette header offset within the theme manager configuration 9cea03d
Addition
-
Add the possibility to assign style manager template classes to
header,mainandfooterwithin the layoutUsage:
<archive identifier="gFooter"> <field title="identifier">gFooter</field> <children> <child alias="foo"> <field title="pid">80</field> <field title="sorting">100</field> <field title="alias">foo</field> <field title="title">Foo</field> <field title="description"></field> <field title="cssClasses">a:1:{i:0;a:2:{s:3:"key";s:3:"foo";s:5:"value";s:3:"Bar";}}</field> <field title="chosen">1</field> <field title="blankOption">1</field> <field title="passToTemplate">1</field> <field title="extendLayout">1</field> </child> </children> </archive>