diff --git a/PHP Markdown Extra Readme.text b/PHP Markdown Extra Readme.text index e87cada..ba23def 100644 --- a/PHP Markdown Extra Readme.text +++ b/PHP Markdown Extra Readme.text @@ -1,7 +1,11 @@ PHP Markdown Extra ================== +<<<<<<< HEAD:PHP Markdown Extra Readme.text Version 1.2.1 - Tue 27 May 2008 +======= +Version 1.0.1m - Sat 21 Jun 2008 +>>>>>>> master:PHP Markdown Readme.text by Michel Fortin @@ -204,7 +208,7 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- -Current Extra: +Extra 1.2.2 (21 Jun 2008): * Fixed a problem where abbreviation definitions, footnote definitions and link references were stripped inside @@ -217,7 +221,7 @@ Current Extra: as HTML entities when used inside a footnote reference id. -Current: +1.0.1m (21 Jun 2008): * Lists can now have empty items. diff --git a/markdown.php b/markdown.php index a28bf7d..d0317ce 100644 --- a/markdown.php +++ b/markdown.php @@ -12,8 +12,8 @@ # -define( 'MARKDOWN_VERSION', "1.0.1l" ); # Sun 11 May 2008 -define( 'MARKDOWNEXTRA_VERSION', "1.2.1" ); # Tue 27 May 2008 +define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008 +define( 'MARKDOWNEXTRA_VERSION', "1.2.2" ); # Sat 21 Jun 2008 # @@ -71,7 +71,7 @@ function Markdown($text) { Plugin Name: Markdown Extra Plugin URI: http://www.michelf.com/projects/php-markdown/ Description: Markdown syntax allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by John Gruber. More... -Version: 1.2.1 +Version: 1.2.2 Author: Michel Fortin Author URI: http://www.michelf.com/ */