. /** * Plugin version and other meta-data are defined here. * * @package block_timetable * @copyright 2020 Raphael Dannecker * @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'block_timetable'; $plugin->release = '0.1.0'; $plugin->version = 2020112101; $plugin->requires = 2020061500; $plugin->maturity = MATURITY_ALPHA; $plugin->dependencies = [ 'mod_timetable' => 2020083003, ];