Updated version number, added entry to changelog.

This commit is contained in:
Janek Bevendorff 2012-08-16 00:47:05 +02:00
parent 8bd86e5783
commit 2a92668463
2 changed files with 4 additions and 3 deletions

View file

@ -1,5 +1,7 @@
Version 1.2
Version 1.2.1
* Added an option to scramble the answer string and obfuscate the generated JavaScript
Version 1.2
* Implemented a way to specify custom questions to use instead of just arithmetic problems
* Added two more methods for retrieving the correct Captcha answer
* Fixed bug occurring when Captcha answer is 0
@ -7,7 +9,6 @@ Version 1.2
* Various fixes and improvements
Version 1.01
* Added "hidden captcha", checking for bots not having JS.
* Added a few methods from standard spam plugin, that are useful still.

View file

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