Some warnings:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP;
JS_Image_Resizer has a deprecated constructor in /libraries/mint/resizeimage.php on line 29
plgMintToolset has a deprecated constructor in /plugins/mint/toolset/toolset.php on line 13
Markdown_Parser has a deprecated constructor in /libraries/mint/markdown.php on line 224
MarkdownExtra_Parser has a deprecated constructor in /libraries/mint/markdown.php on line 1686
Only variables should be passed by reference in /components/com_cobalt/views/records/tmpl/default_markup_default.php on line 177
.... it seems the markdown parser deserves also an update.
https://michelf.ca/projects/php-markdown/
Some warnings:
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; JS_Image_Resizer has a deprecated constructor in /libraries/mint/resizeimage.php on line 29
plgMintToolset has a deprecated constructor in /plugins/mint/toolset/toolset.php on line 13
Markdown_Parser has a deprecated constructor in /libraries/mint/markdown.php on line 224
MarkdownExtra_Parser has a deprecated constructor in /libraries/mint/markdown.php on line 1686
Only variables should be passed by reference in /components/com_cobalt/views/records/tmpl/default_markup_default.php on line 177
.... it seems the markdown parser deserves also an update. https://michelf.ca/projects/php-markdown/