PmWiki 2.7.4 released
Petko Yotov <[email protected]> Fri, 31 Jul 2026 19:20:42 +0200
| Newsgroups | gmane.comp.web.wiki.pmwiki.announce,gmane.comp.web.wiki.pmwiki.user |
|---|---|
| Message-ID | <[email protected]> |
Hello. PmWiki version 2.7.4 was published today, and is available at:
https://www.pmwiki.org/pub/pmwiki/pmwiki-2.7.4.tgz
https://www.pmwiki.org/pub/pmwiki/pmwiki-2.7.4.zip
svn://www.pmwiki.org/pmwiki/tags/latest
This version fixes bugs with the display of page variables {$Action},
{$PasswdRead} and related, and with the previously undocumented pagelist
variable {$$PageListCount}.
The global variable $action will now be sanitized before loading
config.php, keeping only Latin letters, digits, dashes, underscores, and
slashes. If a local customization requires the previous definition, it
can redefine the variable from $_GET and $_POST, see Upgrades.
The documentation was updated.
Thanks,
Petko