[pmwiki-announce] PmWiki 2.4.4 released
Petko Yotov
5ko at 5ko.fr
Mon Apr 21 05:24:36 PDT 2025
Hello. PmWiki version 2.4.4 was published today, and is available at:
https://www.pmwiki.org/pub/pmwiki/pmwiki-2.4.4.tgz
https://www.pmwiki.org/pub/pmwiki/pmwiki-2.4.4.zip
svn://www.pmwiki.org/pmwiki/tags/latest
This version disables upload extensions ai, ps, and eps, which may
introduce vulnerabilities when processed by Ghostscript. To re-enable
any of these, add it to your config.php override:
$UploadExts['ps'] = 'application/postscript';
$UploadExts['eps'] = 'application/postscript';
$UploadExts['ai'] = 'application/postscript';
Numbered headers in the table of contents now have dedicated class
names, making them easier to style with CSS.
The edit text area has been updated to behave more consistently across
browsers; if both autofocus and scroll restoration are enabled, it will
now ignore the latter to avoid conflicts.
A new variable, $FmtV['$LinkRel'], allows admins to set the rel="..."
attribute for external links, for example:
$FmtV['$LinkRel'] = 'noreferrer nofollow';
The Notify feature has been expanded with new configuration options.
A new core script, scripts/tools.php, has been added. It provides
helper functions for tasks like creating multipart emails with rich
text and attachments, verifying multi-factor authentication codes, and
encrypting/decrypting strings. This script is not loaded by default:
addons that need it must include it explicitly.
Finally, a new variable $CookbookDir has been introduced (default:
"$FarmD/cookbook"), making it easier to relocate the cookbook
directory outside of the core distribution if needed.
The documentation was updated.
Thanks,
Petko
--
If you upgrade : https://www.pmwiki.org/Upgrades
More information about the pmwiki-announce
mailing list