diff options
author | Mario <mario@mariovavti.com> | 2022-10-12 09:09:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-10-12 09:09:55 +0000 |
commit | d3856caf81c96b1ea2615a375122ca85e91a6fb3 (patch) | |
tree | 9e506b96668b45e1ced0a2ec701007a17e277d7a /vendor/michelf/php-markdown/Readme.md | |
parent | e1f9b1c47d8f3ed3400465ec279e894a0d9255c5 (diff) | |
download | volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.tar.gz volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.tar.bz2 volse-hubzilla-d3856caf81c96b1ea2615a375122ca85e91a6fb3.zip |
composer update michelf/php-markdown
Diffstat (limited to 'vendor/michelf/php-markdown/Readme.md')
-rw-r--r-- | vendor/michelf/php-markdown/Readme.md | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/vendor/michelf/php-markdown/Readme.md b/vendor/michelf/php-markdown/Readme.md index 1a0ee06eb..b9f273ac6 100644 --- a/vendor/michelf/php-markdown/Readme.md +++ b/vendor/michelf/php-markdown/Readme.md @@ -1,7 +1,7 @@ PHP Markdown ============ -PHP Markdown Lib 1.9.1 - 23 Nov 2021 +![ci.yml](https://github.com/michelf/php-markdown/actions/workflows/ci.yml/badge.svg) by Michel Fortin <https://michelf.ca/> @@ -34,15 +34,14 @@ program by John Gruber. Requirement ----------- -This library package requires PHP 5.3 or later. +This library package requires PHP 7.4 or later. Note: The older plugin/library hybrid package for PHP Markdown and PHP Markdown Extra is no longer maintained but will work with PHP 4.0.5 and later. -Before PHP 5.3.7, pcre.backtrack_limit defaults to 100 000, which is too small -in many situations. You might need to set it to higher values. Later PHP -releases defaults to 1 000 000, which is usually fine. +You might need to set pcre.backtrack_limit higher than 1 000 000 +(the default), though the default is usually fine. Usage @@ -183,6 +182,20 @@ PHP Markdown, please visit [michelf.ca/donate]. Version History --------------- +PHP Markdown Lib 2.0.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.) + +* Composer package now excludes development files. + (Thanks to Cédric Anne.) + + PHP Markdown Lib 1.9.1 (23 Nov 2021) * Now treating `<details>` and `<summary>` as block level so they don't @@ -410,7 +423,7 @@ Copyright and License --------------------- PHP Markdown Lib -Copyright (c) 2004-2021 Michel Fortin +Copyright (c) 2004-2022 Michel Fortin <https://michelf.ca/> All rights reserved. |