WPBruiser {no- Captcha anti-Spam} - Version 3.1.25

Version Description

  • Refreshed Incapsula, Amazon and Cloudflare trusted IPs ranges
Download this release

Release Info

Developer mihche
Plugin Icon 128x128 WPBruiser {no- Captcha anti-Spam}
Version 3.1.25
Comparing to
See all releases

Code changes from version 3.1.23 to 3.1.25

Files changed (2) hide show
  1. goodbye-captcha.php +2 -8
  2. readme.txt +2 -2
goodbye-captcha.php CHANGED
@@ -10,24 +10,18 @@
10
  * Plugin Name: WPBruiser
11
  * Plugin URI: http://www.wpbruiser.com
12
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
13
- * Version: 3.1.23
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
17
  * Domain Path: /languages
18
  */
19
 
20
-
21
-
22
-
23
-
24
-
25
-
26
  if(!class_exists('GoodByeCaptcha', false))
27
  {
28
  class GoodByeCaptcha
29
  {
30
- CONST PLUGIN_VERSION = '3.1.23';
31
  CONST PLUGIN_SLUG = 'wp-bruiser';
32
  CONST PLUGIN_NAME = 'WPBruiser';
33
  CONST PLUGIN_SITE_URL = 'http://www.wpbruiser.com';
10
  * Plugin Name: WPBruiser
11
  * Plugin URI: http://www.wpbruiser.com
12
  * Description: An extremely powerful anti-spam plugin that blocks spambots without annoying captcha images.
13
+ * Version: 3.1.25
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
17
  * Domain Path: /languages
18
  */
19
 
 
 
 
 
 
 
20
  if(!class_exists('GoodByeCaptcha', false))
21
  {
22
  class GoodByeCaptcha
23
  {
24
+ CONST PLUGIN_VERSION = '3.1.25';
25
  CONST PLUGIN_SLUG = 'wp-bruiser';
26
  CONST PLUGIN_NAME = 'WPBruiser';
27
  CONST PLUGIN_SITE_URL = 'http://www.wpbruiser.com';
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: mihche
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC3TSGEJQP2U
4
  Tags: captcha, antispam, anti-spam, spam, mailpoet, antispambot, brute force, comment spam, jetpack contact form, contact form 7, ninja forms, formidable forms, wp bruiser
5
  Requires at least: 4.0
6
- Tested up to: 4.9
7
- Stable tag: 3.1.23
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
3
  Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XVC3TSGEJQP2U
4
  Tags: captcha, antispam, anti-spam, spam, mailpoet, antispambot, brute force, comment spam, jetpack contact form, contact form 7, ninja forms, formidable forms, wp bruiser
5
  Requires at least: 4.0
6
+ Tested up to: 5.0
7
+ Stable tag: 3.1.25
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10