From c3558f054993a181c06c17c95209187cbca38511 Mon Sep 17 00:00:00 2001
From: lucha <lucha@paranoici.org>
Date: Sat, 26 Aug 2017 17:41:17 +0200
Subject: [PATCH] [auto] plugin: mathjax-latex 1.3.6

---
 wp-content/plugins/mathjax-latex/mathjax-latex.php | 6 +++---
 wp-content/plugins/mathjax-latex/readme.txt        | 6 +++++-
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/wp-content/plugins/mathjax-latex/mathjax-latex.php b/wp-content/plugins/mathjax-latex/mathjax-latex.php
index fe64e7050..c3211c608 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 3f5e5f574..d31eda708 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
-- 
GitLab