Preparing release notes for 1.10.0.
This commit is contained in:
parent
5bbf780e31
commit
b05b102b77
2 changed files with 12 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
11
Readme.md
11
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 `<details>` and `<summary>` as block level so they don't
|
||||
|
|
|
|||
Loading…
Reference in a new issue