Version 0.5.0.

This commit is contained in:
mariohommel 2018-03-25 08:25:32 +02:00
parent fd5b7b56e4
commit 28e1e7d3ea
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
0.5.0: Use tokens to classificate comments via E-Mail if the option is activated in your Blog
Caution: This feature is only available if you use Serendipity 2.1.2 or higher.
0.4.25: Iconfont a11y fix (yellowled)
0.4.24: Added mysqli checks

View file

@ -42,7 +42,7 @@ class serendipity_event_spamblock_bayes extends serendipity_event {
$this->title = PLUGIN_EVENT_SPAMBLOCK_BAYES_NAME;
$propbag->add ( 'description', PLUGIN_EVENT_SPAMBLOCK_BAYES_DESC);
$propbag->add ( 'name', $this->title);
$propbag->add ( 'version', '0.4.25' );
$propbag->add ( 'version', '0.5.0' );
$propbag->add ( 'event_hooks', array ('frontend_saveComment' => true,
'backend_spamblock_comments_shown' => true,
'external_plugin' => true,