Plugin Directory

Changeset 2090750


Ignore:
Timestamp:
05/19/2019 12:48:25 PM (7 years ago)
Author:
wartraxx93
Message:
  • Fix bug minor
Location:
n0wpscan/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • n0wpscan/trunk/N0WPScan.php

    r2090749 r2090750  
    33Plugin Name: N0WPScan
    44Description: Prevent WPScans on your site, disable this plugin when you are security testing or looking for vulnerabilities!
    5 Version: 5.2
     5Version: 5.3
    66Author: GeekParadize.Fr
    77Author URI: https://www.geekparadize.fr
     
    122122
    123123    // WordPress version identified from stylesheets numbers
    124     $wp_version = '';
     124    //$wp_version = '';
    125125}
    126126
     
    152152// Remove <meta name="generator" content="WordPress" />
    153153//remove_action('wp_head', 'wp_generator');
    154 //add_filter('the_generator', 'nowpscan_nowpscan_remove_generator');
     154add_filter('the_generator', 'nowpscan_nowpscan_remove_generator');
    155155//function nowpscan_nowpscan_remove_generator() {
    156156//    return '';
  • n0wpscan/trunk/readme.txt

    r2090749 r2090750  
    55Tested up to: 5.2
    66Requires PHP: 5.6
    7 Stable tag: 5.2
     7Stable tag: 5.3
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7474* Fix bug minor
    7575
     76= 5.3 =
     77* Fix bug minor
     78
    7679== Upgrade Notice ==
    7780
Note: See TracChangeset for help on using the changeset viewer.