Bug Fixes
- Fixed an issue that prevented editing form confirmation fields when running WordPress 6.0. #170
- Fixed field columns sizing in the block editor.
lifterlms_external_engagement_handler_arguments
and lifterlms_external_engagement_query_arguments
filters.wp_count_comments
filter on WordPress 6.0 and later. See related WordPress Trac ticket #19901This will be the last version of LifterLMS to support PHP 7.3. The next version of LifterLMS, expected before the end of May 2022, 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.
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.