mirror of
https://github.com/Mibew/emoji-plugin.git
synced 2025-01-22 09:30:33 +03:00
Add plugin version
This commit is contained in:
parent
4d67d062b5
commit
ad8070f9d6
10
Plugin.php
10
Plugin.php
@ -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.
|
* Specify dependencies of the plugin.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user