Fixed a careless bug affecting custom hidden emails
Fixed broken links in readme.txt
Version 2.9.5
Added flexibility to the enabling of MailHide. Can now separately choose to enable/disable MailHide for posts/pages, comments, RSS feed of posts/pages, and RSS feed of comments
Fixed a bug in WPMU where wp-admin/user-new.php kept trying to validate the user registration with reCAPTCHA information despite not having shown the reCAPTCHA form, thanks to Daniel Collis-Puro for letting me know
Added a line break after the reCAPTCHA form to add some padding space between it and the submit button. Due to popular demand
Fixed a validation problem where a style attribute was missing. Thanks to nv1962
Public and Private keys are now trimmed since they are usually pasted from the recaptcha site, to avoid any careless errors
Fixed the regular expressions for matching the emails, email@provider.co.uk type emails now work
Version 2.9.4
Fixed a bug where the comment would not be saved if the CAPTCHA wasn't entered correctly. Thanks to Justin Heideman.
Version 2.9.3
Fixed the recaptcha_wp_saved_comment function. Thanks to Tomi M.
Version 2.9.2
'Beautified' the options page.
Added two options to allow users to enter their own custom error messages. Also good for foreign language support.
Fixed a conflict bug with the OpenID plugin where the reCAPTCHA form would show under the OpenID section in the registration form.
Added two new options which allow one to choose the text to be shown for all hidden Emails and/or the title of the link.
Fixed a 'Could not open socket' error in recaptchalib.php. Bug ID 26
Fixed a WPMU issue where blog registrations weren't possible due to a redirection to the first step in the registration process. Thanks to Edward.
Version 2.9.1
Forgot that if you can see emails in their true form, then you shouldn't have to see the [nohide][/nohide] tags either. Fixed.
Version 2.8.6
Administration interface is now integrated with 2.5's look and feel. Thanks to Jeremy Clarke.
Users can now have more control over who sees the reCAPTCHA form and who can see emails in their true form (If MailHide is enabled). Thanks to Jeremy Clarke.
Fixed a very stupid (One character deal) fatal error on most Windows Servers which don't support short tags (shortopentag). I'm speaking of the so called 'Unexpected $end' error.
Accomodated for the fact that in +2.6 the wp-content folder can be anywhere.