]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - plugins/WikiHashtags/WikiHashtagsPlugin.php
[TRANSLATION] Update license and copyright notice in translation files
[quix0rs-gnu-social.git] / plugins / WikiHashtags / WikiHashtagsPlugin.php
index 46d04701430fd519decc56f0b60f42acc4f46816..0d0ff2417a82d01dab6eef51e5e67fb5fb532b44 100644 (file)
@@ -44,7 +44,7 @@ if (!defined('STATUSNET')) {
  */
 class WikiHashtagsPlugin extends Plugin
 {
-    const VERSION = '0.1';
+    const PLUGIN_VERSION = '0.1.0';
 
     function __construct($code=null)
     {
@@ -107,7 +107,7 @@ class WikiHashtagsPlugin extends Plugin
     function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'WikiHashtags',
-                            'version' => self::VERSION,
+                            'version' => self::PLUGIN_VERSION,
                             'author' => 'Evan Prodromou',
                             'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/WikiHashtags',
                             'rawdescription' =>