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

Version Description

  • Refreshed Country IPs
  • Refreshed WebAttackers IPs
  • Refreshed Proxy IPs

Improvements

  • Improved loading speed
  • Improved detection algorithm
Download this release

Release Info

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

Code changes from version 3.0.11 to 3.0.12

engine/db-access/GdbcDbAccessController.php CHANGED
@@ -292,7 +292,7 @@ final class GdbcDbAccessController
292
  global $wpdb;
293
  $sqlQuery = 'DELETE FROM ' . self::getAttemptsTableName() . ' WHERE CreatedDate < %d ';
294
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' AND Id > %d ' : ' AND SiteId = %d ';
295
- $sqlQuery .= 'LIMIT 300';
296
 
297
  $arrParams = array($createdDateTime);
298
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
@@ -311,7 +311,7 @@ final class GdbcDbAccessController
311
  global $wpdb;
312
  $sqlQuery = 'UPDATE ' . self::getAttemptsTableName() . " SET Notes = '' WHERE CreatedDate < %d AND (Notes <> '' OR Notes IS NOT NULL )";
313
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' AND Id > %d ' : ' AND SiteId = %d ';
314
- $sqlQuery .= 'LIMIT 300';
315
 
316
  $arrParams = array($createdDateTime);
317
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
292
  global $wpdb;
293
  $sqlQuery = 'DELETE FROM ' . self::getAttemptsTableName() . ' WHERE CreatedDate < %d ';
294
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' AND Id > %d ' : ' AND SiteId = %d ';
295
+ $sqlQuery .= 'LIMIT 10000';
296
 
297
  $arrParams = array($createdDateTime);
298
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
311
  global $wpdb;
312
  $sqlQuery = 'UPDATE ' . self::getAttemptsTableName() . " SET Notes = '' WHERE CreatedDate < %d AND (Notes <> '' OR Notes IS NOT NULL )";
313
  $sqlQuery .= GoodByeCaptcha::isNetworkActivated() ? ' AND Id > %d ' : ' AND SiteId = %d ';
314
+ $sqlQuery .= 'LIMIT 1000';
315
 
316
  $arrParams = array($createdDateTime);
317
  $arrParams[] = GoodByeCaptcha::isNetworkActivated() ? 0 : get_current_blog_id();
goodbye-captcha.php CHANGED
@@ -10,7 +10,7 @@
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.0.11
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
@@ -23,7 +23,7 @@ if(!class_exists('GoodByeCaptcha', false))
23
  {
24
  class GoodByeCaptcha
25
  {
26
- CONST PLUGIN_VERSION = '3.0.11';
27
  CONST PLUGIN_SLUG = 'wp-bruiser';
28
  CONST PLUGIN_NAME = 'WPBruiser';
29
  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.0.12
14
  * Author: Mihai Chelaru
15
  * Author URI: http://www.wpbruiser.com
16
  * Text Domain: wp-bruiser
23
  {
24
  class GoodByeCaptcha
25
  {
26
+ CONST PLUGIN_VERSION = '3.0.12';
27
  CONST PLUGIN_SLUG = 'wp-bruiser';
28
  CONST PLUGIN_NAME = 'WPBruiser';
29
  CONST PLUGIN_SITE_URL = 'http://www.wpbruiser.com';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
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: 3.5
6
  Tested up to: 4.5
7
- Stable tag: 3.0.11
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -222,6 +222,19 @@ Improved proxy detection feature
222
 
223
  == Changelog ==
224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
225
  = 3.0.11 =
226
 
227
  **Improvements**
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: 3.5
6
  Tested up to: 4.5
7
+ Stable tag: 3.0.12
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
222
 
223
  == Changelog ==
224
 
225
+ = 3.0.12 =
226
+
227
+ - Refreshed Country IPs
228
+ - Refreshed WebAttackers IPs
229
+ - Refreshed Proxy IPs
230
+
231
+ **Improvements**
232
+
233
+ - Improved loading speed
234
+ - Improved detection algorithm
235
+
236
+
237
+
238
  = 3.0.11 =
239
 
240
  **Improvements**