Version Description
Tested up to 6.1.
Download this release
Release Info
Developer | adamsilverstein |
Plugin | MathML Block |
Version | 1.2.2 |
Comparing to | |
See all releases |
Code changes from version 1.2.1 to 1.2.2
- mathml-block.php +2 -2
- readme.txt +4 -1
mathml-block.php
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
/**
|
3 |
* Plugin Name: MathML block
|
4 |
* Description: Display MathML formulas.
|
5 |
-
* Version: 1.2.
|
6 |
* Requires at least: 5.0
|
7 |
-
* Tested up to:
|
8 |
* Requires PHP: 5.6
|
9 |
* Stable tag: trunk
|
10 |
* Author: adamsilverstein
|
2 |
/**
|
3 |
* Plugin Name: MathML block
|
4 |
* Description: Display MathML formulas.
|
5 |
+
* Version: 1.2.2
|
6 |
* Requires at least: 5.0
|
7 |
+
* Tested up to: 6.1
|
8 |
* Requires PHP: 5.6
|
9 |
* Stable tag: trunk
|
10 |
* Author: adamsilverstein
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Author URI: http://tunedin.net.com
|
|
4 |
Plugin URI: https://github.com/adamsilverstein/mathml-block
|
5 |
Tags: MathML, Gutenberg, Block, math, block editor
|
6 |
Requires at least: 5.0
|
7 |
-
Tested up to:
|
8 |
Requires PHP: 5.6
|
9 |
Stable tag: trunk
|
10 |
License: GPLv2 or later
|
@@ -52,6 +52,9 @@ This plugin is compatible with the [official AMP plugin](https://amp-wp.org/) by
|
|
52 |
|
53 |
== Changelog ==
|
54 |
|
|
|
|
|
|
|
55 |
= 1.2.0 =
|
56 |
* Add AMP compatibility, props @westonruter. Leverages the `amp-mathml` component.
|
57 |
|
4 |
Plugin URI: https://github.com/adamsilverstein/mathml-block
|
5 |
Tags: MathML, Gutenberg, Block, math, block editor
|
6 |
Requires at least: 5.0
|
7 |
+
Tested up to: 6.1
|
8 |
Requires PHP: 5.6
|
9 |
Stable tag: trunk
|
10 |
License: GPLv2 or later
|
52 |
|
53 |
== Changelog ==
|
54 |
|
55 |
+
= 1.2.2 =
|
56 |
+
Tested up to 6.1.
|
57 |
+
|
58 |
= 1.2.0 =
|
59 |
* Add AMP compatibility, props @westonruter. Leverages the `amp-mathml` component.
|
60 |
|