]> 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 db33eb801ab173b886419bae290c53850df6a340..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,9 +107,9 @@ class WikiHashtagsPlugin extends Plugin
     function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'WikiHashtags',
-                            'version' => self::VERSION,
+                            'version' => self::PLUGIN_VERSION,
                             'author' => 'Evan Prodromou',
-                            'homepage' => 'http://status.net/wiki/Plugin:WikiHashtags',
+                            'homepage' => 'https://git.gnu.io/gnu/gnu-social/tree/master/plugins/WikiHashtags',
                             'rawdescription' =>
                             // TRANS: Plugin description.
                             _m('Gets hashtag descriptions from <a href="http://hashtags.wikia.com/">WikiHashtags</a>.'));