Skip to content

Commit

Permalink
increased version number for 4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
NinaHerrmann committed Nov 22, 2023
1 parent 5658adb commit 71afec7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'mod_opencast';
$plugin->release = 'development-version';
$plugin->version = 2023100900;
$plugin->requires = 2020061500; // Requires Moodle 3.9+.
$plugin->maturity = MATURITY_ALPHA;
$plugin->release = 'v4.3-r1';
$plugin->version = 2023112200;
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
$plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = [
'tool_opencast' => 2023030100,
'tool_opencast' => 2023112200,
];

0 comments on commit 71afec7

Please sign in to comment.