BBQ: Block Bad Queries - Version 20190902

Version Description

To upgrade BBQ, remove old version and replace with new version. Or just click "Update" from the Plugins screen and let WordPress do it for you automatically. Nothing else needs done.

Download this release

Release Info

Developer specialk
Plugin Icon 128x128 BBQ: Block Bad Queries
Version 20190902
Comparing to
See all releases

Code changes from version 20190501 to 20190902

Files changed (2) hide show
  1. block-bad-queries.php +3 -3
  2. readme.txt +11 -6
block-bad-queries.php CHANGED
@@ -11,8 +11,8 @@
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
  Tested up to: 5.2
14
- Stable tag: 20190501
15
- Version: 20190501
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -38,7 +38,7 @@
38
 
39
  if (!defined('ABSPATH')) die();
40
 
41
- if (!defined('BBQ_VERSION')) define('BBQ_VERSION', '20190501');
42
  if (!defined('BBQ_FILE')) define('BBQ_FILE', plugin_basename(__FILE__));
43
  if (!defined('BBQ_DIR')) define('BBQ_DIR', plugin_dir_path(__FILE__));
44
  if (!defined('BBQ_URL')) define('BBQ_URL', plugin_dir_url(__FILE__));
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
  Tested up to: 5.2
14
+ Stable tag: 20190902
15
+ Version: 20190902
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
38
 
39
  if (!defined('ABSPATH')) die();
40
 
41
+ if (!defined('BBQ_VERSION')) define('BBQ_VERSION', '20190902');
42
  if (!defined('BBQ_FILE')) define('BBQ_FILE', plugin_basename(__FILE__));
43
  if (!defined('BBQ_DIR')) define('BBQ_DIR', plugin_dir_path(__FILE__));
44
  if (!defined('BBQ_URL')) define('BBQ_URL', plugin_dir_url(__FILE__));
readme.txt CHANGED
@@ -11,8 +11,8 @@ Contributors: specialk, aldolat, WpBlogHost, jameswilkes, juliobox, lernerconsul
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
  Tested up to: 5.2
14
- Stable tag: 20190501
15
- Version: 20190501
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -69,7 +69,7 @@ For advanced protection and awesome features, check out [BBQ Pro](https://plugin
69
 
70
  Once active, BBQ automically blocks bad queries to protect your site against malicious URL requests. For more control and stronger protection, [check out BBQ Pro »](https://plugin-planet.com/bbq-pro/)
71
 
72
- [More info on installing WP plugins](http://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
73
 
74
 
75
  **Customizing**
@@ -159,7 +159,7 @@ So you can check out the Standalone PHP Script for sites that are not running Wo
159
 
160
  __Full question:__ "Except most of the rules overlapping, is it counter productive (site slowing down for example, potential conflicts, bugs) or is there any risks using 6G/7G Firewall + BBQ at the same time?"
161
 
162
- __Answer:__ It's fine to run both BBQ and 6G/7G Firewall at the same time. Both firewalls are super fast, so they wont slow things down. In other words the two firewalls play well together. The only downside is that some of the rules will be redundant, but there should be no negative impact on performance. The upside is that you get extra protection when using both, as there are variations in the firewall rules and patterns, etc.
163
 
164
 
165
  **Do you offer any other security plugins?**
@@ -199,6 +199,11 @@ Links, tweets and likes also appreciated. Thank you! :)
199
  If you like BBQ, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/block-bad-queries/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
200
 
201
 
 
 
 
 
 
202
  **2019/05/01**
203
 
204
  * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20
@@ -290,8 +295,8 @@ If you like BBQ, please take a moment to [give a 5-star rating](https://wordpres
290
 
291
  **2015/11/07**
292
 
293
- * Added `\.php\([0-9]+\)`, `__hdhdhd.php` to URI patterns (Thanks to [George Lerner](http://www.glerner.com/))
294
- * Added `acapbot`, `semalt` to User Agent patterns (Thanks to [George Lerner](http://www.glerner.com/))
295
  * Replaced `UNION.*SELECT` with `UNION(.*)SELECT` in Request URI patterns
296
  * Added `morfeus`, `snoopy` to User Agent patterns
297
  * Refactored redirect/exit functionality
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
  Tested up to: 5.2
14
+ Stable tag: 20190902
15
+ Version: 20190902
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
69
 
70
  Once active, BBQ automically blocks bad queries to protect your site against malicious URL requests. For more control and stronger protection, [check out BBQ Pro »](https://plugin-planet.com/bbq-pro/)
71
 
72
+ [More info on installing WP plugins](https://codex.wordpress.org/Managing_Plugins#Installing_Plugins)
73
 
74
 
75
  **Customizing**
159
 
160
  __Full question:__ "Except most of the rules overlapping, is it counter productive (site slowing down for example, potential conflicts, bugs) or is there any risks using 6G/7G Firewall + BBQ at the same time?"
161
 
162
+ __Answer:__ It's fine to run both BBQ and 6G/7G Firewall at the same time. Both firewalls are super fast, so they won't slow things down. In other words the two firewalls play well together. The only downside is that some of the rules will be redundant, but there should be no negative impact on performance. The upside is that you get extra protection when using both, as there are variations in the firewall rules and patterns, etc.
163
 
164
 
165
  **Do you offer any other security plugins?**
199
  If you like BBQ, please take a moment to [give a 5-star rating](https://wordpress.org/support/plugin/block-bad-queries/reviews/?rate=5#new-post). It helps to keep development and support going strong. Thank you!
200
 
201
 
202
+ **2019/09/02**
203
+
204
+ * Updates some links to https
205
+ * Tests on WordPress 5.3 (alpha)
206
+
207
  **2019/05/01**
208
 
209
  * Bumps [minimum PHP version](https://codex.wordpress.org/Template:Server_requirements) to 5.6.20
295
 
296
  **2015/11/07**
297
 
298
+ * Added `\.php\([0-9]+\)`, `__hdhdhd.php` to URI patterns (Thanks to [George Lerner](https://www.glerner.com/))
299
+ * Added `acapbot`, `semalt` to User Agent patterns (Thanks to [George Lerner](https://www.glerner.com/))
300
  * Replaced `UNION.*SELECT` with `UNION(.*)SELECT` in Request URI patterns
301
  * Added `morfeus`, `snoopy` to User Agent patterns
302
  * Refactored redirect/exit functionality