6.7.0
What's Changed
- UHF-8909 Preprocess function refactor by @khalima in #1028
- UHF-10191: Image style refactor by @teroelonen in #1029
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