While the plugin is still working with Moodle 3.11, there is a despreacet call in the module:
get_all_user_name_fields() is deprecated. Please use the \core_user\fields API instead
line 3391 of /lib/deprecatedlib.php: call to debugging()
line 116 of /blocks/lw_courses/renderer.php: call to get_all_user_name_fields()
...
While the plugin is still working with Moodle 3.11, there is a despreacet call in the module:
get_all_user_name_fields() is deprecated. Please use the \core_user\fields API instead
line 3391 of /lib/deprecatedlib.php: call to debugging()
line 116 of /blocks/lw_courses/renderer.php: call to get_all_user_name_fields()
...