File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -182,6 +182,17 @@ PHP Markdown, please visit [michelf.ca/donate].
182182Version 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+
185196PHP Markdown Lib 1.9.1 (23 Nov 2021)
186197
187198* Now treating ` <details> ` and ` <summary> ` as block level so they don't
You can’t perform that action at this time.
0 commit comments