Skip to content

Commit

Permalink
MDL-44366 bump up glossary and filter version
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Apr 14, 2014
1 parent 37625e2 commit 86286bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions filter/glossary/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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);
4 changes: 2 additions & 2 deletions mod/glossary/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit 86286bd

Please sign in to comment.