Upcoming PHP Version Requirement Change
LifterLMS will drop support for PHP 7.3 by May, 2022. This will raise the minimum supported PHP version to 7.4. PHP 7.3 reached its official end of life on December 6, 2021. If you are still using PHP 7.3 please upgrade to PHP 7.4 or later as soon as possible.
New Features
- Automatically add student’s dashboard endpoints to the BuddyPress profile nav. #627
Updates and Enhancements
Bug Fixes
- Fixed paged queries in student dashboard not working when using plain permalinks.
- Fixed an issue that prevented searching students in some admin areas when WordPress was installed in a subdirectory. #2096
- Fixed lesson’s comments status not reflecting default global setting when created with the course builder. #2099
Deprecations
- Deprecated
LLMS_Integration_Buddypress::achievements_screen()
method with no replacement. - Deprecated
LLMS_Integration_Buddypress::certificates_screen()
method with no replacement. - Deprecated
LLMS_Integration_Buddypress::courses_screen()
method with no replacement. - Deprecated
LLMS_Integration_Buddypress::memberships_screen()
method with no replacement. - Deprecated
LLMS_Integration_Buddypress::remove_courses_paginate_links_filter()
method with no replacement. - Deprecated
LLMS_Integration_Buddypress::modify_courses_paginate_links()
method with no replacement.
Developer Notes
- Added
llms_get_paged_query_var()
function that returns the page number query var for the current request. - Added new filter
llms_buddypress_profile_endpoints
to control the LifterLMS endpoints to be added to the BuddyPress profile. - Added new filter
llms_buddypress_min_nav_item_slug
to control the LifterLMS main BuddyPress’ nav item slug. - Added new filter
llms_buddypress_min_nav_item_label
to control the LifterLMS main BuddyPress’ nav item label. - Added new filter
llms_buddypress_min_nav_item_position
to control the LifterLMS main BuddyPress’ nav item position.
Leave a Reply