forked from GNUsocial/gnu-social
Add version info for Facebook, TwitterBridge and RSSCloud plugins
This commit is contained in:
@@ -31,6 +31,8 @@ if (!defined('STATUSNET')) {
|
||||
exit(1);
|
||||
}
|
||||
|
||||
define('RSSCLOUDPLUGIN_VERSION', '0.1');
|
||||
|
||||
/**
|
||||
* Plugin class for adding RSSCloud capabilities to StatusNet
|
||||
*
|
||||
@@ -275,5 +277,19 @@ class RSSCloudPlugin extends Plugin
|
||||
return true;
|
||||
}
|
||||
|
||||
function onPluginVersion(&$versions)
|
||||
{
|
||||
$versions[] = array('name' => 'RSSCloud',
|
||||
'version' => RSSCLOUDPLUGIN_VERSION,
|
||||
'author' => 'Zach Copley',
|
||||
'homepage' => 'http://status.net/wiki/Plugin:RSSCloud',
|
||||
'rawdescription' =>
|
||||
_m('The RSSCloud plugin enables your StatusNet instance to publish ' .
|
||||
'real-time updates for profile RSS feeds using the ' .
|
||||
'<a href="http://rsscloud.org/">RSSCloud protocol</a>".'));
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user