Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai
noblogs-wp
Commits
c3558f05
Commit
c3558f05
authored
Aug 26, 2017
by
lucha
Browse files
[auto] plugin: mathjax-latex 1.3.6
parent
1709b7dd
Changes
2
Hide whitespace changes
Inline
Side-by-side
wp-content/plugins/mathjax-latex/mathjax-latex.php
View file @
c3558f05
...
...
@@ -2,7 +2,7 @@
/*
Plugin Name: MathJax-LaTeX
Description: Transform latex equations in JavaScript using mathjax
Version: 1.3.
5
Version: 1.3.
6
Author: Phillip Lord, Simon Cockell, Paul Schreiber
Author URI: http://knowledgeblog.org
...
...
@@ -32,7 +32,7 @@
* along with this program. If not, see http://www.gnu.org/licenses/.
*/
define
(
'MATHJAX_VERSION'
,
'1.3.
5
'
);
define
(
'MATHJAX_VERSION'
,
'1.3.
6
'
);
require_once
(
dirname
(
__FILE__
)
.
'/mathjax-latex-admin.php'
);
...
...
@@ -161,7 +161,7 @@ class MathJax {
// initialise option for existing MathJax-LaTeX users
if
(
get_option
(
'kblog_mathjax_use_cdn'
)
||
!
get_option
(
'kblog_mathjax_custom_location'
)
)
{
$mathjax_location
=
'https://cdn
.mathjax.org
/mathjax/
latest
/MathJax.js'
;
$mathjax_location
=
'https://cdn
js.cloudflare.com/ajax/libs
/mathjax/
2.7.0
/MathJax.js'
;
}
else
{
$mathjax_location
=
get_option
(
'kblog_mathjax_custom_location'
);
}
...
...
wp-content/plugins/mathjax-latex/readme.txt
View file @
c3558f05
...
...
@@ -4,7 +4,7 @@ Contributors: philliplord, sjcockell, knowledgeblog, d_swan, paulschreiber, jwen
Tags: mathematics, math, latex, mathml, mathjax, science, res-comms, scholar, academic
Requires at least: 3.0
Tested up to: 4.7.3
Stable tag: 1.3.
5
Stable tag: 1.3.
6
License: GPLv3
This plugin enables mathjax (http://www.mathjax.org) functionality for
...
...
@@ -60,6 +60,10 @@ MathJax-LaTeX is developed on
== Changelog ==
= 1.3.6 =
1. Update location of MathJax CDN
= 1.3.5 =
1. Add support for MathJax config via filter
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment