component = 'atto_iassign'; // Full name of the plugin (used for diagnostics). $plugin->release = '2.1.88 (Build: 2016021300)'; // Human-readable version name $plugin->version = 2016021300; // The current module version (Date: YYYYMMDDXX) $plugin->requires = 2012112900; // Requires this Moodle version $plugin->maturity = MATURITY_STABLE; // How stable the plugin is: MATURITY_ALPHA, MATURITY_BETA, MATURITY_RC, MATURITY_STABLE (Moodle 2.0 and above) $plugin->dependencies = array('mod_iassign' => 2016021300);