]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Change Bookmark plugin version details
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Oct 2015 07:47:30 +0000 (09:47 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 Oct 2015 07:47:30 +0000 (09:47 +0200)
plugins/Bookmark/BookmarkPlugin.php

index 1f4f8d9621027d554d6c9f46b3110e0d12bbdfe6..e79b4bdec123857e9167188bc107442a1d72a7d4 100644 (file)
@@ -180,12 +180,12 @@ class BookmarkPlugin extends MicroAppPlugin
     function onPluginVersion(array &$versions)
     {
         $versions[] = array('name' => 'Bookmark',
-                            'version' => self::VERSION,
-                            'author' => 'Evan Prodromou, Stephane Berube, Jean Baptiste Favre',
-                            'homepage' => 'http://status.net/wiki/Plugin:Bookmark',
+                            'version' => GNUSOCIAL_VERSION,
+                            'author' => 'Evan Prodromou, Stephane Berube, Jean Baptiste Favre, Mikael Nordfeldth',
+                            'homepage' => 'https://gnu.io/social',
                             'description' =>
                             // TRANS: Plugin description.
-                            _m('Simple extension for supporting bookmarks. ') .
+                            _m('Plugin for posting bookmarks. ') .
                             'BookmarkList feature has been developped by Stephane Berube. ' .
                             'Integration has been done by Jean Baptiste Favre.');
         return true;