Up spamblock version, document #683

This commit is contained in:
onli 2020-03-25 22:33:19 +01:00
parent 57cbaaa58b
commit d690a751d3
3 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Version 2.4-alpha1 ()
------------------------------------------------------------------------
* Fix: Modified sql statement used for htaccess blocking to work in
MySQL 5.7.
Thanks to @fasterit!
* Fix: Truncate extension of media items to 5 chars (which ist the
max length of the corresponding database field).

View File

@ -1,3 +1,6 @@
1.89.1: Modified sql statement used for htaccess blocking to work in MySQL 5.7.
Thanks to @fasterit!
1.89: Added timeout protection against spambots.
Thanks to @stephanbrunker!

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.89');
$propbag->add('version', '1.89.1');
$propbag->add('event_hooks', array(
'frontend_saveComment' => true,
'external_plugin' => true,