Plugin Directory

Changeset 704672


Ignore:
Timestamp:
04/27/2013 01:01:28 PM (13 years ago)
Author:
Jesper800
Message:

Releasing version 0.1.2

Location:
user-hierarchy/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • user-hierarchy/trunk/lib/roles.php

    r689835 r704672  
    1010    {
    1111        // Actions
    12         add_action('pre_user_query', array('JWUH_Roles', 'userlist_query_roles'));
     12        //add_action('pre_user_query', array('JWUH_Roles', 'userlist_query_roles'));
    1313        add_action('editable_roles', array('JWUH_Roles', 'editable_roles'));
    1414       
     
    8383    {
    8484        // Mappable role capabilities
    85         $caps = array('assign', 'edit', 'delete', 'view');
     85        $caps = array('assign', 'edit', 'delete'/*, 'view'*/);
    8686       
    8787        return $caps;
  • user-hierarchy/trunk/readme.txt

    r689832 r704672  
    77Requires at least: 3.1
    88Tested up to: 3.5.1
    9 Stable tag: 0.1.1
     9Stable tag: 0.1.2
    1010
    1111Control user management on a per-role basis. Allow users of a certain role to only add, edit or delete users from specific other roles.
     
    3535== Changelog ==
    3636
     37= 0.1.2 =
     38
     39* Removed functionality for listing users due to a slow query that can currently not be properly fixed
     40
    3741= 0.1.1 =
    3842
  • user-hierarchy/trunk/user-hierarchy.php

    r689832 r704672  
    33Plugin Name: User Hierarchy
    44Description: Implement a hierarchy in adding and editing users by allowing specific roles to only manage users from another specific role. Restrict user management on a per-role basis.
    5 Version: 0.1.1
     5Version: 0.1.2
    66Author: Jesper van Engelen
    77Author URI: http://www.jepps.nl
     
    1010
    1111// Plugin information
    12 define('JWUH_VERSION', '0.1.1');
     12define('JWUH_VERSION', '0.1.2');
    1313
    1414// Paths
Note: See TracChangeset for help on using the changeset viewer.