Version 1.2.4 - Security Patch.
Security Fix
This is a critical security update that hardens the user management endpoints.
- Enforced Role Hierarchy: Implemented strict checks to prevent users with lower-level roles (e.g., 'Manager') from viewing, creating, or editing users with the 'Administrator' role. The API now correctly respects the WordPress role hierarchy.
- The
get_usersendpoint now filters out administrator accounts for any non-admin user making a request, preventing data leakage.