Changeset 578337
- Timestamp:
- 07/28/2012 08:09:23 AM (14 years ago)
- Location:
- hide-login/trunk
- Files:
-
- 2 edited
-
hide-login.php (modified) (4 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hide-login/trunk/hide-login.php
r496865 r578337 5 5 Description: This plugin allows you to create custom URLs for user's login, logout and admin's login page. 6 6 Author: mohammad hossein aghanabi 7 Version: 2. 07 Version: 2.1 8 8 Author URI: http://www.websoftdownload.com 9 9 */ … … 12 12 */ 13 13 /* CHANGELOG 14 28-07-2012 - v2.1 15 * Fix an issue with hide mode capability 14 16 29-01-2012 - v2.0 15 17 * Fix .htaccess query coomands … … 244 246 "# END HIDE-LOGIN\n"; 245 247 }else{ 246 $insert = "\n# hide-LOGIN\n" .248 $insert = "\n# HIDE-LOGIN\n" . 247 249 "RewriteEngine On\n". 248 250 "RewriteBase /\n". … … 255 257 "RewriteCond %{REQUEST_FILENAME} !-d\n". 256 258 "RewriteRule . /index.php [L]\n". 257 "# END hide-LOGIN\n" ;259 "# END HIDE-LOGIN\n" ; 258 260 } 259 261 } -
hide-login/trunk/readme.txt
r497037 r578337 3 3 Tags: login, logout, htaccess, custom, url, wp-admin, admin, change, hide, stealth, security 4 4 Requires at least: 2.3 5 Tested up to: 3. 3.16 Stable tag: 1.35 Tested up to: 3.4.1 6 Stable tag: 2.1 7 7 8 8 Have a Secure Login Page! Allows you to create custom URLs for user's login, logout and admin's login page. … … 25 25 == Changelog == 26 26 27 = 2.1 = 28 * Fix an issue with hide mode capability 27 29 = 2.0 = 28 30 * Fix .htaccess query coomands
Note: See TracChangeset
for help on using the changeset viewer.