- Require the latest version of recaptcha-client, which has the correct HTTPS URL for the recaptcha service. [davisagli]
- Add support for Zope2.13: try to use five.formlib first. [toutpt]
1.1.1
------------------
- Register the captcha view using browser:page instead of browser:view, because I still fail to understand the latter and was breaking access from restricted python in Zope 2.12. [davisagli]
1.1
----------------
- Use the recaptcha settings from plone.formwidget.recaptcha if it is installed, since it overrides our recaptcha-settings view. [davisagli]
1.0.1
------------------
- Disallowed dependency on broken release of recaptcha-client (1.0.4). [davisagli]
1.0
----------------
- Fixed method signature for verify method so that the vestigial input parameter from collective.captcha's ICaptchaView is no longer required. [davisagli]
- Added documentation. [davisagli]
1.0b2
------------------
- Correctly handle comma-delimited values in the HTTP_X_FORWARDED_FOR header. [davisagli]
- Added support for verifying the captcha multiple times within the same request. [davisagli]
- Added security declarations on the view methods so they can be called from restricted Python. [davisagli]