diff --git a/wp-content/plugins/wp-recaptcha/readme.txt b/wp-content/plugins/wp-recaptcha/readme.txt index c7e190a4853e3e33b39f0ba1f6d3dbae32b901dc..206a99eab506cdf7d76f92c1977ca255f576f2e9 100644 --- a/wp-content/plugins/wp-recaptcha/readme.txt +++ b/wp-content/plugins/wp-recaptcha/readme.txt @@ -1,9 +1,9 @@ === Plugin Name === -Contributors: BlaenkDenum +Contributors: recaptchanet Tags: comments, registration, recaptcha, antispam, mailhide, captcha Requires at least: 2.7 Tested up to: 2.9.1 -Stable tag: 3.1.6 +Stable tag: 3.2 Integrates reCAPTCHA anti-spam methods with WordPress including comment, registration, and email spam protection. @@ -44,6 +44,8 @@ To install in regular WordPress and [WordPress MultiSite](http://codex.wordpress == ChangeLog == += Version 3.2 +* Transferred ownership back to Google = Version 3.1.6 = * WordPress MS fixes. Should now work out of the box at the individual blog level. Thanks to [huyz](http://huyz.us/) * NOTICE: If anyone is interested in taking up development of this plugin, please contact me at blaenk@gmail.com. diff --git a/wp-content/plugins/wp-recaptcha/wp-recaptcha.php b/wp-content/plugins/wp-recaptcha/wp-recaptcha.php index 55eb77a09d877b127918160811c581f1d2c40398..a4c2b47f42d148ec159d13fd0376041587d3911e 100644 --- a/wp-content/plugins/wp-recaptcha/wp-recaptcha.php +++ b/wp-content/plugins/wp-recaptcha/wp-recaptcha.php @@ -3,7 +3,7 @@ Plugin Name: WP-reCAPTCHA Plugin URI: https://github.com/blaenk/wp-recaptcha Description: Integrates reCAPTCHA anti-spam solutions with wordpress -Version: 3.1.6 +Version: 3.2 Author: Jorge Peña Email: support@recaptcha.net Author URI: https://github.com/blaenk