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 94b5ebb commit 4f02364
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 @@ -24,12 +24,12 @@

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

$plugin->component = 'filter_opencast';
$plugin->release = 'v4.0-r1';
$plugin->version = 2023030100;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.11-r3';
$plugin->version = 2022031800; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->component = 'filter_opencast'; // Full name of the plugin.
$plugin->dependencies = array(
'tool_opencast' => 2021100300,
'mod_opencast' => 2022031800
'tool_opencast' => 2023030100,
'mod_opencast' => 2023030100
);

0 comments on commit 4f02364

Please sign in to comment.