diff --git a/wp-content/plugins/mathjax-latex/mathjax-latex.php b/wp-content/plugins/mathjax-latex/mathjax-latex.php index fe64e705010328fd9e09a5ff558a16c23a6b0b10..c3211c608605b78a0a76b6f31b11301c174af8ba 100644 --- a/wp-content/plugins/mathjax-latex/mathjax-latex.php +++ b/wp-content/plugins/mathjax-latex/mathjax-latex.php @@ -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' ); } diff --git a/wp-content/plugins/mathjax-latex/readme.txt b/wp-content/plugins/mathjax-latex/readme.txt index 3f5e5f5746aed9acbf128f193868bcd68313ef35..d31eda70841aca99ff2cd48df135ed8518a1219b 100644 --- a/wp-content/plugins/mathjax-latex/readme.txt +++ b/wp-content/plugins/mathjax-latex/readme.txt @@ -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