This is the documentation page for the
checkversion action.
NOTE
This feature is available since:
WikkaWiki 1.1.6.4
Compares version of current
WikkaWiki installation with the latest version and displays notice if current installation is older.
{{checkversion [display="<val>"]}}
Parameters
| name | type | required? | default | description |
| display | string | optional | upgrade | "upgrade": Normal operation (display only if later version is available); "debug": Display debug messages; "raw": Display return value from wikkawiki.org |
This action will be executed only for logged-in users with admin access. Expects to find
http://wikkawiki.org/downloads/latest_wikka_version.txt; if not found, or if connection times out, should exit gracefully with no output. Can be disabled by setting config param 'enable_version_check' to '0' in
wikka.config.php.
By default, this action is included in the default HomePage, SysInfo, AdminPages, and AdminUsers pages.
BrianKoontz,
DarTar
CategoryEN