diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 2f0031e..9afd5a5 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -1,7 +1,7 @@ PHP Markdown ============ -Version 1.0.1m - Sat 21 Jun 2008 +Version 1.0.1o - Sun 8 Jan 2012 by Michel Fortin @@ -200,7 +200,7 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- -Latest: +1.0.1o (8 Jan 2012): * Silenced a new warning introduced around PHP 5.3 complaining about POSIX characters classes not being implemented. PHP Markdown does not diff --git a/markdown.php b/markdown.php index 5bee5f5..67294cb 100644 --- a/markdown.php +++ b/markdown.php @@ -3,7 +3,7 @@ # Markdown - A text-to-HTML conversion tool for web writers # # PHP Markdown -# Copyright (c) 2004-2009 Michel Fortin +# Copyright (c) 2004-2012 Michel Fortin # # # Original Markdown @@ -12,7 +12,7 @@ # -define( 'MARKDOWN_VERSION', "1.0.1n" ); # Sat 10 Oct 2009 +define( 'MARKDOWN_VERSION', "1.0.1o" ); # Sun 8 Jan 2012 # @@ -62,7 +62,7 @@ function Markdown($text) { Plugin Name: Markdown Plugin URI: http://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.0.1n +Version: 1.0.1o Author: Michel Fortin Author URI: http://michelf.com/ */