mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-27 08:50:46 +00:00
Remove confusing version information
Change-Id: I85710c472b7bb82279e9fdcd6ca2cca19877bab2
This commit is contained in:
parent
9abb258422
commit
4a9ee3c047
2
HISTORY
2
HISTORY
|
@ -1,4 +1,4 @@
|
||||||
Change notes from older releases. For current info see RELEASE-NOTES-3.0.0.
|
Change notes from older releases. The extension math does now follow the releases of MediaWiki core.
|
||||||
|
|
||||||
== Math 2.0 ==
|
== Math 2.0 ==
|
||||||
|
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
== Math 3.0.0 ==
|
|
||||||
|
|
||||||
Math 3.0.0 is an alpha-quality branch and is not recommended for use in
|
|
||||||
production.
|
|
||||||
|
|
||||||
=== Configuration changes in 3.0.0 ===
|
|
||||||
|
|
||||||
|
|
||||||
=== New features in 3.0.0 ===
|
|
||||||
* (T87941) Add extension.json, empty php entry point.
|
|
||||||
* (T106631,T88324) Convert the math integer constants to string constants.
|
|
||||||
* (T106630) Rename constants.
|
|
||||||
* (T99369) Remove client-side MathJax support.
|
|
||||||
|
|
||||||
=== Bug fixes in 3.0.0 ===
|
|
|
@ -1,6 +1,5 @@
|
||||||
{
|
{
|
||||||
"name": "Math",
|
"name": "Math",
|
||||||
"version": "3.0.0",
|
|
||||||
"author": [
|
"author": [
|
||||||
"Tomasz Wegrzanowski",
|
"Tomasz Wegrzanowski",
|
||||||
"Brion Vibber",
|
"Brion Vibber",
|
||||||
|
|
Loading…
Reference in a new issue