Skip to content

Commit

Permalink
Created branch Release_v4.2 and updated version.php files
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kollenbroich committed Aug 3, 2023
1 parent 2864cbe commit 8422a6a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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->release = 'v4.2-r1';
$plugin->version = 2023080100;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA;
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array(
'tool_opencast' => 2023030100,
'mod_opencast' => 2023030100
'tool_opencast' => 2023080100,
'mod_opencast' => 2023080100
);

0 comments on commit 8422a6a

Please sign in to comment.