Plugin Directory

Changeset 2246124


Ignore:
Timestamp:
02/18/2020 10:49:56 AM (5 years ago)
Author:
devoutpro
Message:

v1.10 lookup bugfix

Location:
nomore404-404-redirection-and-firewall/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • nomore404-404-redirection-and-firewall/trunk/includes/nomore404-list-table-class.php

    r2244997 r2246124  
    652652            //return gethostbyaddr($ip);
    653653            //
     654            // execute nslookup command
     655            exec('nslookup '.$ip, $op);
    654656           
    655657            // on linux nslookup returns 2 diffrent line depending on
  • nomore404-404-redirection-and-firewall/trunk/nomore404.php

    r2244997 r2246124  
    44 * Plugin URI:          https://devoutpro.com/nomore404
    55 * Description:         NoMore404 is a free WordPress plugin for redirection of 404 pages (301 type of redirection) and simple firewall to block malicious hosts and URLs.
    6  * Version:             1.09
     6 * Version:             1.10
    77 * Requires at least:   4.0
    88 * Requires PHP:        5.3
     
    3232defined('ABSPATH') or exit;
    3333
    34 define("NOMORE404VERSION", "1.09");
    35 define("NOMORE404DBVERSION", "1.09");
     34define("NOMORE404VERSION", "1.10");
     35define("NOMORE404DBVERSION", "1.10");
    3636
    3737// plugin activation and uninstallation
  • nomore404-404-redirection-and-firewall/trunk/readme.txt

    r2244997 r2246124  
    66Tested up to: 5.3.2
    77Requires PHP: 5.3
    8 Stable tag: 1.09
     8Stable tag: 1.10
    99License: GPLv2
    1010License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3030
    3131== Changelog ==
     321.10 linux lookup bugfix
    32331.09 Bugfix saving URI, optimising host name lookup for windows and linux
    33341.08 Callers have new field hostname and new bulk action created to find hostnames.
Note: See TracChangeset for help on using the changeset viewer.