SpamBee: Updated version, added author information to sidebar plugin.

This commit is contained in:
Janek Bevendorff 2012-08-19 17:15:20 +02:00
parent dc49b31e3d
commit c9de44c76b
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ class serendipity_plugin_spamblock_bee extends serendipity_plugin {
$propbag->add('name', PLUGIN_SPAMBLOCK_BEE_TITLE);
$propbag->add('description', PLUGIN_SPAMBLOCK_BEE_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Grischa Brockhaus');
$propbag->add('author', 'Grischa Brockhaus, Janek Bevendorff');
$propbag->add('requirements', array(
'serendipity' => '0.8',
'smarty' => '2.6.7',

View file

@ -1,2 +1,2 @@
<?php
@define('PLUGIN_SPAMBLOCK_BEE_VERSION', '1.2.4');
@define('PLUGIN_SPAMBLOCK_BEE_VERSION', '1.2.5');