From 5ko at 5ko.fr Mon Apr 21 05:24:36 2025 From: 5ko at 5ko.fr (Petko Yotov) Date: Mon, 21 Apr 2025 14:24:36 +0200 Subject: [pmwiki-announce] PmWiki 2.4.4 released Message-ID: 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