BBQ: Block Bad Queries - Version 20171101

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 20171101
Comparing to
See all releases

Code changes from version 20171019 to 20171101

Files changed (2) hide show
  1. block-bad-queries.php +3 -3
  2. readme.txt +9 -6
block-bad-queries.php CHANGED
@@ -11,8 +11,8 @@
11
  Donate link: https://m0n.co/donate
12
  Requires at least: 4.1
13
  Tested up to: 4.9
14
- Stable tag: 20171019
15
- Version: 20171019
16
  Requires PHP: 5.2
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', '20171019');
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://m0n.co/donate
12
  Requires at least: 4.1
13
  Tested up to: 4.9
14
+ Stable tag: 20171101
15
+ Version: 20171101
16
  Requires PHP: 5.2
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', '20171101');
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://m0n.co/donate
12
  Requires at least: 4.1
13
  Tested up to: 4.9
14
- Stable tag: 20171019
15
- Version: 20171019
16
  Requires PHP: 5.2
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -102,9 +102,9 @@ I recently recorded a video tutorial series for Lynda.com on [how to secure Word
102
  Nope, just install and relax knowing that BBQ is protecting your site from bad URL requests.
103
 
104
 
105
- **I just installed this plugin and I dont see NO MENU or any Settings whatsoever? Where is the settings?**
106
 
107
- No settings page needed for BBQ! Everything is done automatically behind the scenes. Zero configuration required. The free version of BBQ is strictly plug-n-play, set-it-and-forget-it, with no settings to configure whatsoever. Just install, activate, and enjoy better security and robust protection against malicious requests. The Pro version of BBQ is just as fast and simple to use, but is much more powerful and includes robust settings to customize and fine-tune your firewall.
108
 
109
 
110
  **Is BBQ free version compatible with Wordfence? Does it makes sense to use both?**
@@ -171,6 +171,11 @@ Links, tweets and likes also appreciated. Thank you! :)
171
 
172
  == Changelog ==
173
 
 
 
 
 
 
174
  **2017/10/19**
175
 
176
  * Changes `\/\.tar` to `\.tar` in Request patterns
@@ -315,5 +320,3 @@ Links, tweets and likes also appreciated. Thank you! :)
315
  * 2011/02/21 - Updated readme.txt file
316
  * 2009/12/30 - Added check for admin users
317
  * 2009/12/30 - Additional request strings added
318
-
319
-
11
  Donate link: https://m0n.co/donate
12
  Requires at least: 4.1
13
  Tested up to: 4.9
14
+ Stable tag: 20171101
15
+ Version: 20171101
16
  Requires PHP: 5.2
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
102
  Nope, just install and relax knowing that BBQ is protecting your site from bad URL requests.
103
 
104
 
105
+ **I don't see any Settings whatsoever? Where is the settings?**
106
 
107
+ No settings needed for BBQ! Everything is done automatically behind the scenes. Zero configuration required. The free version of BBQ is strictly plug-n-play, set-it-and-forget-it, with no settings to configure whatsoever. Just install, activate, and enjoy better security and robust protection against malicious requests. The Pro version of BBQ is just as fast and simple to use, but is much more powerful and includes robust settings to customize and fine-tune your firewall.
108
 
109
 
110
  **Is BBQ free version compatible with Wordfence? Does it makes sense to use both?**
171
 
172
  == Changelog ==
173
 
174
+ **2017/11/01**
175
+
176
+ * Updates readme.txt :)
177
+ * Tests on WordPress 4.9
178
+
179
  **2017/10/19**
180
 
181
  * Changes `\/\.tar` to `\.tar` in Request patterns
320
  * 2011/02/21 - Updated readme.txt file
321
  * 2009/12/30 - Added check for admin users
322
  * 2009/12/30 - Additional request strings added