X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGeoURLPlugin.php;h=01178f39c0f4c246089246ec792bf5476752daef;hb=3da5dccce6cd35e58f8ee71251578c23f6839acb;hp=30ff2c27881c7549e3e49402c7a978134a59ff51;hpb=1455d60b06df11f7b765040a4195ded288711ae0;p=quix0rs-gnu-social.git diff --git a/plugins/GeoURLPlugin.php b/plugins/GeoURLPlugin.php index 30ff2c2788..01178f39c0 100644 --- a/plugins/GeoURLPlugin.php +++ b/plugins/GeoURLPlugin.php @@ -116,4 +116,16 @@ class GeoURLPlugin extends Plugin return true; } + + function onPluginVersion(&$versions) + { + $versions[] = array('name' => 'GeoURL', + 'version' => STATUSNET_VERSION, + 'author' => 'Evan Prodromou', + 'homepage' => 'http://status.net/wiki/Plugin:GeoURL', + 'rawdescription' => + _m('Ping GeoURL when '. + 'new geolocation-enhanced notices are posted.')); + return true; + } }