Bumping version to 1.9.0.

This commit is contained in:
Michel Fortin 2019-12-01 21:32:27 -05:00
parent 5e2c895aaa
commit c83178d49e
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class Markdown implements MarkdownInterface {
* Define the package version
* @var string
*/
const MARKDOWNLIB_VERSION = "1.8.0";
const MARKDOWNLIB_VERSION = "1.9.0";
/**
* Simple function interface - Initialize the parser and return the result

View file

@ -1,7 +1,7 @@
PHP Markdown
============
PHP Markdown Lib 1.8.0 - 14 Jan 2018
PHP Markdown Lib 1.9.0 - 1 Dec 2019
by Michel Fortin
<https://michelf.ca/>
@ -183,7 +183,7 @@ PHP Markdown, please visit [michelf.ca/donate].
Version History
---------------
Current Version
PHP Markdown Lib 1.9.0 (1 Dec 2019)
* Added `fn_backlink_label` configuration variable to put some text in the
`aria-label` attribute.