|
PLUGINVERSION -- the version of a TWiki Plugin, or the TWiki Plugins API
- Syntax:
%PLUGINVERSION{"name"}% to get the version of a specific plugin
- Example:
%PLUGINVERSION{"InterwikiPlugin"}% expands to $Rev: 30454 (2018-07-16) $
- Syntax:
%PLUGINVERSION% to get the version of the API
- Expands to:
6.10
- Related: WIKIVERSION, ACTIVATEDPLUGINS, FAILEDPLUGINS, PLUGINDESCRIPTIONS
|