From 1815f3043d97c099b0c6a328a144c89a13eec046 Mon Sep 17 00:00:00 2001 From: Berthold Busskamp Date: Thu, 6 Feb 2025 17:53:23 +0000 Subject: [PATCH 1/3] MOD migrate settings to tool_opencast --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index a744251..70ccf7c 100644 --- a/settings.php +++ b/settings.php @@ -57,7 +57,7 @@ get_string('setting_uselti_ocinstance_name', 'filter_opencast', $ocinstancename), ['target' => '_blank']); $description = get_string('setting_uselti_nolti_desc', 'filter_opencast', $link); $settings->add( - new admin_setting_configempty('block_opencast/uselti_' . $instance->id, + new admin_setting_configempty('tool_opencast/uselti_' . $instance->id, get_string('setting_uselti', 'filter_opencast'), $description)); } From 0882bd5db19323c7e0dc3294dc133cb09072b9e6 Mon Sep 17 00:00:00 2001 From: Berthold Busskamp Date: Tue, 15 Apr 2025 13:53:25 +0000 Subject: [PATCH 2/3] bump version --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index df0c55e..c854a81 100644 --- a/version.php +++ b/version.php @@ -26,7 +26,7 @@ $plugin->component = 'filter_opencast'; $plugin->release = 'v4.5-r3'; -$plugin->version = 2024111102; +$plugin->version = 2025041500; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE; From 6af2bbcbd7539f331fac198da6c4ca79a025d236 Mon Sep 17 00:00:00 2001 From: Berthold Busskamp Date: Mon, 21 Apr 2025 22:46:01 +0000 Subject: [PATCH 3/3] bump version --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index c854a81..245f920 100644 --- a/version.php +++ b/version.php @@ -26,11 +26,11 @@ $plugin->component = 'filter_opencast'; $plugin->release = 'v4.5-r3'; -$plugin->version = 2025041500; +$plugin->version = 2025042200; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ - 'tool_opencast' => 2024111100, - 'mod_opencast' => 2024111100, + 'tool_opencast' => 2025042200, + 'mod_opencast' => 2025042200, ];