MDL-60458 Mathjax: Restore the accessible config

Undo the changes to the accessible config that were introduced by the previous library upgrade.
This commit is contained in:
Damyon Wiese
2017-10-25 12:30:14 +08:00
parent 849405177f
commit 89ceede3bf
4 changed files with 30 additions and 8 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2017101200;
$plugin->version = 2017102000;
$plugin->requires = 2017050500; // Requires this Moodle version.
$plugin->component= 'filter_mathjaxloader';