BBQ: Block Bad Queries - Version 20190220

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

Code changes from version 20181117 to 20190220

Files changed (2) hide show
  1. block-bad-queries.php +4 -4
  2. readme.txt +8 -4
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.0
14
- Stable tag: 20181117
15
- Version: 20181117
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', '20181117');
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__));
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.1
14
+ Stable tag: 20190220
15
+ Version: 20190220
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', '20190220');
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
@@ -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.0
14
- Stable tag: 20181117
15
- Version: 20181117
16
  Requires PHP: 5.2
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
@@ -188,11 +188,15 @@ Links, tweets and likes also appreciated. Thank you! :)
188
 
189
  == Changelog ==
190
 
 
 
 
 
191
  **2018/11/17**
192
 
193
  * Adds homepage link to Plugins screen
194
  * Updates default translation template
195
- * Tests on WordPress 5.0 (beta)
196
 
197
  **2018/08/21**
198
 
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.1
14
+ Stable tag: 20190220
15
+ Version: 20190220
16
  Requires PHP: 5.2
17
  Text Domain: block-bad-queries
18
  Domain Path: /languages
188
 
189
  == Changelog ==
190
 
191
+ **2019/02/20**
192
+
193
+ * Tests on WordPress 5.1
194
+
195
  **2018/11/17**
196
 
197
  * Adds homepage link to Plugins screen
198
  * Updates default translation template
199
+ * Tests on WordPress 5.0
200
 
201
  **2018/08/21**
202