Bugfix: Delayed engagement emails will not be sent to students who’s enrollment is not active in the related course or membership which triggered the email.
Bugfix: Fixed regression introduced in 4.4.0 preventing the certificates.css stylesheet from loading on certificate screens.
Update: Engagement email related logs will be logged to a separate logfile, engagement-emails in favor of the main llms log.
Bugfix: Ignore case when determining if an email address is valid for a group invitation.
LifterLMS Forward Compatibility: Use LLMS_Assets::enqueue_inline() in favor of LLMS_Frontend_Assets::enqueue_inline_script().
WP 5.5 Compatibility: Conditionally disable groups in the WP sitemap.
Breaking Change: Fixed typo in filter: llms_groups_register_my_groups_student_dashboard_endoint to llms_groups_register_my_groups_student_dashboard_endpoint.
The minimum required LifterLMS Core Version has been raised to 3.29.0. Please ensure the LifterLMS core meets this requirement in order to continue using this add-on!
Updates
Added the ability to choose the case-sensitivity of answers for automatically graded Fill in the Blank questions
Refactored various classes and methods.
Removed inline sourcemaps for static assets.
Deprecations
Deprecated function LLMS_Advanced_Quizzes() in favor of llms_aq().