diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index d0a5b285..9d005229 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog ========= +1.7.2 (Unreleased) +------------------------ +- Fix #523: Global calendar: display the "My profile" filter only when the module is enabled in for the User account + 1.7.1 (January 17, 2025) ------------------------ - Fix #521: Fix global calendar url diff --git a/module.json b/module.json index f387ec4e..879cb589 100644 --- a/module.json +++ b/module.json @@ -3,7 +3,7 @@ "name": "Calendar", "description": "Create one-time or recurring events, invite and manage attendees, and keep track of all your events with the Calendar module.", "keywords": ["calendar"], - "version": "1.7.1", + "version": "1.7.2", "humhub": { "minVersion": "1.17.0-beta.2" }, diff --git a/widgets/views/calendarFilterBar.php b/widgets/views/calendarFilterBar.php index 17c2e4ac..e10325b0 100644 --- a/widgets/views/calendarFilterBar.php +++ b/widgets/views/calendarFilterBar.php @@ -36,14 +36,16 @@
-
- -
+ user->identity->moduleManager->isEnabled('calendar')): ?> +
+ +
+