mediawiki-extensions-Math/HISTORY
paladox bf6b1f3272 Add release notes for version 3.0.0
Add release note for math 3.0.0.

Add HISTORY file for old release notes for older releases.

Bug: T106953
Change-Id: I7cb0c3c03bc60de3b3503edeaf74d46f935ac581
2015-07-25 22:01:48 +01:00

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.