From 6cab32aa5a42ba9d2eb37638cb979f7c8e548b73 Mon Sep 17 00:00:00 2001 From: onli Date: Mon, 29 Jul 2019 17:29:16 +0200 Subject: [PATCH] document spamblock change #614, bump version --- docs/NEWS | 4 ++++ .../serendipity_event_spamblock.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/NEWS b/docs/NEWS index 1e7f8e33..d2a6c936 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -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) ------------------------------------------------------------------------ diff --git a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php index 7150d15e..94bba8d2 100644 --- a/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php +++ b/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php @@ -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,