Updated to version number 1.0.1o.

This commit is contained in:
Michel Fortin 2012-01-08 10:19:59 -05:00
parent 94328b48c7
commit b1bc42eb99
2 changed files with 5 additions and 5 deletions

View file

@ -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
<http://michelf.com/>
@ -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

View file

@ -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
# <http://michelf.com/projects/php-markdown/>
#
# 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: <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://michelf.com/projects/php-markdown/">More...</a>
Version: 1.0.1n
Version: 1.0.1o
Author: Michel Fortin
Author URI: http://michelf.com/
*/