From 58f6b9d62a644e2f4eebd14b610e61e4553faab2 Mon Sep 17 00:00:00 2001 From: Peter Molnar Date: Tue, 5 May 2015 11:51:26 +0100 Subject: [PATCH] 0.3 --- lib/parsedown | 2 +- lib/parsedown-extra | 2 +- readme.txt | 9 +++++++-- wp-common | 2 +- wp-parsedown.php | 2 +- 5 files changed, 11 insertions(+), 6 deletions(-) diff --git a/lib/parsedown b/lib/parsedown index bb7a3f4..e33ac1c 160000 --- a/lib/parsedown +++ b/lib/parsedown @@ -1 +1 @@ -Subproject commit bb7a3f41e301a026055eded020ba061a67d3cadd +Subproject commit e33ac1c56ea591f21b9cf2fa74356ef708d4e130 diff --git a/lib/parsedown-extra b/lib/parsedown-extra index 910f726..bcd3930 160000 --- a/lib/parsedown-extra +++ b/lib/parsedown-extra @@ -1 +1 @@ -Subproject commit 910f726ab6c92ba24e5579f57507c7197d09a159 +Subproject commit bcd3930f7f10915e40513e1951a253f061d75463 diff --git a/readme.txt b/readme.txt index 569563c..ef528ad 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: cadeyrn Donate link: Tags: markdown, editor, parsedown Requires at least: 3.0 -Tested up to: 4.0 -Stable tag: 0.2 +Tested up to: 4.2.1 +Stable tag: 0.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -22,6 +22,11 @@ Parse the_content with [Parsedown Extra](http://www.parsedown.org/demo?extra=1) == Changelog == += 0.3 = +*2015-05-05* + +* updating Parsedown and Parsedown Extra libraries + = 0.2 = *2014-09-23* diff --git a/wp-common b/wp-common index d8ed40a..a2af50d 160000 --- a/wp-common +++ b/wp-common @@ -1 +1 @@ -Subproject commit d8ed40adaae8be884a4dd14e5744183f4d183640 +Subproject commit a2af50d2a60812c41e6539b17b310a43fd5535dc diff --git a/wp-parsedown.php b/wp-parsedown.php index c7423e9..ac13662 100644 --- a/wp-parsedown.php +++ b/wp-parsedown.php @@ -3,7 +3,7 @@ Plugin Name: WP-Parsedown Plugin URI: https://github.com/petermolnar/wp-parsedown Description: [Parsedown Extra](www.parsedown.org/demo?extra=1) on-the-fly -Version: 0.2 +Version: 0.3 Author: Peter Molnar Author URI: https://petermolnar.eu/ License: GPLv3