2.3. Plugin Version
- Plugin Key
plugin_version
- Plugin Value Type
String (not integer)
- Sample
<entry> <string>plugin_version</string> <string>7</string> </entry>
- Description
The plugin's version number.
The first release of a plugin is typically numbered 1, and the next revision 2, and so on, although the releases do not have to be numerically consecutive as long as they only go up with time.
Although only the numeric part is important, the integer can be followed by a hyphen and an arbitrary string, which is why this value is of type is string and not integer.