Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

3.3.7 (unreleased)
-------------------------
- Fix #478: Compatibility with HumHub 1.18-beta.6

3.3.6 (December 23, 2025)
-------------------------
- Enh #460: Improved Module Test GitHub Actions
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"messenger",
"communication"
],
"version": "3.3.6",
"version": "3.3.7",
"humhub": {
"minVersion": "1.18.0-beta.6"
},
Expand Down
2 changes: 1 addition & 1 deletion widgets/ManageTagsLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

class ManageTagsLink extends Link
{
public function init()
public function init(): void
{
parent::init();
$this->setType(static::TYPE_NONE)
Expand Down