Up spamblock version, document #683
This commit is contained in:
parent
57cbaaa58b
commit
d690a751d3
@ -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).
|
||||
|
||||
|
@ -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!
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user