Stealth Login Page - Version 2.0.2

Version Description

  • Bugfix - activating plugin error
Download this release

Release Info

Developer peterdog
Plugin Icon wp plugin Stealth Login Page
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.0 to 2.0.2

Files changed (2) hide show
  1. plugin.php +2 -2
  2. readme.txt +15 -1
plugin.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
  /*
3
  Plugin Name: Stealth Login Page
4
- Plugin URI: http://www.petersenmediagroup.com/plugins/stealth-login-page
5
- Version: 2.0.0
6
  Author: Jesse Petersen
7
  Author URI: http://www.petersenmediagroup.com
8
  Description: Protect your /wp-admin and wp-login.php pages from being accessed without editing .htaccess
1
  <?php
2
  /*
3
  Plugin Name: Stealth Login Page
4
+ Plugin URI: http://wordpress.org/extend/plugins/stealth-login-page/
5
+ Version: 2.0.2
6
  Author: Jesse Petersen
7
  Author URI: http://www.petersenmediagroup.com
8
  Description: Protect your /wp-admin and wp-login.php pages from being accessed without editing .htaccess
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: login, wp-admin, redirect, security, 302
5
  Requires at least: 3.4.2
6
  Tested up to: 3.5.1
7
- Stable tag: 2.0.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -65,6 +65,13 @@ See more [examples](http://www.petersenmediagroup.com/plugins/stealth-login-page
65
 
66
  == Changelog ==
67
 
 
 
 
 
 
 
 
68
  = 2.0.0 =
69
  * Plugged security hole that allowed remote form submissions - CRITICAL UPDATE
70
  * Requires all fields be filled in on the settings page to avoid saving incomplete entries.
@@ -89,6 +96,13 @@ See more [examples](http://www.petersenmediagroup.com/plugins/stealth-login-page
89
 
90
  == Upgrade Notice ==
91
 
 
 
 
 
 
 
 
92
  = 2.0.0 =
93
  * Plugged security hole that allowed remote form submissions - CRITICAL UPDATE
94
  * Requires all fields be filled in on the settings page to avoid saving incomplete entries.
4
  Tags: login, wp-admin, redirect, security, 302
5
  Requires at least: 3.4.2
6
  Tested up to: 3.5.1
7
+ Stable tag: 2.0.2
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
65
 
66
  == Changelog ==
67
 
68
+ = 2.0.2 =
69
+ * Bugfix - activating plugin error
70
+
71
+ = 2.0.1 =
72
+ * Fixed login redirect bug if logged out.
73
+ * Updated Polish translation for v2.0.x
74
+
75
  = 2.0.0 =
76
  * Plugged security hole that allowed remote form submissions - CRITICAL UPDATE
77
  * Requires all fields be filled in on the settings page to avoid saving incomplete entries.
96
 
97
  == Upgrade Notice ==
98
 
99
+ = 2.0.2 =
100
+ * Bugfix - activating plugin error
101
+
102
+ = 2.0.1 =
103
+ * Fixed login redirect bug if logged out.
104
+ * Updated Polish translation for v2.0.x
105
+
106
  = 2.0.0 =
107
  * Plugged security hole that allowed remote form submissions - CRITICAL UPDATE
108
  * Requires all fields be filled in on the settings page to avoid saving incomplete entries.