Extended profile - Add sammdy to author credits in version info

This commit is contained in:
Zach Copley 2011-03-16 16:17:02 -07:00
parent e7843dfda2
commit 262126bd54
1 changed files with 8 additions and 6 deletions

View File

@ -32,12 +32,14 @@ class ExtendedProfilePlugin extends Plugin
function onPluginVersion(&$versions)
{
$versions[] = array('name' => 'ExtendedProfile',
'version' => STATUSNET_VERSION,
'author' => 'Brion Vibber, Zach Copley',
'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
'rawdescription' =>
_m('UI extensions for additional profile fields.'));
$versions[] = array(
'name' => 'ExtendedProfile',
'version' => STATUSNET_VERSION,
'author' => 'Brion Vibber, Samantha Doherty, Zach Copley',
'homepage' => 'http://status.net/wiki/Plugin:ExtendedProfile',
'rawdescription' => _m(
'UI extensions for additional profile fields.')
);
return true;
}