From a6d9258d08a3f60d2cdca3927bc1f8f0e7b8efbf Mon Sep 17 00:00:00 2001 From: Sommerregen Date: Fri, 5 Aug 2016 20:29:19 +0200 Subject: [PATCH] Prepare testing release --- CHANGELOG.md | 8 ++++++++ blueprints.yaml | 3 ++- mathjax.php | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f413593..c43ff91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.5.0-beta.1 +## 08/07/2016 + +2. [](#improved) + * Refactored code (requires **Grav v1.1.0+**) +3. [](#bugfix) + * Use more robust MarkdownParser instead of regexes (fixes [#4](https://github.com/Sommerregen/grav-plugin-mathjax/issues/4)) + # v1.4.0 ## 11/18/2015 diff --git a/blueprints.yaml b/blueprints.yaml index 4fdb835..4f883fd 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,5 +1,6 @@ name: MathJax -version: 1.4.0 +version: 1.5.0-beta.1 +testing: true description: "This plugin allows you to include math formulas in your web pages, either using TeX and LaTeX notation, and/or as MathML." icon: subscript author: diff --git a/mathjax.php b/mathjax.php index ac0e868..01f31b7 100644 --- a/mathjax.php +++ b/mathjax.php @@ -1,6 +1,6 @@ * @author Benjamin Regler * @copyright 2015, Benjamin Regler