Plugin Directory

Changeset 578337


Ignore:
Timestamp:
07/28/2012 08:09:23 AM (14 years ago)
Author:
parswp
Message:
 
Location:
hide-login/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hide-login/trunk/hide-login.php

    r496865 r578337  
    55Description: This plugin allows you to create custom URLs for user's login, logout and admin's login page.
    66Author: mohammad hossein aghanabi
    7 Version: 2.0
     7Version: 2.1
    88Author URI: http://www.websoftdownload.com
    99*/
     
    1212*/
    1313/* CHANGELOG
     1428-07-2012 - v2.1
     15    * Fix an issue with hide mode capability
    141629-01-2012 - v2.0
    1517    * Fix .htaccess query coomands
     
    244246                              "# END HIDE-LOGIN\n";
    245247                }else{
    246                     $insert = "\n# hide-LOGIN\n" .
     248                    $insert = "\n# HIDE-LOGIN\n" .
    247249                              "RewriteEngine On\n".
    248250                              "RewriteBase /\n".
     
    255257                              "RewriteCond %{REQUEST_FILENAME} !-d\n".
    256258                              "RewriteRule . /index.php [L]\n".
    257                               "# END hide-LOGIN\n" ;
     259                              "# END HIDE-LOGIN\n" ;
    258260                }
    259261            }
  • hide-login/trunk/readme.txt

    r497037 r578337  
    33Tags: login, logout, htaccess, custom, url, wp-admin, admin, change, hide, stealth, security
    44Requires at least: 2.3
    5 Tested up to: 3.3.1
    6 Stable tag: 1.3
     5Tested up to: 3.4.1
     6Stable tag: 2.1
    77
    88Have a Secure Login Page! Allows you to create custom URLs for user's login, logout and admin's login page.
     
    2525== Changelog ==
    2626
     27= 2.1 =
     28    * Fix an issue with hide mode capability
    2729= 2.0 =
    2830    * Fix .htaccess query coomands
Note: See TracChangeset for help on using the changeset viewer.