X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FXCachePlugin.php;h=2baa290ed294cee8cdc98f17a805fd4bf39f8d44;hb=c95daacfdb6d89098716b8eeccfdd82124019d7a;hp=03cb0c06ea94cc54a8e3605a94932b291ef0176f;hpb=d59df6b27013fb534d6444d8e4790f2edcd9459a;p=quix0rs-gnu-social.git diff --git a/plugins/XCachePlugin.php b/plugins/XCachePlugin.php index 03cb0c06ea..2baa290ed2 100644 --- a/plugins/XCachePlugin.php +++ b/plugins/XCachePlugin.php @@ -109,5 +109,16 @@ class XCachePlugin extends Plugin Event::handle('EndCacheDelete', array($key)); return false; } + + function onPluginVersion(&$versions) + { + $versions[] = array('name' => 'XCache', + 'version' => STATUSNET_VERSION, + 'author' => 'Craig Andrews', + 'homepage' => 'http://status.net/wiki/Plugin:XCache', + 'rawdescription' => + _m('Use the XCache variable cache to cache query results.')); + return true; + } }