Version

This wiki installation is running version pmwiki-2.2.134, version number 2002134.

Obtaining the Pm Wiki version

Use the {$Version} page variable to display the current version of Pm Wiki.

See the SiteAdmin.Status page for the current version and version number.

For example

This wiki installation is running PmWiki {$Version}, version number {$VersionNum}.
-<The default group is {$DefaultGroup}.
-<The default name is {$DefaultName}.
-<The site group is {$SiteGroup}

This wiki installation is running Pm Wiki pmwiki-2.2.134, version number 2002134.

The default group is Sola Roof.
The default name is Home Page?.
The site group is Site

See also basic variables.

The script version.php contains the declaration of the version number. The file is located on scripts/version.php, relative to Pm Wiki installation path.

Obtaining recipe versions

The Site Analyzer can be used to display the current version of Cookbook recipes. If you are the administrator, cookbook recipe guidelines recommends that the first couple of lines of a recipe file should contain the recipe version:

  $RecipeInfo['RecipeName']['Version'] = '2017-06-02'; # dates YYYY-MM-DD prefered

See also Cookbook:RecipeCheck


This page may have a more recent version on pmwiki.org: PmWiki:Version, and a talk page: PmWiki:Version-Talk.