Skip to content

Commit

Permalink
MDL-52752 mathjaxloader: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Mar 22, 2016
1 parent aa69618 commit 63dcc87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions filter/mathjaxloader/db/upgrade.php
Expand Up @@ -114,7 +114,7 @@ function xmldb_filter_mathjaxloader_upgrade($oldversion) {
// Moodle v3.1.0 release upgrade line.
// Put any upgrade step following this.

if ($oldversion < 2015111601) {
if ($oldversion < 2016032200) {

$httpurl = get_config('filter_mathjaxloader', 'httpurl');
// Don't change the config if it has been manually changed to something besides the default setting value.
Expand All @@ -128,7 +128,7 @@ function xmldb_filter_mathjaxloader_upgrade($oldversion) {
set_config('httpsurl', 'https://cdn.mathjax.org/mathjax/2.6-latest/MathJax.js', 'filter_mathjaxloader');
}

upgrade_plugin_savepoint(true, 2015111601, 'filter', 'mathjaxloader');
upgrade_plugin_savepoint(true, 2016032200, 'filter', 'mathjaxloader');
}

return true;
Expand Down
2 changes: 1 addition & 1 deletion filter/mathjaxloader/version.php
Expand Up @@ -24,6 +24,6 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2015111601;
$plugin->version = 2016032200;
$plugin->requires = 2015111000; // Requires this Moodle version.
$plugin->component= 'filter_mathjaxloader';

0 comments on commit 63dcc87

Please sign in to comment.