Skip to content

Commit c8011ff

Browse files
committed
version.php
1 parent 70be64b commit c8011ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->component = 'mod_opencast';
29-
$plugin->release = 'v4.5-rc';
29+
$plugin->release = 'v4.5-r1';
3030
$plugin->version = 2024111100;
3131
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
32-
$plugin->maturity = MATURITY_RC;
32+
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->dependencies = [
3434
'tool_opencast' => 2024111100,
3535
];

0 commit comments

Comments
 (0)