Retrieving plugin version Permanently deleted user Created October 23, 2014 00:04 Hi,Is there anyway to retrieve the plugin version in code?Thanks!
PluginManager.getPlugin(PluginId.getId("your plugin ID")).getVersion()
PluginManager.getPlugin(PluginId.getId("your plugin ID")).getVersion() For some reason this snippet retrieve Intellj Version not Plugin
as well the same issue executing
PluginManagerCore.getPlugin(PluginId.getId("com.ankrpt.AnkrPtPlugin")).getVersion()