. /** * Version details * * The block mahara iena use mahara api to create group into mahara * You need to create token into mahara for use this * * @package block_mahara_iena * @category block * @copyright 2018 Softia/Université de Lorraine * @author Vrignaud Camille/Thomas Fradet * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2019021901; $plugin->requires = 2014051200; $plugin->component = 'block_mahara_iena'; $plugin->release = 'v1.0'; $plugin->maturity = MATURITY_STABLE;