Updated version number to 1.0.1m.

This commit is contained in:
Michel Fortin 2008-06-21 07:39:21 -04:00
parent bb3ebbba45
commit 9c0365feab
2 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
PHP Markdown
============
Version 1.0.1l - Sun 11 May 2008
Version 1.0.1m - Sat 21 Jun 2008
by Michel Fortin
<http://www.michelf.com/>
@ -200,7 +200,7 @@ expected; (3) the output PHP Markdown actually produced.
Version History
---------------
Current:
1.0.1m (21 Jun 2008):
* Lists can now have empty items.
@ -208,7 +208,7 @@ Current:
with odly placed and overlong markers.
1.0.1l:
1.0.1l (11 May 2008):
* Now removing the UTF-8 BOM at the start of a document, if present.

View file

@ -12,7 +12,7 @@
#
define( 'MARKDOWN_VERSION', "1.0.1l" ); # Sun 11 May 2008
define( 'MARKDOWN_VERSION', "1.0.1m" ); # Sat 21 Jun 2008
#
@ -62,7 +62,7 @@ function Markdown($text) {
Plugin Name: Markdown
Plugin URI: http://www.michelf.com/projects/php-markdown/
Description: <a href="http://daringfireball.net/projects/markdown/syntax">Markdown syntax</a> allows you to write using an easy-to-read, easy-to-write plain text format. Based on the original Perl version by <a href="http://daringfireball.net/">John Gruber</a>. <a href="http://www.michelf.com/projects/php-markdown/">More...</a>
Version: 1.0.1l
Version: 1.0.1m
Author: Michel Fortin
Author URI: http://www.michelf.com/
*/