Plugin Directory

Changeset 3262535


Ignore:
Timestamp:
03/27/2025 06:20:30 AM (10 months ago)
Author:
nsp-code
Message:

version 2.6.3

Location:
wp-hide-security-enhancer
Files:
227 added
3 edited

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/modules/components/admin-login_php.php

    r3247994 r3262535  
    444444                {
    445445                    $custom_logo_image_id =   $this->wph->functions->get_module_item_setting('custom_login_logo');
    446                     if ( ! empty ( $custom_logo_image_id ) )
     446                    if ( empty ( $custom_logo_image_id ) )
    447447                        return;
    448448                             
  • wp-hide-security-enhancer/trunk/readme.txt

    r3247994 r3262535  
    55Requires at least: 2.8
    66Tested up to: 6.7.2
    7 Stable tag: 2.6.2
     7Stable tag: 2.6.3
    88License: GPLv2 or later
    99
     
    445445== Changelog ==
    446446
     447= 2.6.3 =
     448* Fix: Custom login page logo ( remove negate empty on $custom_logo_image_id )
     449
    447450= 2.6.2 =
    448451* New feature - Enable the 2FA for specific roles. Choose the roles for which the 2FA feature will trigger.
  • wp-hide-security-enhancer/trunk/wp-hide.php

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