Changeset 2246124
- Timestamp:
- 02/18/2020 10:49:56 AM (5 years ago)
- 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 652 652 //return gethostbyaddr($ip); 653 653 // 654 // execute nslookup command 655 exec('nslookup '.$ip, $op); 654 656 655 657 // on linux nslookup returns 2 diffrent line depending on -
nomore404-404-redirection-and-firewall/trunk/nomore404.php
r2244997 r2246124 4 4 * Plugin URI: https://devoutpro.com/nomore404 5 5 * 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. 096 * Version: 1.10 7 7 * Requires at least: 4.0 8 8 * Requires PHP: 5.3 … … 32 32 defined('ABSPATH') or exit; 33 33 34 define("NOMORE404VERSION", "1. 09");35 define("NOMORE404DBVERSION", "1. 09");34 define("NOMORE404VERSION", "1.10"); 35 define("NOMORE404DBVERSION", "1.10"); 36 36 37 37 // plugin activation and uninstallation -
nomore404-404-redirection-and-firewall/trunk/readme.txt
r2244997 r2246124 6 6 Tested up to: 5.3.2 7 7 Requires PHP: 5.3 8 Stable tag: 1. 098 Stable tag: 1.10 9 9 License: GPLv2 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 30 30 31 31 == Changelog == 32 1.10 linux lookup bugfix 32 33 1.09 Bugfix saving URI, optimising host name lookup for windows and linux 33 34 1.08 Callers have new field hostname and new bulk action created to find hostnames.
Note: See TracChangeset
for help on using the changeset viewer.