From 0fc413a1f95ec5f60fdb934781d35887092469ac Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 4 May 2014 21:52:07 -0400 Subject: [PATCH] Bumped version to 1.4.1, updated version history and copyright year. --- License.md | 2 +- Michelf/Markdown.php | 4 ++-- Michelf/MarkdownExtra.php | 2 +- Michelf/MarkdownInterface.php | 2 +- Readme.md | 27 +++++++++++++++++++++++++-- 5 files changed, 30 insertions(+), 7 deletions(-) diff --git a/License.md b/License.md index 027becb..8a5b854 100644 --- a/License.md +++ b/License.md @@ -1,5 +1,5 @@ PHP Markdown Lib -Copyright (c) 2004-2013 Michel Fortin +Copyright (c) 2004-2014 Michel Fortin All rights reserved. diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 25b903f..0d37012 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-2013 Michel Fortin +# Copyright (c) 2004-2014 Michel Fortin # # # Original Markdown @@ -21,7 +21,7 @@ class Markdown implements MarkdownInterface { ### Version ### - const MARKDOWNLIB_VERSION = "1.4.0"; + const MARKDOWNLIB_VERSION = "1.4.1"; ### Simple Function Interface ### diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 04e4529..89822e4 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-2013 Michel Fortin +# Copyright (c) 2004-2014 Michel Fortin # # # Original Markdown diff --git a/Michelf/MarkdownInterface.php b/Michelf/MarkdownInterface.php index 22c571a..f8367ed 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-2013 Michel Fortin +# Copyright (c) 2004-2014 Michel Fortin # # # Original Markdown diff --git a/Readme.md b/Readme.md index 6430c47..8f31978 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.4.0 - 29 Nov 2013 +PHP Markdown Lib 1.4.1 - 4 May 2013 by Michel Fortin @@ -163,6 +163,29 @@ too. Version History --------------- +PHP Markdown Lib 1.4.1 (4 May 2014) + +* The HTML block parser will now treat `
` as a block-level element + (as it should) and no longer wrap it in `

` or parse it's content with + the as Markdown syntax (although with Extra you can use `markdown="1"` + if you wish to use the Markdown syntax inside it). + +* The content of `