PmWiki 2.3.32
25 March 2024
PmWiki version 2.3.32 is now available.
Upgrading to PmWiki 2.3.32
PmWiki 2.3.32 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.3.32 upgrade prior to applying it live. Get started managing your PmWiki installations with Installatron
What's New in PmWiki 2.3.32
Bug Fixes and Changes
- This version includes improvements for the dark color scheme, restoring a light scheme for printing.
- Pictures with a white background may appear too bright on a dark theme, so a new variable $ImgDarkSuffix, when defined, allows you to prepare a separate picture adapted for the dark theme. On a wiki page you still use Attach:picture.png and when the dark theme is loaded, the browser will load Attach:picture-dark.png (if it exists).
- New image and upload extensions AVIF and AVIFS were added, FileSizeCompact() was refactored to allow decimal file sizes, Recent changes pages will be locked to prevent blanking in case of concurrent uploads, and the documentation was updated.