Page Restrict - Version 2.5.4

Version Description

  • Added a space before label for Remember Me check box to allow for better display/UX.
Download this release

Release Info

Developer wpmaintainer
Plugin Icon wp plugin Page Restrict
Version 2.5.4
Comparing to
See all releases

Code changes from version 2.5.3 to 2.5.4

Files changed (2) hide show
  1. pagerestrict.php +2 -2
  2. readme.txt +3 -0
pagerestrict.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://theandystratton.com/pagerestrict
5
  Description: Restrict certain pages to logged in users
6
  Author: Matt Martz & Andy Stratton
7
  Author URI: http://theandystratton.com
8
- Version: 2.5.3
9
 
10
  Page Restrict is released under the GNU Lesser General Public License (LGPL)
11
  http://www.gnu.org/licenses/lgpl-3.0.txt
@@ -82,7 +82,7 @@ function pr_get_page_content() {
82
  <input type="submit" name="submit" value="Log In" class="button" />'
83
 
84
  .
85
- ( $remember_me ? '<label for="rememberme"><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label><br />' : '' )
86
 
87
  . '</p>
88
  <input type="hidden" name="redirect_to" value="' . \esc_url( $_SERVER['REQUEST_URI'] ) . '" />
5
  Description: Restrict certain pages to logged in users
6
  Author: Matt Martz & Andy Stratton
7
  Author URI: http://theandystratton.com
8
+ Version: 2.5.4
9
 
10
  Page Restrict is released under the GNU Lesser General Public License (LGPL)
11
  http://www.gnu.org/licenses/lgpl-3.0.txt
82
  <input type="submit" name="submit" value="Log In" class="button" />'
83
 
84
  .
85
+ ( $remember_me ? ' <label for="rememberme"><input name="rememberme" id="rememberme" type="checkbox" checked="checked" value="forever" /> Remember me</label><br />' : '' )
86
 
87
  . '</p>
88
  <input type="hidden" name="redirect_to" value="' . \esc_url( $_SERVER['REQUEST_URI'] ) . '" />
readme.txt CHANGED
@@ -47,6 +47,9 @@ NOTE: See "Other Notes" for Upgrade and Usage Instructions as well as other pert
47
 
48
  == Changelog ==
49
 
 
 
 
50
  = 2.5.3s =
51
  * Fixed a bug with login errors not outputting
52
  * Carried over login errors from default WP login mechanism
47
 
48
  == Changelog ==
49
 
50
+ = 2.5.4 =
51
+ * Added a space before label for Remember Me check box to allow for better display/UX.
52
+
53
  = 2.5.3s =
54
  * Fixed a bug with login errors not outputting
55
  * Carried over login errors from default WP login mechanism