. /** * 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(); $plugin->requires = 2012120300; // Moodle 2.4 $plugin->component = 'mod_apply'; // Full name of the module (used for diagnostics) $plugin->cron = 0; $plugin->maturity = MATURITY_STABLE; $plugin->release = '1.4.0'; // update messages $plugin->version = 2023112911; // modified page show, add export function //$plugin->version = 2020013000; // fix call message_send //$plugin->version = 2019081800; // minor change for 3.7.1 //$plugin->version = 2018101000; // support table //$plugin->version = 2018100300; // //$plugin->version = 2016062800; //