document spamblock change #614, bump version

This commit is contained in:
onli 2019-07-29 17:29:16 +02:00
parent a9153e1a2b
commit 6cab32aa5a
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
Version 2.3-beta2
------------------------------------------------------------------------
* spamblock: Minor code change for PHP 7.4 compatibility (thanks
@hannob!)
Version 2.3-beta1 (26.04.2019)
------------------------------------------------------------------------

View File

@ -25,7 +25,7 @@ class serendipity_event_spamblock extends serendipity_event
'smarty' => '2.6.7',
'php' => '4.1.0'
));
$propbag->add('version', '1.88');
$propbag->add('version', '1.88.1');
$propbag->add('event_hooks', array(
'frontend_saveComment' => true,
'external_plugin' => true,