Commit graph

4 commits

Author SHA1 Message Date
Gregor Nathanael Meyer 76f75e5351
Upgrade serendipity_event_markdown for PHP 8.0/8.1 compatibility (#141)
Upgrade bundled markdown lib `michelf/php-markdown` to version 1.9.1 that enables PHP 8 compatibility. Also dump support for EOL PHP versions in serendipity_event_markdown, because the new version of the bundled markdown lib raises the required PHP version to PHP >=7.4.
2022-08-21 17:40:27 +02:00
Thomas Hochstein bc07cb91e2 [markdown] Update Markdown Lib to 1.8.0.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2018-11-10 22:23:40 +01:00
Thomas Hochstein 7f04883ef1 Update PHP Markdown lib and get MarkdownExtra working. (#54)
* Get MarkdownExtra working.

It's not enough to import the right library
(Markdown or MarkdownExtra); you'll have to
call the right functions, too!

For the "classic" implementation, there's no
difference, as it seems.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* Upgrade PHP Markdown Lib to 1.7.0

Former version was 1.4.0 from 2013.

Signed-off-by: Thomas Hochstein <thh@inter.net>

* serendipity_event_markdown 1.23

Update Changelog, bump version number.

Add me as author.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2017-04-19 14:02:25 +02:00
Ian 6e01404ef7 serendipity_event_markdown 1.21 2014-01-04 12:58:43 +01:00