Skip to content

Commit

Permalink
version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
bluetom committed Nov 11, 2024
1 parent 9d94a8a commit 090b755
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
* Version details
*
* @package repository_opencast
* @copyright 2024 Thomas Niedermaier <[email protected]>
* @copyright 2017 Andreas Wagner, SYNERGY LEARNING
* @author Andreas Wagner
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Expand All @@ -26,10 +27,10 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'repository_opencast';
$plugin->release = 'v4.4-r1';
$plugin->version = 2024060400;
$plugin->requires = 2022112810; // Requires Moodle 4.1+.
$plugin->release = 'v4.5-r1';
$plugin->version = 2024111100;
$plugin->requires = 2024100700; // Requires Moodle 4.5+.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2024060400,
'tool_opencast' => 2024111100,
];

0 comments on commit 090b755

Please sign in to comment.