diff --git a/License.md b/License.md index 8a5b854..24c0996 100644 --- a/License.md +++ b/License.md @@ -1,5 +1,5 @@ PHP Markdown Lib -Copyright (c) 2004-2014 Michel Fortin +Copyright (c) 2004-2015 Michel Fortin All rights reserved. diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index ec881c4..20f01c7 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -3,7 +3,7 @@ # Markdown - A text-to-HTML conversion tool for web writers # # PHP Markdown -# Copyright (c) 2004-2014 Michel Fortin +# Copyright (c) 2004-2015 Michel Fortin # # # Original Markdown @@ -21,7 +21,7 @@ class Markdown implements MarkdownInterface { ### Version ### - const MARKDOWNLIB_VERSION = "1.4.1"; + const MARKDOWNLIB_VERSION = "1.5"; ### Simple Function Interface ### diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 89822e4..51a1923 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -3,7 +3,7 @@ # Markdown Extra - A text-to-HTML conversion tool for web writers # # PHP Markdown Extra -# Copyright (c) 2004-2014 Michel Fortin +# Copyright (c) 2004-2015 Michel Fortin # # # Original Markdown diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php index e4c2931..9fcbb75 100644 --- a/Michelf/MarkdownInterface.php +++ b/Michelf/MarkdownInterface.php @@ -3,7 +3,7 @@ # Markdown - A text-to-HTML conversion tool for web writers # # PHP Markdown -# Copyright (c) 2004-2014 Michel Fortin +# Copyright (c) 2004-2015 Michel Fortin # # # Original Markdown diff --git a/Readme.md b/Readme.md index b18f140..aa0c317 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.4.1 - 4 May 2013 +PHP Markdown Lib 1.5 - 1 Mar 2015 by Michel Fortin @@ -25,10 +25,10 @@ software tool, originally written in Perl, that converts the plain text markup to HTML. PHP Markdown is a port to PHP of the original Markdown program by John Gruber. -* [Full documentation of the Markdown syntax]() - - Daring Fireball (John Gruber) -* [Markdown Extra syntax additions]() - - Michel Fortin +* [Full documentation of the Markdown syntax]() + — Daring Fireball (John Gruber) +* [Markdown Extra syntax additions]() + — Michel Fortin Requirement @@ -174,7 +174,7 @@ PHP Markdown, please visit [michelf.ca/donate] or send Bitcoin to Version History --------------- -Unreleased +PHP Markdown Lib 1.5 (1 Mar 2015) * Added the ability start ordered lists with a number different from 1 and and have that reflected in the HTML output. This can be enabled with @@ -289,7 +289,7 @@ Copyright and License --------------------- PHP Markdown Lib -Copyright (c) 2004-2014 Michel Fortin +Copyright (c) 2004-2015 Michel Fortin All rights reserved.