. /** * Plugin version and other meta-data are defined here. * * @package colab * @copyright 2020 Your Name * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'mod_colab'; $plugin->release = '0.1.0'; $plugin->version = 2020112800; $plugin->requires = 2017111300; $plugin->maturity = MATURITY_ALPHA;