Skip to content
Open
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
=========

1.10.1 (Unreleased)
---------------------
- Fix #324: Update user image

1.10.0 (June 5, 2026)
---------------------
- Fix #298: Update for HumHub 1.19
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 @@
"project",
"management"
],
"version": "1.10.0",
"version": "1.10.1",
"homepage": "https://github.com/humhub/tasks",
"humhub": {
"minVersion": "1.19"
Expand Down
2 changes: 1 addition & 1 deletion notifications/views/layouts/remind.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<img class="rounded img-space float-start"
data-src="holder.js/20x20" alt="20x20"
style="width: 20px; height: 20px;"
src="<?= $space->getProfileImage()->getUrl() ?>">
src="<?= $space->image->getUrl() ?>">
<?php endif; ?>

<!-- show content -->
Expand Down
Loading