From 5024d623c1a057dcd2d076d25b7d270a1d0d55f3 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Tue, 23 Nov 2021 13:08:47 -0500 Subject: [PATCH] Updating Readme and copyright for 1.9.1. --- Michelf/Markdown.php | 4 ++-- Michelf/MarkdownExtra.php | 2 +- Readme.md | 15 +++++++++++++-- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 9cf4c77..f644080 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -4,7 +4,7 @@ * * @package php-markdown * @author Michel Fortin - * @copyright 2004-2019 Michel Fortin + * @copyright 2004-2021 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ @@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface { * Define the package version * @var string */ - const MARKDOWNLIB_VERSION = "1.9.0"; + const MARKDOWNLIB_VERSION = "1.9.1"; /** * Simple function interface - Initialize the parser and return the result diff --git a/Michelf/MarkdownExtra.php b/Michelf/MarkdownExtra.php index 462adab..888f5f2 100644 --- a/Michelf/MarkdownExtra.php +++ b/Michelf/MarkdownExtra.php @@ -4,7 +4,7 @@ * * @package php-markdown * @author Michel Fortin - * @copyright 2004-2019 Michel Fortin + * @copyright 2004-2021 Michel Fortin * @copyright (Original Markdown) 2004-2006 John Gruber */ diff --git a/Readme.md b/Readme.md index e1eb306..1a0ee06 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.9.0 - 1 Dec 2019 +PHP Markdown Lib 1.9.1 - 23 Nov 2021 by Michel Fortin @@ -183,6 +183,17 @@ PHP Markdown, please visit [michelf.ca/donate]. Version History --------------- +PHP Markdown Lib 1.9.1 (23 Nov 2021) + +* Now treating `
` and `` as block level so they don't + get wrapped in `

`. + (Thanks to Thomas Hochstein for the fix.) + +* Fix for unintended blank title attribute when adding supplementary attributes + to a link in Markdown Extra. + (Thanks to Richie Black for the fix.) + + PHP Markdown Lib 1.9.0 (1 Dec 2019) * Added `fn_backlink_label` configuration variable to put some text in the @@ -399,7 +410,7 @@ Copyright and License --------------------- PHP Markdown Lib -Copyright (c) 2004-2019 Michel Fortin +Copyright (c) 2004-2021 Michel Fortin All rights reserved.