Changed the llmsStudentsSelect2() JavaScript function to use the LifterLMS REST API “list students” endpoint instead of the LLMS_AJAX_Handler::query_students() PHP function.
Fixed issue with hidden checkboxes on LifterLMS forms.
Fixed a compatiblity issue with the Divi Theme Builder ignoring access restrictions when using template with custom body. #2063
Fixed an error encountered on the Engagements > Certificates screen when using the BuddyBoss theme. #2080
Deprecations
Deprecated LLMS_AJAX_Handler::query_students(). Use the REST API list students endpoint instead.
Developer Notes
Added new filter llms_template_loader_priority to control the priority of the template_include hook callback used to load restricted content templates.