Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
noblogs-wp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai
noblogs-wp
Commits
c3558f05
Commit
c3558f05
authored
7 years ago
by
lucha
Browse files
Options
Downloads
Patches
Plain Diff
[auto] plugin: mathjax-latex 1.3.6
parent
1709b7dd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
wp-content/plugins/mathjax-latex/mathjax-latex.php
+3
-3
3 additions, 3 deletions
wp-content/plugins/mathjax-latex/mathjax-latex.php
wp-content/plugins/mathjax-latex/readme.txt
+5
-1
5 additions, 1 deletion
wp-content/plugins/mathjax-latex/readme.txt
with
8 additions
and
4 deletions
wp-content/plugins/mathjax-latex/mathjax-latex.php
+
3
−
3
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'
);
}
...
...
This diff is collapsed.
Click to expand it.
wp-content/plugins/mathjax-latex/readme.txt
+
5
−
1
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment