document spamblock change #614, bump version
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
Version 2.3-beta2
|
Version 2.3-beta2
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
|
* spamblock: Minor code change for PHP 7.4 compatibility (thanks
|
||||||
|
@hannob!)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Version 2.3-beta1 (26.04.2019)
|
Version 2.3-beta1 (26.04.2019)
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ class serendipity_event_spamblock extends serendipity_event
|
|||||||
'smarty' => '2.6.7',
|
'smarty' => '2.6.7',
|
||||||
'php' => '4.1.0'
|
'php' => '4.1.0'
|
||||||
));
|
));
|
||||||
$propbag->add('version', '1.88');
|
$propbag->add('version', '1.88.1');
|
||||||
$propbag->add('event_hooks', array(
|
$propbag->add('event_hooks', array(
|
||||||
'frontend_saveComment' => true,
|
'frontend_saveComment' => true,
|
||||||
'external_plugin' => true,
|
'external_plugin' => true,
|
||||||
|
|||||||
Reference in New Issue
Block a user