OpenWGA 7.6 - TMLScript reference

Plugin
Property :

version

On object Plugin
Usage Returns an object holding the version of the plugin
Description

The version object hosts the following properties:

  • version.majorVersion: First version number, the "major version" representing the OpenWGA base release
  • version.minorVersion: Second version number, the "minor version" representing the OpenWGA feature release
  • version.maintenanceVersion: Third version number, the "maintenance version" representing the number of maintenance release for the given base/feature release
  • version.patchVersion: Optional fourth version number, the "patch version" representing a patch on top of the given base/feature/maintenance release
  • version.isAtLeast(major, minor): Tests if the version is at least the given major/minor version
The string conversion of this object presents the complete version in a displayable format.
Writable False