Skip to content

Commit

Permalink
Updated version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kollenbroich committed May 26, 2023
1 parent c24dd49 commit 981f445
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,11 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'repository_opencast';
$plugin->release = 'development-version';
$plugin->version = 2023030100;
$plugin->release = 'v4.1-r1';
$plugin->version = 2023052600;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA;
$plugin->supported = [39, 410];
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'tool_opencast' => 2023030100
'tool_opencast' => 2023052600
);

0 comments on commit 981f445

Please sign in to comment.