MINERVA
Platform Documentation

Status#

Get Version#

To get the current Minerva application version, plugins can use the getVersion method defined in window.minerva.status object available globally. It returns the version as a string.

Example of getVersion method usage:#
window.minerva.status.getVersion();