Merge branch 'MDL-76525-MOODLE_400_STABLE' of https://github.com/PhMemmel/moodle...
[moodle.git] / filter / mathjaxloader / readme_moodle.txt
blob38ba21fb252110019f1163cd461858cfd0b14fea
1 Description of MathJAX library integration in Moodle
2 ====================================================
4 * Default MathJax version: 2.7.9
5 * License: Apache 2.0
6 * Source: https://www.mathjax.org/
8 This library is not shipped with Moodle, but this filter is provided, which can be used to
9 correctly load MathJax into a page from the CDN. Alternatively you can download the entire
10 library and install it locally, then use this filter to load that local version.
12 Upgrading the default MathJax version
13 -------------------------------------
15 1. Update the default CDN URL in settings.php
16 2. Perform an upgrade step to change the configured URL if it matches the
17    previous default.
18 3. Check and eventually update the list of language mappings in filter.php.
19    Also see the unit test for the language mappings.
21 Changes
22 -------
24 * Updated to the 2.7.9 version. See MDL-70317 for details.
26 * The MathJax 2.7.2 seems to have a possible security issue, the CDN default value have been
27 updated to point to the recommended 2.7.8 version. See MDL-68430 for details.