All notable changes to this project will be documented in this file.
- Refactored: hooks/event listener classes
- Fixed: #6
- Fixed: get params checked for visibility are marked as used
- Changed: This is now a bundle!
- Changed: Classes and namespaces
- Fixed: warning
- Fixed: warnings
- Fixed: deprecations
- Fixed: warnings in BlockChild
- Fixed: warning in tl_module
- Fixed: warning in tl_block_module
- Changed: hide block type in module type select (#5)
- Changed: dropped contao 3 support
- Changed: dropped php 7.0 support
- Fixed: exception when trying to route error page
- Fixed: breadcrumb breaks routing ([#4])
- Changed: do not output anything if no active children exist (also skip dev template comments)
See 1.9.6
- Fixed: exception in breadcrump if page has requireItem option set (contao 4.13)
- Fixed: corrupt modal titles for tl_content module wizard
- Fixed: array index issues in php 8+
- Fixed: theme labels for contao 4.8+ and php 8
- Added: php8 support
- Added:
tl_block
as ctable oftl_theme
in order to support deletion of blocks if the parent theme is removed
- added new block module type: included content block module
- added database tree cache since only used in this module and too special for contao-utils-bundle
- added missing heading translations for backend modules (Themes -> [Theme] -> Blocks)
- sorting in tl_block_module broken since contao 4.4.41
- removed unnecessary fields in dca
- move include/exclude filter param handling to hook
- hook is defined in heimrichhannot/contao-filter-bundle
- inlcude or exclude block module by filter parameter from
heimrichhannot/contao-filter-bundle
(only available in Contao 4.4 or higher and with installed heimrichhannot/contao-filter-bundle)
- database error when fresh contao install
- contao 3 support
- breadcrumb now also respects pageTitle if set for auto_items
- some deprecation warnings
- some namespaces
- added
huh.utils.cache.database_tree
caching to get childRecords of tl_page from cache
- check if child exists to prevent printing an empty block
- php7 only
Blockchild::determineCurrentPage()
that caused $objPage to be null in certain premises
- method not found error in tl_block_module
- method not found error in tl_block
ContentBlock
did not render wrapper at all, make use of newBlockChild
object to get rid off
- reverted php 5.4+ support
- added Module constant
- removed missing method call
backgroundSize
added to resize block_module background images
- Empty buffer check fixed (wrapper was added before due to \n characters)
- BlockChild-> check null $this->objModel->backgroundSRC
- published default true
- toggle visibility
- uncached function, output block module as "{{insert_block_module::id|uncached}}" if you dont want to cache the block module (contao cache)
- visibility issue
tl_block_module.keywordPages
to limit the pages where keywords are considered
- licence from
LGPL-3.0+
toLGPL-3.0-or-later
- background image to
tl_block_module
wrapper
- hiding for visibility "include" and nothing selected
tl_block_module
label in list view for unknown types
- removed
menatwork/contao-multicolumnwizard
dependency
- hook for custom block module types
- invalid request token message when edit module within
tl_block_module
- deprecation functions updated for contao 4
- psr 2 code styling
- InsertTags class
- enhanced readability of module list
- when tl_block addWrapper is active, css id and css class were not generated
- too small cssID size
- varchar lengths to reduce db size
- trigger
$GLOBALS['TL_HOOKS']['getFrontendModule']
for block children of type module