Amend ChangeLog and increment version number.

This commit is contained in:
Matthias Mees 2014-06-05 14:46:39 +02:00
parent 047b89af44
commit 0cb88e181a
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
0.4.9.12:
* Adapt markup for 2.0 backend (yellowled)
0.4.9.11:
* Move to the correct nav section for 2.0 backend (yellowled)

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