. /** * 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 = 2018022204; $plugin->requires = 2017102700; // Requires 3.4. $plugin->release = '3.4.4'; $plugin->maturity = MATURITY_ALPHA; $plugin->cron = 0; $plugin->component = 'mod_attendance';