Updated the version and the Moodle version required to the 2.5 beta release
This commit is contained in:
parent
95688dd064
commit
1d7c5b2c56
4 changed files with 10 additions and 10 deletions
|
@ -25,6 +25,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2013031300;
|
||||
$plugin->requires = 2012112900;
|
||||
$plugin->version = 2013041200;
|
||||
$plugin->requires = 2013040500; // Requires this Moodle version.
|
||||
$plugin->component = 'customcertelement_date';
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2013031300;
|
||||
$plugin->requires = 2012112900;
|
||||
$plugin->version = 2013041200;
|
||||
$plugin->requires = 2013040500; // Requires this Moodle version.
|
||||
$plugin->component = 'customcertelement_grade';
|
||||
|
|
|
@ -25,6 +25,6 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2013022901;
|
||||
$plugin->requires = 2012112900;
|
||||
$plugin->version = 2013041200;
|
||||
$plugin->requires = 2013040500; // Requires this Moodle version.
|
||||
$plugin->component = 'customcertelement_studentname';
|
||||
|
|
|
@ -26,10 +26,10 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$module->version = 2013022101; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2012062500; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
$module->version = 2013041200; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->requires = 2013040500; // Requires this Moodle version.
|
||||
$module->cron = 0; // Period for cron to check this module (secs).
|
||||
$module->component = 'mod_customcert';
|
||||
|
||||
$module->maturity = MATURITY_ALPHA;
|
||||
$module->release = "Alpha release"; // User-friendly version number
|
||||
$module->release = "Alpha release"; // User-friendly version number.
|
||||
|
|
Loading…
Reference in a new issue