WordPress Access Control

Wordpress Plugin
Download latest - 4.0.13

Developers

brandon.wamboldt

Download Stats

Today 5
Yesterday 9
Last Week 61
All Time 151,551



Releases (25 )

Version Release Date Change Log
4.0.13 2014-09-19
  • September 19, 2014 =

  • Adding a variety of bulk action tools

4.0.12 2014-09-13
  • September 13, 2014 =

  • Fix PHP warning if there is no post

4.0.11 2014-09-13
  • September 13, 2014 =

  • Add the ability to set the default state/roles for custom post types instead of just pages & posts

4.0.10 2014-09-13
  • September 13, 2014 =

  • Get the localized roles using translate_user_role

4.0.9 2014-09-11
  • December 18, 2013 =

  • Mark as compatible with WordPress 4.0

  • Fix some checkboxes (for roles) not having label tags

4.0.8 2013-12-18
  • December 18, 2013 =

  • Fixing syntax errors (forgot to turn WP_DEBUG back on)

4.0.7 2013-12-18
  • December 18, 2013 =

  • Fixed faulty code which cause menu items to show up when they shouldn't

4.0.6 2013-12-18
  • December 18, 2013 =

  • Fixed a bug with multi-level menus when using page inheritance instead of nav menus

4.0.5 2013-12-17
  • December 17, 2013 =

  • Fix a bug with 3rd level menus or deeper

4.0.4 2013-12-15
  • December 15, 2013 =

  • Decrease plugin action priority to run after other plugins (Fixes known bug with "CodeFlavours Floating Menu" plugin)

4.0.3 2013-12-15
  • December 15, 2013 =

  • Fixed default redirect URLs not being used

4.0.2 2013-12-15
  • December 15, 2013 =

  • Fixing more compatability bugs

  • Fixing PHP notices & warnings

  • Fixed bug when using page navigation fallback (no menu selected)

4.0.1 2013-12-14
  • December 14, 2013 =

  • Fix login redirect to remove hard coded URL

4.0.0 2013-12-13
  • December 13, 2013 =

  • Rewrote the Nav Walker classes to be more minimalistic and to defer actual functionality to the originally configured walker, allowing for better compatability with themes or plugins that use their own nav walkers

  • Code style updates

  • Fixing some PHP warnings/notices

3.1.4 2013-12-13
  • August 30, 2012 =

  • Added not/or keywords to the role option of the members shortcode, syntax: [members role="not:guest,banned"][/members] and members role="or:editor,author,contributor"

3.1.3 2012-08-30
  • August 30, 2012 =

  • Fixed a PHP warning about load_plugin_textdomain using a deprecated argument

  • Fixed a PHP error if no nav menu is set

  • Added a role option to the members shortcode (Use like [members role="administrator"][/members])

3.1.2 2012-08-30
  • December 7, 2011 =

  • Fixed a PHP error when there are no nav menus

3.1.1 2011-12-07
  • December 7, 2011 =

  • Fixed a bug that might cause memory issues

3.1 2011-12-07
  • Custom Post Type section is no longer displayed on the options page if there are no custom post types
  • Members Only Blog now properly restricts the entire site
  • Admins now have the ability to override permissions to prevent lower level users from denying admins access to posts
  • Admins may now create menu widgets that are only visible to members or non-members from the Widgets screen
  • Admins may now create WordPress nav menus that are only visible to members
  • Updated the documentation
  • Added new screenshots
3.0.5 2011-12-07
  • June 6, 2011 =

  • Fixed the PHP issue properly this time

3.0.4 2011-06-06
  • June 5, 2011 =

  • Fixed a PHP issue if a second argument wasn't supplied to several functions

3.0.3 2011-06-05
  • June 5, 2011 =

  • Added an option to apply members settings to all children of a page

  • Fixed a bug where the page navigation for posts/archives was broken

  • Fixed a bug where themes that used the_content on archive/search pages could show all the contents of a post instead of the no excerpt message

3.0.2 2011-06-04
  • June 2, 2011 =

  • Added do_shortcode commands to allow nested shortcodes in the [members] and [nonmembers] shortcodes

2.1 2011-01-25
  • Added an icon on the page list dialog that shows Non-member or Member only statuses
  • Bug Fix: Fixed a PHP4 bug by replacing self with the full class name thanks to itpixie
  • Bug Fix: Fixed a bug where pages with roles set could lock an administrator out (Thanks to evlapix for reporting)
  • Bug Fix: After logging in you are now redirected back to the page you were trying to access
2.0 2010-12-20
  • Added the ability to mark pages as non-members only
  • Added the ability to restrict pages to specific roles
  • Added the ability to set the redirect URL for users with incorrect permissions