BBQ: Block Bad Queries - Version 20200319

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

Code changes from version 20191109 to 20200319

Files changed (2) hide show
  1. block-bad-queries.php +5 -5
  2. readme.txt +12 -3
block-bad-queries.php CHANGED
@@ -10,9 +10,9 @@
10
  Contributors: specialk, aldolat, WpBlogHost, jameswilkes, juliobox, lernerconsult
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
- Tested up to: 5.3
14
- Stable tag: 20191109
15
- Version: 20191109
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -33,12 +33,12 @@
33
  You should have received a copy of the GNU General Public License
34
  with this program. If not, visit: https://www.gnu.org/licenses/
35
 
36
- Copyright 2019 Monzilla Media. All rights reserved.
37
  */
38
 
39
  if (!defined('ABSPATH')) die();
40
 
41
- if (!defined('BBQ_VERSION')) define('BBQ_VERSION', '20191109');
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', plugins_url('/block-bad-queries/'));
10
  Contributors: specialk, aldolat, WpBlogHost, jameswilkes, juliobox, lernerconsult
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
+ Tested up to: 5.4
14
+ Stable tag: 20200319
15
+ Version: 20200319
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
33
  You should have received a copy of the GNU General Public License
34
  with this program. If not, visit: https://www.gnu.org/licenses/
35
 
36
+ Copyright 2020 Monzilla Media. All rights reserved.
37
  */
38
 
39
  if (!defined('ABSPATH')) die();
40
 
41
+ if (!defined('BBQ_VERSION')) define('BBQ_VERSION', '20200319');
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', plugins_url('/block-bad-queries/'));
readme.txt CHANGED
@@ -10,9 +10,9 @@ Author URI: https://plugin-planet.com/
10
  Contributors: specialk, aldolat, WpBlogHost, jameswilkes, juliobox, lernerconsult
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
- Tested up to: 5.3
14
- Stable tag: 20191109
15
- Version: 20191109
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -167,6 +167,11 @@ __Answer:__ It's fine to run both BBQ and 6G/7G Firewall at the same time. Both
167
  Yes, check out [Blackhole for Bad Bots](https://wordpress.org/plugins/blackhole-bad-bots/) to protect your site against bad bots. I also have a [video course on WordPress security](https://m0n.co/securewp), for more plugin recommendations and lots of tips and tricks.
168
 
169
 
 
 
 
 
 
170
  **Got a question?**
171
 
172
  Send any questions or feedback via my [contact form](https://perishablepress.com/contact/).
@@ -199,6 +204,10 @@ 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/11/09**
203
 
204
  * Changes to `plugins_url()` for `BBQ_URL` constant
10
  Contributors: specialk, aldolat, WpBlogHost, jameswilkes, juliobox, lernerconsult
11
  Donate link: https://monzillamedia.com/donate.html
12
  Requires at least: 4.1
13
+ Tested up to: 5.4
14
+ Stable tag: 20200319
15
+ Version: 20200319
16
  Requires PHP: 5.6.20
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
167
  Yes, check out [Blackhole for Bad Bots](https://wordpress.org/plugins/blackhole-bad-bots/) to protect your site against bad bots. I also have a [video course on WordPress security](https://m0n.co/securewp), for more plugin recommendations and lots of tips and tricks.
168
 
169
 
170
+ **My PHP checker found something?**
171
+
172
+ If you are using some PHP checker that's reporting an error or bad string in BBQ, it's a false positive and safe to ignore. Why? Because the PHP checker is finding the static strings/patterns that BBQ uses to identify and block bad requests. In other words, your PHP checker is finding a static string thinking it is live code. It's not. If possible, please take a moment to report this to the developers of your PHP checker. They should be happy to improve the accuracy and quality of their plugin.
173
+
174
+
175
  **Got a question?**
176
 
177
  Send any questions or feedback via my [contact form](https://perishablepress.com/contact/).
204
  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!
205
 
206
 
207
+ **2020/03/19**
208
+
209
+ * Tests on WordPress 5.4
210
+
211
  **2019/11/09**
212
 
213
  * Changes to `plugins_url()` for `BBQ_URL` constant