We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19b31e8 commit 059db8fCopy full SHA for 059db8f
version.php
@@ -26,10 +26,10 @@
26
defined('MOODLE_INTERNAL') || die();
27
28
$plugin->component = 'repository_opencast';
29
-$plugin->release = 'development-version';
30
-$plugin->version = 2023030100;
+$plugin->release = 'v4.2-r1';
+$plugin->version = 2023080100;
31
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
32
-$plugin->maturity = MATURITY_ALPHA;
+$plugin->maturity = MATURITY_STABLE;
33
$plugin->dependencies = array(
34
- 'tool_opencast' => 2023030100
+ 'tool_opencast' => 2023080100
35
);
0 commit comments