Skip to content

Commit 42eb6fc

Browse files
committed
Update version to 2.7.5
1 parent bb1e450 commit 42eb6fc

File tree

444 files changed

+500
-500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

444 files changed

+500
-500
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mathjax",
3-
"version": "2.7.4",
3+
"version": "2.7.5",
44
"description": "Beautiful math in all browsers. MathJax is an open-source JavaScript display engine for LaTeX, MathML, and AsciiMath notation that works in all browsers.",
55
"keywords": [
66
"math",

unpacked/MathJax.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ if (window.MathJax) {window.MathJax = {AuthorConfig: window.MathJax}}
4545

4646
// MathJax.isPacked = true; // This line is uncommented by the packer.
4747

48-
MathJax.version = "2.7.4";
49-
MathJax.fileversion = "2.7.4";
50-
MathJax.cdnVersion = "2.7.4"; // specifies a revision to break caching
48+
MathJax.version = "2.7.5";
49+
MathJax.fileversion = "2.7.5";
50+
MathJax.cdnVersion = "2.7.5"; // specifies a revision to break caching
5151
MathJax.cdnFileVersions = {}; // can be used to specify revisions for individual files
5252

5353
/**********************************************************/
@@ -2910,7 +2910,7 @@ MathJax.Hub.Startup = {
29102910
}
29112911
},{
29122912
id: "Jax",
2913-
version: "2.7.4",
2913+
version: "2.7.5",
29142914
directory: ROOT+"/jax",
29152915
extensionDir: ROOT+"/extensions"
29162916
});
@@ -2956,7 +2956,7 @@ MathJax.Hub.Startup = {
29562956
}
29572957
},{
29582958
id: "InputJax",
2959-
version: "2.7.4",
2959+
version: "2.7.5",
29602960
directory: JAX.directory+"/input",
29612961
extensionDir: JAX.extensionDir
29622962
});
@@ -2990,7 +2990,7 @@ MathJax.Hub.Startup = {
29902990
Remove: function (jax) {}
29912991
},{
29922992
id: "OutputJax",
2993-
version: "2.7.4",
2993+
version: "2.7.5",
29942994
directory: JAX.directory+"/output",
29952995
extensionDir: JAX.extensionDir,
29962996
fontDir: ROOT+(BASE.isPacked?"":"/..")+"/fonts",
@@ -3074,7 +3074,7 @@ MathJax.Hub.Startup = {
30743074
}
30753075
},{
30763076
id: "ElementJax",
3077-
version: "2.7.4",
3077+
version: "2.7.5",
30783078
directory: JAX.directory+"/element",
30793079
extensionDir: JAX.extensionDir,
30803080
ID: 0, // jax counter (for IDs)
@@ -3098,7 +3098,7 @@ MathJax.Hub.Startup = {
30983098
// Some "Fake" jax used to allow menu access for "Math Processing Error" messages
30993099
//
31003100
BASE.OutputJax.Error = {
3101-
id: "Error", version: "2.7.4", config: {}, errors: 0,
3101+
id: "Error", version: "2.7.5", config: {}, errors: 0,
31023102
ContextMenu: function () {return BASE.Extension.MathEvents.Event.ContextMenu.apply(BASE.Extension.MathEvents.Event,arguments)},
31033103
Mousedown: function () {return BASE.Extension.MathEvents.Event.AltContextMenu.apply(BASE.Extension.MathEvents.Event,arguments)},
31043104
getJaxFromMath: function (math) {return (math.nextSibling.MathJax||{}).error},
@@ -3117,7 +3117,7 @@ MathJax.Hub.Startup = {
31173117
}
31183118
};
31193119
BASE.InputJax.Error = {
3120-
id: "Error", version: "2.7.4", config: {},
3120+
id: "Error", version: "2.7.5", config: {},
31213121
sourceMenuTitle: /*_(MathMenu)*/ ["Original","Original Form"]
31223122
};
31233123

unpacked/extensions/AssistiveMML.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
var SETTINGS = HUB.config.menuSettings;
3030

3131
var AssistiveMML = MathJax.Extension["AssistiveMML"] = {
32-
version: "2.7.4",
32+
version: "2.7.5",
3333

3434
config: HUB.CombineConfig("AssistiveMML",{
3535
disabled: false,

unpacked/extensions/FontWarnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*/
8787

8888
(function (HUB,HTML) {
89-
var VERSION = "2.7.4";
89+
var VERSION = "2.7.5";
9090

9191
var STIXURL = "http://www.stixfonts.org/";
9292
var MATHJAXURL = "https://github.com/mathjax/MathJax/tree/master/fonts/HTML-CSS/TeX/otf";

unpacked/extensions/HTML-CSS/handle-floats.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838

3939
MathJax.Extension["HTML-CSS/handle-floats"] = {
40-
version: "2.7.4"
40+
version: "2.7.5"
4141
};
4242

4343
//

unpacked/extensions/HelpDialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
(function (HUB,HTML,AJAX,OUTPUT,LOCALE) {
2525

2626
var HELP = MathJax.Extension.Help = {
27-
version: "2.7.4"
27+
version: "2.7.5"
2828
};
2929

3030
var STIXURL = "http://www.stixfonts.org/";

unpacked/extensions/MatchWebFonts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929

3030
(function (HUB,AJAX) {
31-
var VERSION = "2.7.4";
31+
var VERSION = "2.7.5";
3232

3333
var CONFIG = MathJax.Hub.CombineConfig("MatchWebFonts",{
3434
matchFor: {

unpacked/extensions/MathEvents.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727

2828
(function (HUB,HTML,AJAX,CALLBACK,LOCALE,OUTPUT,INPUT) {
29-
var VERSION = "2.7.4";
29+
var VERSION = "2.7.5";
3030

3131
var EXTENSION = MathJax.Extension;
3232
var ME = EXTENSION.MathEvents = {version: VERSION};

unpacked/extensions/MathML/content-mathml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ MathJax.Extension["MathML/content-mathml"] = (function(HUB) {
7878
});
7979

8080
var CToP = {
81-
version: "2.7.4",
81+
version: "2.7.5",
8282
settings: CONFIG,
8383

8484
/* Transform the given <math> elements from Content MathML to Presentation MathML and replace the original elements

unpacked/extensions/MathML/mml3.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
MathJax.Extension["MathML/mml3"] = {
45-
version: "2.7.4"
45+
version: "2.7.5"
4646
};
4747

4848
MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {

0 commit comments

Comments
 (0)