Page Restrict

Wordpress Plugin
Download latest - 2.5.4

Download Stats

Today 25
Yesterday 38
Last Week 251
All Time 219,958



Releases (20 )

Version Release Date Change Log
2.5.4 2021-12-06
  • Added a space before label for Remember Me check box to allow for better display/UX.
2.5.3 2021-10-29
2.5.2 2021-03-21
  • Added code to use the filtered login form default value for "remember" checkbox allowing the checkbox to be suppressed by the login_form_defaults filter.
2.5.1 2021-03-21
  • Added code to NOT affect the title of nav menu items. Should work on most installations.
2.5.0 2021-03-21
2.4.0 2021-02-08
  • Fixes a bug with wp_login_failed action where (string) username was not sent with the WP_Error object.
2.3.0 2020-12-06
2.04 2011-09-08

(2011-09-07) = * Added support for blog home page (included with archives and search listings) for post restriction.

2.02 2010-05-31
2.01 2010-05-28

(2010-05-27) = * Quick update to fix an in_array() warning issued when settings are checked but have not been saved.

2.0 2010-05-27

(2010-05-27) = * Added support for restricting posts.

1.85 2010-02-15

(2010-02-15) = * Fixed bug where choosing the "selected" restriction method would result in all pages being restricted if no pages are checked in the plugin settings.

1.8 2010-02-13
1.7 2010-01-18

(2010-01-18) = * Fixed a bug that added slashes to quotes in the custom restriction message.

1.6 2009-09-18

(2009-03-12): = * Replaced while loop with foreach for display list of pages * Added meta box to write/edit pages page * Added capability to display or not display the login form * Updated admin styling * Restrict commeting or viewing comments on restricted pages * Restrict search results also so restricted pages are not shown

0.3 2009-06-20

(2008-08-13): = * Initial Public Release

0.3.1 2009-06-20

(2008-08-16): = * Updated for PHP4 Support * Restored missing PHP tag

1.4 2009-06-20

(2008-08-25): = * Updated version number scheme * Updated code for readability * Moved admin functionality to serperate file included only when is_admin is true

1.4.1 2009-06-20

(2008-08-25) : = * Added back no_cache add_action that was lost in the admin separation * Removed duplicate add_action for the admin page

1.5 2009-06-20

(2008-09-03): = * Added ability to change restriction method * Rewrote and simplified areas pertaining to the list of pages