Plugin Directory

Changeset 3298777


Ignore:
Timestamp:
05/22/2025 12:35:21 PM (8 months ago)
Author:
nsp-code
Message:

Version: 2.6.7

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

Legend:

Unmodified
Added
Removed
  • wp-hide-security-enhancer/trunk/modules/components/rewrite-author.php

    r3298757 r3298777  
    187187                   
    188188                    $text   =   '';
    189                                        
    190                     if($this->wph->server_web_config   === TRUE)
    191                         $text   = '
    192                                     <rule name="wph-block_xml_rpc" stopProcessing="true">
    193                                         <match url="^xmlrpc.php"  />
    194                                         <action type="Rewrite" url="'.  $rewrite_to .'?wph-throw-404" /> 
    195                                     </rule>
    196                                                         ';
    197                    
     189                   
     190                    if($this->wph->server_htaccess_config   === TRUE)
     191                        {                                       
     192                            $text    =  'RewriteCond %{QUERY_STRING} author=\d+' . "\n";
     193                            $text   .=  'RewriteRule ^ '.  $rewrite_to .'?wph-throw-404 [L]';
     194                        }
     195                       
    198196                               
    199197                    $processing_response['rewrite'] = $text;           
  • wp-hide-security-enhancer/trunk/readme.txt

    r3298757 r3298777  
    55Requires at least: 2.8
    66Tested up to: 6.8.1
    7 Stable tag: 2.6.6
     7Stable tag: 2.6.7
    88License: GPLv2 or later
    99
     
    447447== Changelog ==
    448448
     449= 2.6.7 =
     450* Fix apache rewrite for "Author Archives via User IDs" option
     451
    449452= 2.6.6 =
    450453* New feature - Prevent Access to Author Archives via User IDs
  • wp-hide-security-enhancer/trunk/wp-hide.php

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