PmWiki 2.5.4
10 December 2025
PmWiki version 2.5.4 is now available.
Upgrading to PmWiki 2.5.4
PmWiki 2.5.4 can be upgraded to (or installed) using any of Installatron's products. Use Installatron's optional Automatic Update feature to automatically apply PmWiki updates as new versions are released, or use Installatron's Clone feature to duplicate an existing PmWiki install to test the 2.5.4 upgrade prior to applying it live. Get started managing your PmWiki installations with Installatron
What's New in PmWiki 2.5.4
- This version includes updates for PHP 8.5.
- Conditional markup now includes new conditions (:if empty:), (:if skin name:), and corrects the behavior of (:if attachments:) when attachments are disabled.
- PmSyntax was refactored to recognize custom input elements and custom conditions, and detect more PmWiki variables.
- Input forms enhancements: the placeholder="" attribute is now also positional after "name" and "value". Suggestions for text fields can now be written directly in the list=datalist attribute.
- Table of contents (TOC) can now remove or restore elements from the headings in the TOC links. This makes it possible for icon fonts to appear in the TOC.
- A bug was fixed with sortable tables when the headers are "sticky".
- A new helper function EnableGroupPageStore() should simplify enabling or migrating to per-group page storage.
- New PHP and JavaScript helper functions, variables, and hooks were added, these can be used by recipes and extensions.
- The documentation was updated.