Version Description
- Fixed a link to a broken file
Download this release
Release Info
Developer | sean212 |
Plugin | Lockdown WP Admin |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0 to 1.0.1
- lockdown-wp-admin.php +1 -1
- readme.txt +5 -2
lockdown-wp-admin.php
CHANGED
@@ -146,7 +146,7 @@ class WP_LockAuth {
|
|
146 |
}
|
147 |
|
148 |
// Redirect
|
149 |
-
wp_redirect( admin_url( '
|
150 |
return;
|
151 |
}
|
152 |
|
146 |
}
|
147 |
|
148 |
// Redirect
|
149 |
+
wp_redirect( admin_url( 'admin.php?page=lockdown-wp-admin&updated=true' ) );
|
150 |
return;
|
151 |
}
|
152 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://talkingwithsean.com/donate/
|
|
4 |
Tags: security, wp-admin, http auth, 404, lockdown, talkingwithsean, secure
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.1
|
7 |
-
Stable tag: 1.0
|
8 |
|
9 |
This plugin will hide /wp-admin/ when you aren't logged in. If a user isn't logged in and they attempt to access /wp-admin/ directly, they will be unable to and it will return a 404.
|
10 |
|
@@ -41,4 +41,7 @@ None yet.
|
|
41 |
== Changelog ==
|
42 |
|
43 |
= 1.0 =
|
44 |
-
* Initial release
|
|
|
|
|
|
4 |
Tags: security, wp-admin, http auth, 404, lockdown, talkingwithsean, secure
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 3.1
|
7 |
+
Stable tag: 1.0.1
|
8 |
|
9 |
This plugin will hide /wp-admin/ when you aren't logged in. If a user isn't logged in and they attempt to access /wp-admin/ directly, they will be unable to and it will return a 404.
|
10 |
|
41 |
== Changelog ==
|
42 |
|
43 |
= 1.0 =
|
44 |
+
* Initial release
|
45 |
+
|
46 |
+
= 1.0.1 =
|
47 |
+
* Fixed a link to a broken file
|