Skip to content
Snippets Groups Projects
Commit c3558f05 authored by lucha's avatar lucha
Browse files

[auto] plugin: mathjax-latex 1.3.6

parent 1709b7dd
Branches
Tags
No related merge requests found
......@@ -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://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js';
} else {
$mathjax_location = get_option( 'kblog_mathjax_custom_location' );
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment