Skip to content
Snippets Groups Projects
Commit 353ef556 authored by Elke Kreim's avatar Elke Kreim
Browse files

Add plugin dependency and increase version number

parent cb18a7fe
No related branches found
No related tags found
No related merge requests found
<?php <?php
// This file is part of Moodle - http://moodle.org/ // This file is part of Moodle - https://moodle.org/
// //
// Moodle is free software: you can redistribute it and/or modify // Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by // it under the terms of the GNU General Public License as published by
...@@ -12,12 +12,15 @@ ...@@ -12,12 +12,15 @@
// GNU General Public License for more details. // GNU General Public License for more details.
// //
// You should have received a copy of the GNU General Public License // You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <http://www.gnu.org/licenses/>. // along with Moodle. If not, see <https://www.gnu.org/licenses/>.
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->component = 'local_hsh'; $plugin->component = 'local_hsh';
$plugin->version = 2022050501; $plugin->version = 2023011000;
$plugin->release = '3.3 (Build: 2015042300)'; $plugin->release = '4.0.0 (Build: 2015042300)';
$plugin->requires = 2014051200; $plugin->requires = 2019111800;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_ALPHA;
$plugin->dependencies = array(
'customfield_semester' => 2020041304 // Used in course request form
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment