Skip to content

Commit

Permalink
Update to 1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
terrylinooo committed Apr 15, 2020
1 parent 09aef0e commit 8681114
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: terrylin
Tags: markdown, markdown editor, katex, mermaid, flow chart, github
Requires at least: 4.0
Tested up to: 5.4.0
Stable tag: 1.13.0
Stable tag: 1.13.1
Requires PHP: 5.3.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Expand Down Expand Up @@ -339,6 +339,10 @@ GNU General Public License for more details.

- New feature - MathJax.

= 1.13.1

- Bug fix - Missing property in Markdown class.

== Upgrade Notice ==

= Currently no logs now.
6 changes: 3 additions & 3 deletions githuber-md.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
*
* @package Githuber
* @since 1.0.0
* @version 1.13.0
* @version 1.13.1
*/

/**
* Plugin Name: WP Githuber MD
* Plugin URI: https://github.com/terrylinooo/githuber-md
* Description: An all-in-one Markdown plugin for your WordPress sites.
* Version: 1.13.0
* Version: 1.13.1
* Author: Terry Lin
* Author URI: https://terryl.in/
* License: GPL 3.0
Expand Down Expand Up @@ -64,7 +64,7 @@
define( 'GITHUBER_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
define( 'GITHUBER_PLUGIN_PATH', __FILE__ );
define( 'GITHUBER_PLUGIN_LANGUAGE_PACK', dirname( plugin_basename( __FILE__ ) ) . '/languages' );
define( 'GITHUBER_PLUGIN_VERSION', '1.13.0' );
define( 'GITHUBER_PLUGIN_VERSION', '1.13.1' );
define( 'GITHUBER_PLUGIN_TEXT_DOMAIN', 'wp-githuber-md' );

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Githuber.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
* @package Githuber
* @since 1.0.0
* @version 1.13.0
* @version 1.13.1
*/

use Githuber\Controller as Controller;
Expand Down

0 comments on commit 8681114

Please sign in to comment.