=== Plugin Name === Contributors: george_michael Donate link: Tags: Requires at least: 3.5.2 Tested up to: 3.9.1 Stable tag: 1.0.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Create simple permission groups for reading or editing posts. == Description == If you just want a simple plugin that lets you create groups and limit posts or pages (and probably custom types, though that's untested!) to be read or edited by only those groups, then this is the plugin for you. This plugin checks a users group membership when getting posts, so if a user isn't a member of a group and that group is the only group that can read the post, the user won't see it in a list view (admin or regular) or a direct link. There are exceptions, of course. If a user is a member of a group that has the write permission to a post, but that user does not have a WP role that allows for editing that document (a subscriber, for instance), they won't be able to edit it. Also, authors and admins are not group limited. If you wrote it, you can edit it. If you're an admin, you can edit it. == Installation == 1. Upload `simple-permissions.php` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == == Screenshots == 1. The main settings page with group list. 2. The settings when editing a group. 3. The permissions settings meta box when editing a post. == Changelog == = 1.0.2 = * Fixed big bug that prevented editing of posts that had no permissions set. = 1.0.1 = * Fixed issue with some extra whitespace killing feeds = 1.0.0 = * Initial version. == Upgrade Notice == = 1.0.2 = * Everyone should update.