From b05b102b773d54101d6b5933d8707be82db065ee Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 25 Sep 2022 22:47:36 -0400 Subject: [PATCH] Preparing release notes for 1.10.0. --- Michelf/Markdown.php | 2 +- Readme.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 0fb2c6a..4cb6b03 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface { * Define the package version * @var string */ - const MARKDOWNLIB_VERSION = "1.9.1"; + const MARKDOWNLIB_VERSION = "1.10.0"; /** * Simple function interface - Initialize the parser and return the result diff --git a/Readme.md b/Readme.md index 04f6818..577647c 100644 --- a/Readme.md +++ b/Readme.md @@ -182,6 +182,17 @@ PHP Markdown, please visit [michelf.ca/donate]. Version History --------------- +PHP Markdown Lib 1.10.0 (26 Sep 2022) + +* Now requiring PHP version 7.4 or later. + +* Added type annotations to configuration properties of the parser. + (Thanks to Tac Tacelosky.) + +* Fixing a TypeError in PHP 8 caused by invalid counter variable. + (Thanks to Alexey Kopytko.) + + PHP Markdown Lib 1.9.1 (23 Nov 2021) * Now treating `
` and `` as block level so they don't