Skip to content

Commit

Permalink
changed dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Nov 23, 2023
1 parent 56d3de6 commit f662374
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'filter_opencast';
$plugin->release = 'development-version';
$plugin->version = 2023030100;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = 'v4.3-r1';
$plugin->version = 2023112200;
$plugin->requires = 2020061524; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2023030100,
'mod_opencast' => 2023052300,
'tool_opencast' => 2023112200,
'mod_opencast' => 2023112200,
];

0 comments on commit f662374

Please sign in to comment.