. /** * Version information * * @package mod_attendance * @copyright 2011 Artem Andreev * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2018051400; $plugin->requires = 2018050800; // Requires 3.5. $plugin->release = '3.5.0'; $plugin->maturity = MATURITY_ALPHA; $plugin->cron = 0; $plugin->component = 'mod_attendance';