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 19b31e8 commit 059db8f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'repository_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
'tool_opencast' => 2023080100
);

0 comments on commit 059db8f

Please sign in to comment.