Plugin Directory

Changeset 3104976

Timestamp:
06/20/2024 10:30:23 AM (5 weeks ago)
Author:
nsp-code
Message:

Version: 2.4

Location:
wp-hide-security-enhancer
Files:
209 added
4 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/include/wph.class.php

    r2984937 r3104976  
    16051605                                {
    16061606                                    if ( $old_value[0] === $meta_value ) {
    1607                                         return false;
     1607                                        return e;
    16081608                                    }
    16091609                                }
  • wp-hide-security-enhancer/trunk/modules/module-general.php

    r2791340 r3104976  
    1111                    //add components
    1212                    include(WPH_PATH . "/modules/components/general-meta.php");
    13                     $this->components[]  =   new WPH_module_general_meta();                   
     13                    $this->components[]  =   new WPH_module_general_meta();
     14                   
     15                    include(WPH_PATH . "/modules/components/general-block-detectors.php");
     16                    $this->components[]  =   new WPH_module_general_block_detectors();                   
    1417                   
    1518                    include(WPH_PATH . "/modules/components/general-emulate.php");
  • wp-hide-security-enhancer/trunk/readme.txt

    r3093927 r3104976  
    44Tags: wordpress hide, security, security headers, custom login, login hide
    55Requires at least: 2.8
    6 Tested up to: 6.5.3
    7 Stable tag: 2.3.9
     6Tested up to: 6.5.
     7Stable tag: 2.
    88License: GPLv2 or later
    99
     
    181181* Remove canonical link
    182182
     183
     184
     185
     186
    183187**Hide -> General / Emulate CMS**
    184188
     
    408412
    409413== Changelog ==
     414
     415
     416
     417
    410418
    411419= 2.3.9 =
  • wp-hide-security-enhancer/trunk/wp-hide.php

    r3093927 r3104976  
    66* Author: Nsp Code
    77* Author URI: http://www.nsp-code.com
    8 * Version: 2.3.9
     8* Version: 2.
    99* Text Domain: wp-hide-security-enhancer
    1010* Domain Path: /languages/
Note: See TracChangeset for help on using the changeset viewer.