mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-44366 bump up glossary and filter version
This commit is contained in:
parent
37625e2abb
commit
86286bdb7e
@ -25,8 +25,8 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2013110500;
|
||||
$plugin->requires = 2013110500; // Requires this Moodle version
|
||||
$plugin->version = 2014040600;
|
||||
$plugin->requires = 2014040300; // Requires this Moodle version
|
||||
$plugin->component= 'filter_glossary';
|
||||
|
||||
$plugin->dependencies = array('mod_glossary' => 2013110500);
|
||||
$plugin->dependencies = array('mod_glossary' => 2014040600);
|
||||
|
@ -24,7 +24,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->version = 2013110500; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2013110500; // Requires this Moodle version
|
||||
$plugin->version = 2014040600; // The current module version (Date: YYYYMMDDXX)
|
||||
$plugin->requires = 2014040300; // Requires this Moodle version
|
||||
$plugin->component = 'mod_glossary'; // Full name of the plugin (used for diagnostics)
|
||||
$plugin->cron = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user