Changed version number, added entry to changelog.

This commit is contained in:
Janek Bevendorff 2012-08-16 13:19:43 +02:00
parent 0166c86686
commit 66a0119a09
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Version 1.2.2
* Simplified settings by removing obfuscation option. This is now turned on by default.
* Fixed regular expression matching.
Version 1.2.1
* Added an option to scramble the answer string and obfuscate the generated JavaScript

View file

@ -106,7 +106,7 @@ class serendipity_event_spamblock_bee extends serendipity_event
'php' => '4.1.0'
));
$propbag->add('version', '1.2.1');
$propbag->add('version', '1.2.2');
$propbag->add('event_hooks', array(
'frontend_comment' => true,