mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Define minimum required versions of Moodle
This commit is contained in:
parent
6deb891b4c
commit
83f007bf39
14 changed files with 17 additions and 3 deletions
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003091000;
|
$module->version = 2003091000;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX)
|
||||||
$module->cron = 3600; // Period for cron to check this module (secs)
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
|
$module->cron = 3600; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003072500; // The (date) version of this module
|
$module->version = 2003072500; // The (date) version of this module
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 300; // How often should cron check this module (seconds)?
|
$module->cron = 300; // How often should cron check this module (seconds)?
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004010100;
|
$module->version = 2004010100;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003101300;
|
$module->version = 2003101300;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003121000;
|
$module->version = 2003121000;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
// This fragment is called by /admin/index.php
|
// This fragment is called by /admin/index.php
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004012200;
|
$module->version = 2004012400;
|
||||||
|
$module->requires = 2004012700; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX)
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 0; // Period for cron to check this module (secs)
|
$module->cron = 0; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
$release = "0.5 development"; // User-friendly version number
|
$release = "0.5 development"; // User-friendly version number
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004011400;
|
$module->version = 2004011400;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
/////////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003091400; // The current module version (Date: YYYYMMDDXX)
|
$module->version = 2003091400; // The current module version (Date: YYYYMMDDXX)
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 0; // Period for cron to check this module (secs)
|
$module->cron = 0; // Period for cron to check this module (secs)
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003111100; // The (date) version of this module
|
$module->version = 2003111100; // The (date) version of this module
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003082000;
|
$module->version = 2003082000;
|
||||||
|
$module->requires = 2004012000; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -5,7 +5,8 @@
|
||||||
// This fragment is called by /admin/index.php
|
// This fragment is called by /admin/index.php
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2002122300;
|
$module->version = 2003051502;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 0;
|
$module->cron = 0;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2003113000;
|
$module->version = 2003113000;
|
||||||
|
$module->requires = 2004010100; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue