Skip to content
Snippets Groups Projects
Unverified Commit 09a88a14 authored by Nina Herrmann's avatar Nina Herrmann Committed by GitHub
Browse files

Release 4.4-r1

parent e2ae4d47
No related branches found
No related tags found
No related merge requests found
...@@ -25,11 +25,11 @@ ...@@ -25,11 +25,11 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'filter_opencast'; $plugin->component = 'filter_opencast';
$plugin->release = 'v4.3-r1'; $plugin->release = 'v4.4-r1';
$plugin->version = 2024060400; $plugin->version = 2024060500;
$plugin->requires = 2020061524; // Requires Moodle 3.9+. $plugin->requires = 2022112800; // Requires Moodle 4.1+.
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [ $plugin->dependencies = [
'tool_opencast' => 2023112200, 'tool_opencast' => 2024060400,
'mod_opencast' => 2023112200, 'mod_opencast' => 2024060400,
]; ];
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment