Skip to content

Commit

Permalink
Merge branch 'main' into feat/externalContentSourceFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
thorbrink committed Mar 4, 2025
2 parents 865e9b2 + 9d7d393 commit c42e651
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@
"helsingborg-stad/component-library": "Required for theme to work properly.",
"helsingborg-stad/kirki": "Required for theme to work properly."
},
"version": "5.129.18"
"version": "5.129.19"
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion library/Controller/BaseController.php
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ public function __construct(
'innerLoopStart' => $this->hook('inner_loop_start'),
'innerLoopEnd' => $this->hook('inner_loop_end'),
'articleContentBefore' => $this->hook('article_content_before'),
'articleContentAfter ' => $this->hook('article_content_after'),
'articleContentAfter' => $this->hook('article_content_after'),
'loopStart' => $this->hook('loop_start'),
'loopEnd' => $this->hook('loop_end'),
'secondaryLoopStart' => $this->hook('secondary_loop_start'),
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helsingborg-stad/municipio",
"version": "5.129.18",
"version": "5.129.19",
"description": "The official wordpress theme of Helsingborg Stad",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit c42e651

Please sign in to comment.