Problem/Motivation
This module is not compatible with Drupal 11.
Proposed resolution
I will provide an issue fork to update the core_version_requirement and replace the user_roles call with the Role::loadMultiple method.
Remaining tasks
Tests and review.
Issue fork edit_profiles_perms-3575990
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajUpdated core_version_requirement to include ^11 and replaced deprecated user_roles() function with Role::loadMultiple() for Drupal 11 compatibility.