Skip to content

Commit b05b102

Browse files
committed
Preparing release notes for 1.10.0.
1 parent 5bbf780 commit b05b102

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

Michelf/Markdown.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
1818
* Define the package version
1919
* @var string
2020
*/
21-
const MARKDOWNLIB_VERSION = "1.9.1";
21+
const MARKDOWNLIB_VERSION = "1.10.0";
2222

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

Readme.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,17 @@ PHP Markdown, please visit [michelf.ca/donate].
182182
Version History
183183
---------------
184184

185+
PHP Markdown Lib 1.10.0 (26 Sep 2022)
186+
187+
* Now requiring PHP version 7.4 or later.
188+
189+
* Added type annotations to configuration properties of the parser.
190+
(Thanks to Tac Tacelosky.)
191+
192+
* Fixing a TypeError in PHP 8 caused by invalid counter variable.
193+
(Thanks to Alexey Kopytko.)
194+
195+
185196
PHP Markdown Lib 1.9.1 (23 Nov 2021)
186197

187198
* Now treating `<details>` and `<summary>` as block level so they don't

0 commit comments

Comments
 (0)