Version Description
- Fixed a potential "syntax error" on sites running PHP <=7.2.
- Fixed a bug where quotes in "Custom HTTP headers" values were escaped with slashes.
- Updated Charts.js library.
- WP+ Edition (Premium): Updated GeoIP databases.
- Small fixes and adjustments.
Download this release
Release Info
Developer | nintechnet |
Plugin | NinjaFirewall (WP Edition) |
Version | 4.5.4 |
Comparing to | |
See all releases |
Code changes from version 4.5.3 to 4.5.4
- lib/utils.php +1 -1
- ninjafirewall.php +2 -2
- readme.txt +3 -2
lib/utils.php
CHANGED
@@ -955,7 +955,7 @@ function nfw_authenticate( $user ) {
|
|
955 |
__('Invalid username, email address or password.', 'ninjafirewall') .
|
956 |
"<br /><a href=\"$lostpass\">".
|
957 |
__('Lost your password?', 'ninjafirewall').
|
958 |
-
'</a>'
|
959 |
);
|
960 |
add_filter('shake_error_codes', 'nfw_err_shake');
|
961 |
}
|
955 |
__('Invalid username, email address or password.', 'ninjafirewall') .
|
956 |
"<br /><a href=\"$lostpass\">".
|
957 |
__('Lost your password?', 'ninjafirewall').
|
958 |
+
'</a>'
|
959 |
);
|
960 |
add_filter('shake_error_codes', 'nfw_err_shake');
|
961 |
}
|
ninjafirewall.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: NinjaFirewall (WP Edition)
|
4 |
Plugin URI: https://nintechnet.com/
|
5 |
Description: A true Web Application Firewall to protect and secure WordPress.
|
6 |
-
Version: 4.5.
|
7 |
Author: The Ninja Technologies Network
|
8 |
Author URI: https://nintechnet.com/
|
9 |
License: GPLv3 or later
|
@@ -19,7 +19,7 @@ Domain Path: /languages
|
|
19 |
| (c) NinTechNet - https://nintechnet.com/ |
|
20 |
+---------------------------------------------------------------------+
|
21 |
*/
|
22 |
-
define('NFW_ENGINE_VERSION', '4.5.
|
23 |
/*
|
24 |
+---------------------------------------------------------------------+
|
25 |
| This program is free software: you can redistribute it and/or |
|
3 |
Plugin Name: NinjaFirewall (WP Edition)
|
4 |
Plugin URI: https://nintechnet.com/
|
5 |
Description: A true Web Application Firewall to protect and secure WordPress.
|
6 |
+
Version: 4.5.4
|
7 |
Author: The Ninja Technologies Network
|
8 |
Author URI: https://nintechnet.com/
|
9 |
License: GPLv3 or later
|
19 |
| (c) NinTechNet - https://nintechnet.com/ |
|
20 |
+---------------------------------------------------------------------+
|
21 |
*/
|
22 |
+
define('NFW_ENGINE_VERSION', '4.5.4');
|
23 |
/*
|
24 |
+---------------------------------------------------------------------+
|
25 |
| This program is free software: you can redistribute it and/or |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: nintechnet, bruandet
|
|
3 |
Tags: security, firewall, malware, virus, protection, hack, antispam, scanner, hacked site, brute force, seguridad, seguranca, sicherheit, sicurezza, veiligheid, classicpress
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 6.0
|
6 |
-
Stable tag: 4.5.
|
7 |
Requires PHP: 5.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
@@ -208,8 +208,9 @@ WordPress Sicherheit Plugin.
|
|
208 |
|
209 |
Need more security? Take the time to explore our supercharged Premium edition: [NinjaFirewall WP+ Edition](https://nintechnet.com/ninjafirewall/wp-edition/?comparison)
|
210 |
|
211 |
-
= 4.5.
|
212 |
|
|
|
213 |
* Fixed a bug where quotes in "Custom HTTP headers" values were escaped with slashes.
|
214 |
* Updated Charts.js library.
|
215 |
* WP+ Edition (Premium): Updated GeoIP databases.
|
3 |
Tags: security, firewall, malware, virus, protection, hack, antispam, scanner, hacked site, brute force, seguridad, seguranca, sicherheit, sicurezza, veiligheid, classicpress
|
4 |
Requires at least: 4.7
|
5 |
Tested up to: 6.0
|
6 |
+
Stable tag: 4.5.4
|
7 |
Requires PHP: 5.5
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
208 |
|
209 |
Need more security? Take the time to explore our supercharged Premium edition: [NinjaFirewall WP+ Edition](https://nintechnet.com/ninjafirewall/wp-edition/?comparison)
|
210 |
|
211 |
+
= 4.5.4 =
|
212 |
|
213 |
+
* Fixed a potential "syntax error" on sites running PHP <=7.2.
|
214 |
* Fixed a bug where quotes in "Custom HTTP headers" values were escaped with slashes.
|
215 |
* Updated Charts.js library.
|
216 |
* WP+ Edition (Premium): Updated GeoIP databases.
|