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 | 20181117 |
Comparing to | |
See all releases |
Code changes from version 20180821 to 20181117
- bbq-settings.php +6 -0
- block-bad-queries.php +4 -4
- readme.txt +15 -4
bbq-settings.php
CHANGED
@@ -114,6 +114,12 @@ function bbq_meta_links($links, $file) {
|
|
114 |
|
115 |
if ($file == BBQ_FILE) {
|
116 |
|
|
|
|
|
|
|
|
|
|
|
|
|
117 |
$rate_url = esc_url('https://wordpress.org/support/plugin/block-bad-queries/reviews/?rate=5#new-post');
|
118 |
$rate_title = esc_attr__('Click here to rate and review this plugin at WordPress.org', 'block-bad-queries');
|
119 |
$rate_text = esc_html__('Rate this plugin »', 'block-bad-queries');
|
114 |
|
115 |
if ($file == BBQ_FILE) {
|
116 |
|
117 |
+
$home_href = 'https://perishablepress.com/block-bad-queries/';
|
118 |
+
$home_title = esc_attr__('Plugin Homepage', 'block-bad-queries');
|
119 |
+
$home_text = esc_html__('Homepage', 'block-bad-queries');
|
120 |
+
|
121 |
+
$links[] = '<a target="_blank" rel="noopener noreferrer" href="'. $home_href .'" title="'. $home_title .'">'. $home_text .'</a>';
|
122 |
+
|
123 |
$rate_url = esc_url('https://wordpress.org/support/plugin/block-bad-queries/reviews/?rate=5#new-post');
|
124 |
$rate_title = esc_attr__('Click here to rate and review this plugin at WordPress.org', 'block-bad-queries');
|
125 |
$rate_text = esc_html__('Rate this plugin »', 'block-bad-queries');
|
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:
|
14 |
-
Stable tag:
|
15 |
-
Version:
|
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', '
|
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.0
|
14 |
+
Stable tag: 20181117
|
15 |
+
Version: 20181117
|
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', '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__));
|
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:
|
14 |
-
Stable tag:
|
15 |
-
Version:
|
16 |
Requires PHP: 5.2
|
17 |
Text Domain: block-bad-queries
|
18 |
Domain Path: /languages
|
@@ -53,7 +53,7 @@ The fastest firewall plugin for WordPress.
|
|
53 |
|
54 |
This plugin does not collect any user data. So it does _not_ do anything to make your site _less_ compliant with GDPR. I have done my best to ensure that this plugin is 100% GDPR compliant, but I'm not a lawyer so can't guarantee anything. To determine if your site is GDPR compliant, please consult an attorney.
|
55 |
|
56 |
-
> Works perfectly with or without Gutenberg
|
57 |
|
58 |
**Pro Version**
|
59 |
|
@@ -80,6 +80,11 @@ Once active, BBQ automically blocks bad queries to protect your site against mal
|
|
80 |
Note that the [Pro version of BBQ](https://plugin-planet.com/bbq-pro/) makes it possible to customize patterns (add, edit, remove) directly via the plugin settings, with a click.
|
81 |
|
82 |
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
== Upgrade Notice ==
|
85 |
|
@@ -183,6 +188,12 @@ Links, tweets and likes also appreciated. Thank you! :)
|
|
183 |
|
184 |
== Changelog ==
|
185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
186 |
**2018/08/21**
|
187 |
|
188 |
* Removes `.tar` from Request URI patterns
|
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
|
53 |
|
54 |
This plugin does not collect any user data. So it does _not_ do anything to make your site _less_ compliant with GDPR. I have done my best to ensure that this plugin is 100% GDPR compliant, but I'm not a lawyer so can't guarantee anything. To determine if your site is GDPR compliant, please consult an attorney.
|
55 |
|
56 |
+
> Works perfectly with or without Gutenberg Block Editor
|
57 |
|
58 |
**Pro Version**
|
59 |
|
80 |
Note that the [Pro version of BBQ](https://plugin-planet.com/bbq-pro/) makes it possible to customize patterns (add, edit, remove) directly via the plugin settings, with a click.
|
81 |
|
82 |
|
83 |
+
**Like the plugin?**
|
84 |
+
|
85 |
+
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!
|
86 |
+
|
87 |
+
|
88 |
|
89 |
== Upgrade Notice ==
|
90 |
|
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 |
|
199 |
* Removes `.tar` from Request URI patterns
|