mirror of
https://github.com/Mibew/title-notification-plugin.git
synced 2024-11-15 08:54:13 +03:00
Add plugin version
This commit is contained in:
parent
0aa0dc4f49
commit
a0de85bf58
10
Plugin.php
10
Plugin.php
@ -118,6 +118,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.
|
* Specify dependencies of the plugin.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user