Skip to content

Commit

Permalink
update version and readme to 1.3.5; update 'tested up to' to 4.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Schreiber committed Mar 27, 2017
1 parent ec0525d commit 8732b2e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mathjax-latex.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: MathJax-LaTeX
Description: Transform latex equations in JavaScript using mathjax
Version: 1.3.4
Version: 1.3.5
Author: Phillip Lord, Simon Cockell, Paul Schreiber
Author URI: http://knowledgeblog.org
Expand Down Expand Up @@ -32,7 +32,7 @@
* along with this program. If not, see http://www.gnu.org/licenses/.
*/

define( 'MATHJAX_VERSION', '1.3.4' );
define( 'MATHJAX_VERSION', '1.3.5' );

require_once( dirname( __FILE__ ) . '/mathjax-latex-admin.php' );

Expand Down
8 changes: 6 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: philliplord, sjcockell, knowledgeblog, d_swan, paulschreiber, jwenerd
Tags: mathematics, math, latex, mathml, mathjax, science, res-comms, scholar, academic
Requires at least: 3.0
Tested up to: 4.5
Stable tag: 1.3.4
Tested up to: 4.7.3
Stable tag: 1.3.5
License: GPLv3

This plugin enables mathjax (http://www.mathjax.org) functionality for
Expand Down Expand Up @@ -60,6 +60,10 @@ MathJax-LaTeX is developed on

== Changelog ==

= 1.3.5 =

1. Add support for MathJax config via filter

= 1.3.4 =

1. PHP code cleanup
Expand Down

0 comments on commit 8732b2e

Please sign in to comment.