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 | BBQ: Block Bad Queries |
Version | 20191109 |
Comparing to | |
See all releases |
Code changes from version 20190902 to 20191109
- block-bad-queries.php +5 -5
- readme.txt +8 -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.
|
14 |
-
Stable tag:
|
15 |
-
Version:
|
16 |
Requires PHP: 5.6.20
|
17 |
Text Domain: block-bad-queries
|
18 |
Domain Path: /languages
|
@@ -38,10 +38,10 @@
|
|
38 |
|
39 |
if (!defined('ABSPATH')) die();
|
40 |
|
41 |
-
if (!defined('BBQ_VERSION')) define('BBQ_VERSION', '
|
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',
|
45 |
|
46 |
function bbq_core() {
|
47 |
|
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
|
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/'));
|
45 |
|
46 |
function bbq_core() {
|
47 |
|
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.
|
14 |
-
Stable tag:
|
15 |
-
Version:
|
16 |
Requires PHP: 5.6.20
|
17 |
Text Domain: block-bad-queries
|
18 |
Domain Path: /languages
|
@@ -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/09/02**
|
203 |
|
204 |
* Updates some links to https
|
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
|
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
|
205 |
+
* Tests on WordPress 5.3
|
206 |
+
|
207 |
**2019/09/02**
|
208 |
|
209 |
* Updates some links to https
|