Skip to content

Commit

Permalink
Updated version information for v4.0-r1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kollenbroich committed Feb 23, 2023
1 parent c0dc6a9 commit ee72b9b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,11 @@

defined('MOODLE_INTERNAL') || die();

$plugin->component = 'repository_opencast';
$plugin->release = 'v4.0-r1';
$plugin->version = 2023030100;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.11-r5';
$plugin->version = 2022031800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2015050500; // Requires this Moodle version.
$plugin->component = 'repository_opencast'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array('tool_opencast' => 2021091200);
$plugin->dependencies = array(
'tool_opencast' => 2023030100
);

0 comments on commit ee72b9b

Please sign in to comment.