Skip to content

Commit 059db8f

Browse files
author
Matthias Kollenbroich
committed
Created branch Release_v4.2 and updated version.php files
1 parent 19b31e8 commit 059db8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

version.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'repository_opencast';
29-
$plugin->release = 'development-version';
30-
$plugin->version = 2023030100;
29+
$plugin->release = 'v4.2-r1';
30+
$plugin->version = 2023080100;
3131
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
32-
$plugin->maturity = MATURITY_ALPHA;
32+
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = array(
34-
'tool_opencast' => 2023030100
34+
'tool_opencast' => 2023080100
3535
);

0 commit comments

Comments
 (0)