Changeset 3481023
- Timestamp:
- 03/12/2026 09:44:02 AM (2 weeks ago)
- Location:
- ninjafirewall/trunk
- Files:
-
- 4 edited
-
lib/class-ip.php (modified) (1 diff)
-
lib/firewall.php (modified) (1 diff)
-
ninjafirewall.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ninjafirewall/trunk/lib/class-ip.php
r3479073 r3481023 19 19 20 20 /** 21 * Return an IP address and its type ( IPv4/IPv6,public/private).21 * Return an IP address and its type (public/private). 22 22 * $nfw_options is only used here for compatibility with the WP+ version. 23 23 */ -
ninjafirewall/trunk/lib/firewall.php
r3479073 r3481023 282 282 } 283 283 284 if (! empty($nfw_['nfw_options']['fg_enable']) && ! defined('NFW_WPWAF') ) { 284 /** 285 * File Guard. 286 */ 287 if (! empty( $nfw_['nfw_options']['fg_enable'] ) ) { 285 288 include_once 'fw_fileguard.php'; 286 289 fw_fileguard(); -
ninjafirewall/trunk/ninjafirewall.php
r3479073 r3481023 4 4 Plugin URI: https://nintechnet.com/ 5 5 Description: A true Web Application Firewall to protect and secure WordPress. 6 Version: 4.8.4 -RC16 Version: 4.8.4 7 7 Author: The Ninja Technologies Network 8 8 Author URI: https://nintechnet.com/ … … 12 12 Domain Path: /languages 13 13 */ 14 define('NFW_ENGINE_VERSION', '4.8.4 -RC1');14 define('NFW_ENGINE_VERSION', '4.8.4'); 15 15 /* 16 16 +=====================================================================+ -
ninjafirewall/trunk/readme.txt
r3479073 r3481023 4 4 Requires at least: 4.9 5 5 Tested up to: 6.9 6 Stable tag: 4.8. 36 Stable tag: 4.8.4 7 7 Requires PHP: 7.1 8 8 License: GPLv3 or later
Note: See TracChangeset
for help on using the changeset viewer.