Add plugin version

This commit is contained in:
Dmitriy Simushev 2014-11-18 12:16:37 +00:00
parent da3f44846f
commit 396aafbce0

View File

@ -77,6 +77,16 @@ class Plugin extends AbstractPlugin implements PluginInterface
$dispatcher->attachListener(Events::BUTTON_GENERATE, $this, 'alterButton');
}
/**
* Specify version of the plugin.
*
* @return string Plugin's version.
*/
public static function getVersion()
{
return '0.1.0';
}
/**
* Specify dependencies of the plugin.
*