Change Bookmark plugin version details
This commit is contained in:
parent
0e588bdeca
commit
297d68f36c
|
@ -180,12 +180,12 @@ class BookmarkPlugin extends MicroAppPlugin
|
||||||
function onPluginVersion(array &$versions)
|
function onPluginVersion(array &$versions)
|
||||||
{
|
{
|
||||||
$versions[] = array('name' => 'Bookmark',
|
$versions[] = array('name' => 'Bookmark',
|
||||||
'version' => self::VERSION,
|
'version' => GNUSOCIAL_VERSION,
|
||||||
'author' => 'Evan Prodromou, Stephane Berube, Jean Baptiste Favre',
|
'author' => 'Evan Prodromou, Stephane Berube, Jean Baptiste Favre, Mikael Nordfeldth',
|
||||||
'homepage' => 'http://status.net/wiki/Plugin:Bookmark',
|
'homepage' => 'https://gnu.io/social',
|
||||||
'description' =>
|
'description' =>
|
||||||
// TRANS: Plugin description.
|
// TRANS: Plugin description.
|
||||||
_m('Simple extension for supporting bookmarks. ') .
|
_m('Plugin for posting bookmarks. ') .
|
||||||
'BookmarkList feature has been developped by Stephane Berube. ' .
|
'BookmarkList feature has been developped by Stephane Berube. ' .
|
||||||
'Integration has been done by Jean Baptiste Favre.');
|
'Integration has been done by Jean Baptiste Favre.');
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user