Skip to content

6.7.0

Compare
Choose a tag to compare
@khalima khalima released this 30 Aug 11:14
· 439 commits to main since this release
a9843b3

What's Changed

BC Break

The hdbt_preprocess() has been removed to streamline the page rendering and thus all current_langcode variables have been assigned to more precise preprocessing functions, f.e. hdbt_preprocess_node().
Check that your subtheme has the current_langcode variables set, or switch to use the hdbt theme's hdbt_add_current_language() function. This function will set the language object to render array variables and the langcode can be called in a template with {{ language.id }}

Full Changelog: 6.6.8...6.7.0