Skip to content

Commit

Permalink
Merge pull request #10 from n3f/mermaid/9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
n3f authored Jun 29, 2022
2 parents 709ca98 + fbb4b13 commit 75cc387
Show file tree
Hide file tree
Showing 7 changed files with 54,384 additions and 94,390 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: neffff
Tags: posts, mermaid, diagrams, gantt, sequence, class, erd, entity-relationship, actor, flowchart, block
Requires at least: 5.0
Tested up to: 6.0
Stable tag: 1.0.3
Stable tag: 1.0.4
Requires PHP: 7.0
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand All @@ -30,6 +30,9 @@ Yes. Checkout [MermaidJS](https://mermaid-js.github.io/mermaid/#/n00b-syntaxRef

== Changelog ==

= 1.0.4 =
* Update mermaid to 9.1.3.

= 1.0.3 =
* Update mermaid to 9.1.1.

Expand All @@ -45,6 +48,9 @@ Yes. Checkout [MermaidJS](https://mermaid-js.github.io/mermaid/#/n00b-syntaxRef

== Upgrade Notice ==

= 1.0.4 =
Mermaid update (9.1.3)

= 1.0.2 =
Mermaid update (9.0.1)

Expand Down
148,752 changes: 54,370 additions & 94,382 deletions assets/mermaid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/mermaid.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/mermaid.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/mermaid.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Wait for document loaded before starting the execution
*/

/*! @license DOMPurify 2.3.6 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.6/LICENSE */
/*! @license DOMPurify 2.3.8 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.8/LICENSE */

/*! Check if previously processed */

Expand Down
2 changes: 1 addition & 1 deletion assets/mermaid.min.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions merpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Plugin Name: MerPress
* Plugin URI: https://github.com/n3f/merpress
* Description: Merpress lets you create diagrams and visualizations using <a href="https://mermaid-js.github.io/mermaid/">MermaidJS</a>.
* Version: 1.0.3
* Version: 1.0.4
* Requires at least: 4.6
*
* @package MerPress
*/

define( 'MERMAID_JS_VERSION', '9.1.1' );
define( 'MERMAID_PLUGIN_VERSION', '1.0.3' );
define( 'MERMAID_JS_VERSION', '9.1.3' );
define( 'MERMAID_PLUGIN_VERSION', '1.0.4' );

add_action(
'init',
Expand Down

0 comments on commit 75cc387

Please sign in to comment.