From fc10d2a89aa7cebf0b4b533eacdf9e406b6546dd Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Wed, 31 Dec 2008 08:26:59 -0500 Subject: [PATCH] Updated version numbers for Extra 1.2.3 --- PHP Markdown Extra Readme.text | 7 ++++--- markdown.php | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/PHP Markdown Extra Readme.text b/PHP Markdown Extra Readme.text index a18e619..a1c520e 100644 --- a/PHP Markdown Extra Readme.text +++ b/PHP Markdown Extra Readme.text @@ -1,7 +1,7 @@ PHP Markdown Extra ================== -Version 1.2.2 - Sat 21 Jun 2008 +Version 1.2.3 - Wed 31 Dec 2008 by Michel Fortin @@ -204,7 +204,7 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- -Extra Current: +Extra 1.2.3 (31 Dec 2008): * In WordPress pages featuring more than one post, footnote id prefixes are now automatically applied with the current post ID to avoid clashes @@ -212,7 +212,8 @@ Extra Current: * Fix for a bug introduced in Extra 1.2 where block-level HTML tags where not detected correctly, thus the addition of erroneous `

` tags and - interpretation of their content as Markdown content instead of HTML. + interpretation of their content as Markdown-formatted instead of + HTML-formatted. Extra 1.2.2 (21 Jun 2008): diff --git a/markdown.php b/markdown.php index 8febff0..b649f6c 100644 --- a/markdown.php +++ b/markdown.php @@ -13,7 +13,7 @@ define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008 -define( 'MARKDOWNEXTRA_VERSION', "1.2.2" ); # Sat 21 Jun 2008 +define( 'MARKDOWNEXTRA_VERSION', "1.2.3" ); # Wed 31 Dec 2008 #