MDL-58461 filter_mathjaxloader: Change CDN url

The MathJax CDN url is going away - we need to switch to another mirror.
This commit is contained in:
Damyon Wiese
2017-04-03 11:18:20 +08:00
parent 80ff09db28
commit fed7bdfa96
4 changed files with 167 additions and 1 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2016120500;
$plugin->version = 2016120501;
$plugin->requires = 2016112900; // Requires this Moodle version.
$plugin->component= 'filter_mathjaxloader';