. /** * Apply version information * * @package mod * @subpackage apply * @author Fumi Iseki * @license GPL * @attention modified from mod_feedback that by Andreas Grabs */ defined('MOODLE_INTERNAL') || die(); $module->requires = 2012112900; // Moodle 2.4 $module->component = 'mod_apply'; // Full name of the plugin (used for diagnostics) $module->cron = 0; $module->maturity = MATURITY_STABLE; $module->version = 2014041900; // The current module version (Date: YYYYMMDDXX) $module->release = '1.0.7'; // update messages