Plugin Directory

Changeset 3481023


Ignore:
Timestamp:
03/12/2026 09:44:02 AM (2 weeks ago)
Author:
nintechnet
Message:

adding v4.8.4

Location:
ninjafirewall/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ninjafirewall/trunk/lib/class-ip.php

    r3479073 r3481023  
    1919
    2020    /**
    21      * Return an IP address and its type (IPv4/IPv6, public/private).
     21     * Return an IP address and its type (public/private).
    2222     * $nfw_options is only used here for compatibility with the WP+ version.
    2323     */
  • ninjafirewall/trunk/lib/firewall.php

    r3479073 r3481023  
    282282}
    283283
    284 if (! empty($nfw_['nfw_options']['fg_enable']) && ! defined('NFW_WPWAF') ) {
     284/**
     285 * File Guard.
     286 */
     287if (! empty( $nfw_['nfw_options']['fg_enable'] )  ) {
    285288    include_once 'fw_fileguard.php';
    286289    fw_fileguard();
  • ninjafirewall/trunk/ninjafirewall.php

    r3479073 r3481023  
    44Plugin URI: https://nintechnet.com/
    55Description: A true Web Application Firewall to protect and secure WordPress.
    6 Version: 4.8.4-RC1
     6Version: 4.8.4
    77Author: The Ninja Technologies Network
    88Author URI: https://nintechnet.com/
     
    1212Domain Path: /languages
    1313*/
    14 define('NFW_ENGINE_VERSION', '4.8.4-RC1');
     14define('NFW_ENGINE_VERSION', '4.8.4');
    1515/*
    1616 +=====================================================================+
  • ninjafirewall/trunk/readme.txt

    r3479073 r3481023  
    44Requires at least: 4.9
    55Tested up to: 6.9
    6 Stable tag: 4.8.3
     6Stable tag: 4.8.4
    77Requires PHP: 7.1
    88License: GPLv3 or later
Note: See TracChangeset for help on using the changeset viewer.