/**
  * Returns the version for the plugin
  *
  * @return string Version
  * @api
  */
 public function getVersion()
 {
     return PluginInfo::getDirectPluginInfo($this->plugin_file, 'Version');
 }