Skip to content
The Official Blog for LifterLMS Contributors
October 18, 2023
New Features
Added button to cancel next lesson redirect on the video end.
Added fullscreen button when hiding all the embedded player buttons.
Updates and Enhancements
Added notices to some Vimeo Integration settings to indicate their dependency on video embed settings on Vimeo.
Updated Templates
templates/controls.php
templates/post-video.php
Read more: LifterLMS Advanced Videos Version 1.0.0
October 18, 2023
New Features
Added button to cancel next lesson redirect on the video end.
Added fullscreen button when hiding all the embedded player buttons.
Updates and Enhancements
Added notices to some Vimeo Integration settings to indicate their dependency on video embed settings on Vimeo.
Updated Templates
templates/controls.php
templates/post-video.php
Read more: LifterLMS Advanced Videos Version 1.0.0
October 11, 2023
New Features
Added groups directory block and shortcode ([llms_group_list]
).
Updates and Enhancements
The minimum required LifterLMS core version requirement has been raised to 7.2.0. Please upgrade LifterLMS to 7.2.0 or later in order to continue using this add-on!
Hidden “trash” button for members invitations when the current user cannot delete them.
Replaced use of the deprecated FILTER_SANITIZE_STRING
constant.
Bug Fixes
Fixed member invitation modal taking over all modals following a batch of sent invitations.
Developer Notes
Added public static method LLMS_Groups_Directory::get_groups_list()
.
Updated Templates
templates/profile/sidebar-invitations.php
Read more: LifterLMS Groups Version 1.0.0
October 9, 2023
Updates and Enhancements
Raised the minimum LifterLMS required version to 7.4.1-alpha.
Bug Fixes
Fixed issue when limiting the number of questions using the question bank.
Developer Notes
Added LLMS_AQ_Question_Bank::modify_attempt_questions_array()
.
Deprecated LLMS_AQ_Question_Bank::set_quiz_questions()
.
Read more: LifterLMS Advanced Quizzes Version 3.2.0
October 6, 2023
New Features
Added new admin Resources page.
Bug Fixes
Fixed possible issues when cloning a course containing a quiz built with the Advanced Quizzes addon, after disabling it.
Developer Notes
Moved attempt randomization logic into the new static method LLMS_Quiz_Attempt::randomize_attempt_questions()
.
Added filter hook llms_quiz_attempt_questions_array
to allow filtering the quiz attempt’s question arrays.
Read more: LifterLMS Version 7.4.1