Documentation

ApplicationInfo

Application information and version utilities.

Provides version information and utility methods for the LWT application.

Tags
since
3.0.0

Table of Contents

Constants

RELEASE_DATE  = '2024-04-01'
Date of the latest published release of LWT.
VERSION  = '2.10.0-fork'
Version of this current LWT application.

Methods

getRawVersion()  : string
Get the raw version string without formatting.
getReleaseDate()  : string
Get the release date.
getVersion()  : string
Get the application version for display to humans.
getVersionNumber()  : string
Get a machine-readable version number.

Constants

RELEASE_DATE

Date of the latest published release of LWT.

public mixed RELEASE_DATE = '2024-04-01'

VERSION

Version of this current LWT application.

public mixed VERSION = '2.10.0-fork'

Methods

getRawVersion()

Get the raw version string without formatting.

public static getRawVersion() : string
Return values
string

Raw version string (e.g., "2.10.0-fork")

getReleaseDate()

Get the release date.

public static getReleaseDate() : string
Return values
string

Release date in YYYY-MM-DD format

getVersion()

Get the application version for display to humans.

public static getVersion() : string
Return values
string

Version number with formatted date (e.g., "2.10.0-fork (April 01 2024)")

getVersionNumber()

Get a machine-readable version number.

public static getVersionNumber() : string
Return values
string

Machine-readable version (e.g., "v002.010.000" for version 2.10.0)


        
On this page

Search results