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