-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Plugin URI: http://seanfisher.co/lockdown-wp-admin/ | ||
Donate link: http://seanfisher.co/donate/ | ||
Description: Securing the WordPress Administration interface by concealing the administration dashboard and changing the login page URL. | ||
Version: 2.0.3 | ||
Version: 2.1 | ||
Author: Sean Fisher | ||
Author URI: http://seanfisher.co/ | ||
License: GPL | ||
|
@@ -17,7 +17,7 @@ | |
* This is the plugin that will add security to our site | ||
* | ||
* @author Sean Fisher <[email protected]> | ||
* @version 2.0.3 | ||
* @version 2.1 | ||
* @license GPL | ||
**/ | ||
class WP_LockAuth | ||
|
@@ -28,7 +28,7 @@ class WP_LockAuth | |
* @global string | ||
* @access private | ||
**/ | ||
public $ld_admin_version = '2.0.3'; | ||
public $ld_admin_version = '2.1'; | ||
|
||
/** | ||
* The HTTP Auth name for the protected area | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters