From 6b761e2c13d661239a108b25371fd5fee663e119 Mon Sep 17 00:00:00 2001 From: Dung Pham Date: Tue, 26 May 2026 15:52:08 +0200 Subject: [PATCH 1/3] increase ilias max version --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 871343f..75aec1d 100755 --- a/plugin.php +++ b/plugin.php @@ -7,12 +7,12 @@ $id = 'mumie_task_events'; // code version; must be changed for all code changes -$version = '4.0'; +$version = '4.0.1'; // ilias min and max version; must always reflect the versions that should // run with the plugin $ilias_min_version = '9.0'; -$ilias_max_version = '9.99'; +$ilias_max_version = '10.99'; // optional, but useful: Add one or more responsible persons and a contact email $responsible = 'Tobias Goltz'; From d489aaa88c909e5c3f15cefc7e0c1db697df9188 Mon Sep 17 00:00:00 2001 From: Dung Pham Date: Wed, 27 May 2026 11:56:31 +0200 Subject: [PATCH 2/3] remove removed logout script --- classes/class.ilMumieTaskHookPlugin.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/classes/class.ilMumieTaskHookPlugin.php b/classes/class.ilMumieTaskHookPlugin.php index d49bea9..abb53b8 100755 --- a/classes/class.ilMumieTaskHookPlugin.php +++ b/classes/class.ilMumieTaskHookPlugin.php @@ -66,9 +66,7 @@ private function logoutFromAllServers(): void }, ilMumieTaskServer::getAllServers()); $ctrl = $DIC->ctrl(); - $ctrl->setTargetScript('logout.php'); $returnUrl = ILIAS_HTTP_PATH . '/' . $ctrl->getLinkTargetByClass([ilStartUpGUI::class], 'doLogout'); - $ctrl->setTargetScript('ilias.php'); $redirectUrl = ILIAS_HTTP_PATH . '/Customizing/global/plugins/Services/EventHandling/EventHook/MumieTaskHook/prelogout.php' . '?logoutUrl=' . urlencode(json_encode($logoutUrls)) From 5e262987fcc834eb357f0e743c9b963f1361dbd7 Mon Sep 17 00:00:00 2001 From: Dung Pham Date: Wed, 27 May 2026 11:57:07 +0200 Subject: [PATCH 3/3] remove removed logout script --- plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.php b/plugin.php index 75aec1d..7695079 100755 --- a/plugin.php +++ b/plugin.php @@ -7,11 +7,11 @@ $id = 'mumie_task_events'; // code version; must be changed for all code changes -$version = '4.0.1'; +$version = '4.0.2'; // ilias min and max version; must always reflect the versions that should // run with the plugin -$ilias_min_version = '9.0'; +$ilias_min_version = '10.0'; $ilias_max_version = '10.99'; // optional, but useful: Add one or more responsible persons and a contact email