Skip to content

Commit 5024d62

Browse files
committed
Updating Readme and copyright for 1.9.1.
1 parent 27bfa19 commit 5024d62

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

Michelf/Markdown.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package php-markdown
66
* @author Michel Fortin <michel.fortin@michelf.com>
7-
* @copyright 2004-2019 Michel Fortin <https://michelf.com/projects/php-markdown/>
7+
* @copyright 2004-2021 Michel Fortin <https://michelf.com/projects/php-markdown/>
88
* @copyright (Original Markdown) 2004-2006 John Gruber <https://daringfireball.net/projects/markdown/>
99
*/
1010

@@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
1818
* Define the package version
1919
* @var string
2020
*/
21-
const MARKDOWNLIB_VERSION = "1.9.0";
21+
const MARKDOWNLIB_VERSION = "1.9.1";
2222

2323
/**
2424
* Simple function interface - Initialize the parser and return the result

Michelf/MarkdownExtra.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* @package php-markdown
66
* @author Michel Fortin <michel.fortin@michelf.com>
7-
* @copyright 2004-2019 Michel Fortin <https://michelf.com/projects/php-markdown/>
7+
* @copyright 2004-2021 Michel Fortin <https://michelf.com/projects/php-markdown/>
88
* @copyright (Original Markdown) 2004-2006 John Gruber <https://daringfireball.net/projects/markdown/>
99
*/
1010

Readme.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PHP Markdown
22
============
33

4-
PHP Markdown Lib 1.9.0 - 1 Dec 2019
4+
PHP Markdown Lib 1.9.1 - 23 Nov 2021
55

66
by Michel Fortin
77
<https://michelf.ca/>
@@ -183,6 +183,17 @@ PHP Markdown, please visit [michelf.ca/donate].
183183
Version History
184184
---------------
185185

186+
PHP Markdown Lib 1.9.1 (23 Nov 2021)
187+
188+
* Now treating `<details>` and `<summary>` as block level so they don't
189+
get wrapped in `<p>`.
190+
(Thanks to Thomas Hochstein for the fix.)
191+
192+
* Fix for unintended blank title attribute when adding supplementary attributes
193+
to a link in Markdown Extra.
194+
(Thanks to Richie Black for the fix.)
195+
196+
186197
PHP Markdown Lib 1.9.0 (1 Dec 2019)
187198

188199
* Added `fn_backlink_label` configuration variable to put some text in the
@@ -399,7 +410,7 @@ Copyright and License
399410
---------------------
400411

401412
PHP Markdown Lib
402-
Copyright (c) 2004-2019 Michel Fortin
413+
Copyright (c) 2004-2021 Michel Fortin
403414
<https://michelf.ca/>
404415
All rights reserved.
405416

0 commit comments

Comments
 (0)