From d3f05689908c28dd26d3b8ac00a15f8b7041deab Mon Sep 17 00:00:00 2001 From: Thomas Niedermaier Date: Sun, 10 Nov 2024 19:40:02 +0100 Subject: [PATCH] version.php --- version.php | 63 +++++++++++++++++++++++++++-------------------------- 1 file changed, 32 insertions(+), 31 deletions(-) diff --git a/version.php b/version.php index bcd03e7..80c96f3 100644 --- a/version.php +++ b/version.php @@ -1,31 +1,32 @@ -. - -/** - * Plugin version and other meta-data are defined here. - * - * @package tool_opencast - * @copyright 2018 Tobias Reischmann - * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later - */ - -defined('MOODLE_INTERNAL') || die(); - -$plugin->component = 'tool_opencast'; -$plugin->release = 'v4.4-r1'; -$plugin->version = 2024060400; -$plugin->requires = 2022112800; // Requires Moodle 4.1+. -$plugin->maturity = MATURITY_STABLE; +. + +/** + * Plugin version and other meta-data are defined here. + * + * @package tool_opencast + * @copyright 2024 Thomas Niedermaier + * @copyright 2018 Tobias Reischmann + * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later + */ + +defined('MOODLE_INTERNAL') || die(); + +$plugin->component = 'tool_opencast'; +$plugin->release = 'v4.5-rc'; +$plugin->version = 2024111100; +$plugin->requires = 2024100700; // Requires Moodle 4.5+. +$plugin->maturity = MATURITY_RC;