Updates and Enhancements
- Stop returning an error when updating resource properties with a value equal to the saved one. #222, #289
box-sizing
CSS property to border-box
./blog/%postname%/
. /archives/%post_id%
.llms_groups_enqueue_dashboard_style
to control whether or not the dashboard specific style is enqueued.llms_groups_maybe_hide_dashboard_tab
to control whether or not the checks to hide the group’s tab in the student dashboard are run.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.
LLMS_Shortcode_User_Info
class to be filtered by the llms_load_shortcodes
and llms_load_shortcode_path
hooks.FILTER_SANITIZE_STRING
constant.llms_secure_strings
allowing developers to register strings that should be automatically masked when written to log files.llms_no_cache
to control whether or not LifterLMS will send nocache headers. #2092llms_template_loader_restricted_priority
to control the priority of the template_include
hook callback used to load restricted content single templates.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.
LLMS_Integration_Buddypress::achievements_screen()
method with no replacement.LLMS_Integration_Buddypress::certificates_screen()
method with no replacement.LLMS_Integration_Buddypress::courses_screen()
method with no replacement.LLMS_Integration_Buddypress::memberships_screen()
method with no replacement.LLMS_Integration_Buddypress::remove_courses_paginate_links_filter()
method with no replacement.LLMS_Integration_Buddypress::modify_courses_paginate_links()
method with no replacement.llms_get_paged_query_var()
function that returns the page number query var for the current request.llms_buddypress_profile_endpoints
to control the LifterLMS endpoints to be added to the BuddyPress profile.llms_buddypress_min_nav_item_slug
to control the LifterLMS main BuddyPress’ nav item slug.llms_buddypress_min_nav_item_label
to control the LifterLMS main BuddyPress’ nav item label.llms_buddypress_min_nav_item_position
to control the LifterLMS main BuddyPress’ nav item position.LLMS_Payment_Gateway_PayPal::after_payment_method_details()
. Thanks tomorrowisnew!