mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-23 23:25:02 +00:00
bf6b1f3272
Add release note for math 3.0.0. Add HISTORY file for old release notes for older releases. Bug: T106953 Change-Id: I7cb0c3c03bc60de3b3503edeaf74d46f935ac581
12 lines
488 B
Plaintext
12 lines
488 B
Plaintext
Change notes from older releases. For current info see RELEASE-NOTES-3.0.0.
|
|
|
|
== Math 2.0 ==
|
|
|
|
=== Configuration changes in 2.0 ===
|
|
* $wgLaTeXMLUrl was renamed to $wgMathLaTeXMLUrl
|
|
* $wgLaTeXMLTimeout was renamed to $wgMathLaTeXMLTimeout
|
|
* $wgMathValidModes is introduced:
|
|
It determines the selectable math rendering modes MW_MATH_(PNG|MATHML|...) in user preferences.
|
|
* $wgUseLaTeXML becomes unnecessary use $wgMathValidModes[] = MW_MATH_LATEXML;
|
|
to enable the LaTeXML rendering mode.
|