Add plugin version

This commit is contained in:
Dmitriy Simushev 2014-11-18 12:20:44 +00:00
parent 4d67d062b5
commit ad8070f9d6

View File

@ -123,6 +123,16 @@ class Plugin extends \Mibew\Plugin\AbstractPlugin implements \Mibew\Plugin\Plugi
}
}
/**
* Specify version of the plugin.
*
* @return string Plugin's version.
*/
public static function getVersion()
{
return '0.1.0';
}
/**
* Specify dependencies of the plugin.
*