Skip to content

Commit 33bfeec

Browse files
committed
chaneg back to support 3.9+
1 parent 319761e commit 33bfeec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$plugin->component = 'repository_opencast';
2929
$plugin->release = 'v4.3-r1';
3030
$plugin->version = 2023112200;
31-
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31+
$plugin->requires = 2020061524; // Requires Moodle 3.9+.
3232
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
3434
'tool_opencast' => 2023112200,

0 commit comments

Comments
 (0)