Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA) - Version 2.0.1

Version Description

Download this release

Release Info

Developer OddOneOut
Plugin Icon wp plugin Better WordPress reCAPTCHA (with no CAPTCHA reCAPTCHA)
Version 2.0.1
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.1

Files changed (2) hide show
  1. bwp-recaptcha.php +2 -2
  2. readme.txt +1 -1
bwp-recaptcha.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Better WordPress reCAPTCHA
4
  Plugin URI: http://betterwp.net/wordpress-plugins/bwp-recaptcha/
5
  Description: This plugin utilizes reCAPTCHA (with support for Akismet) to help your blog stay clear of spams. This plugin, however, has a different approach from the current WP-reCAPTCHA plugin and allows you to customize how the captcha looks using CSS.
6
- Version: 2.0.0
7
  Text Domain: bwp-recaptcha
8
  Domain Path: /languages/
9
  Author: Khang Minh
@@ -17,7 +17,7 @@ if (class_exists('BWP_RECAPTCHA') || !defined('ABSPATH'))
17
 
18
  $bwp_capt_meta = array(
19
  'title' => 'Better WordPress reCAPTCHA',
20
- 'version' => '2.0.0',
21
  'domain' => 'bwp-recaptcha'
22
  );
23
 
3
  Plugin Name: Better WordPress reCAPTCHA
4
  Plugin URI: http://betterwp.net/wordpress-plugins/bwp-recaptcha/
5
  Description: This plugin utilizes reCAPTCHA (with support for Akismet) to help your blog stay clear of spams. This plugin, however, has a different approach from the current WP-reCAPTCHA plugin and allows you to customize how the captcha looks using CSS.
6
+ Version: 2.0.1
7
  Text Domain: bwp-recaptcha
8
  Domain Path: /languages/
9
  Author: Khang Minh
17
 
18
  $bwp_capt_meta = array(
19
  'title' => 'Better WordPress reCAPTCHA',
20
+ 'version' => '2.0.1',
21
  'domain' => 'bwp-recaptcha'
22
  );
23
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://betterwp.net/wordpress-plugins/bwp-recaptcha/#contributions
4
  Tags: recaptcha, captcha, comment captcha, login captcha, user registration captcha, blog registration captcha, contact form, contact form 7, akismet, akismet integration, akismet captcha, anti-spam, antispam
5
  Requires at least: 3.0
6
  Tested up to: 4.3
7
- Stable tag: 2.0.0
8
  License: GPLv3 or later
9
 
10
  This plugin utilizes Google reCAPTCHA to help your blog stay clear of spams. You can use this plugin with Akismet and Contact Form 7.
4
  Tags: recaptcha, captcha, comment captcha, login captcha, user registration captcha, blog registration captcha, contact form, contact form 7, akismet, akismet integration, akismet captcha, anti-spam, antispam
5
  Requires at least: 3.0
6
  Tested up to: 4.3
7
+ Stable tag: 2.0.1
8
  License: GPLv3 or later
9
 
10
  This plugin utilizes Google reCAPTCHA to help your blog stay clear of spams. You can use this plugin with Akismet and Contact Form 7.