The Official Blog for LifterLMS Contributors
July 21, 2023
New Features
Students can now remove the profile and header images once set.
Bug Fixes
Fix for not found ajax nonce to restores the instructor select2 search in the sidebar for timeline.
Fixed issue with profile URL in llms/navigation-link
block.
Developer Notes
Changed the nonce field name from llms-sl-upload-nonce
to llms-sl-profile-image-nonce
and the action name from llms_sl_upload
to llms_sl_profile_image
.
Security Improvements
Correctly escaped the HTML when rendering localized strings in all of the template files.
Updated Templates
templates/card-new-share.php
templates/card-story.php
templates/card-student.php
templates/directory/card-about.php
templates/directory/card-achievements.php
templates/directory/card-courses.php
templates/directory/profile-header.php
templates/directory/profile-navigation.php
templates/directory/profile.php
templates/timeline/card-filters-instructor.php
Read more: LifterLMS Social Learning Version 1.6.0
June 7, 2023
Updates and Enhancements
Don’t use lifterlms shortcodes in single lesson, assignment, and quiz templates in favore of new lifterlms blocks.
Minimum LifterLMS version required for correct operation is 7.2.0.
Updated Templates
templates/404.html
templates/archive.html
templates/full-width.html
templates/index.html
templates/search.html
templates/single-lesson.html
templates/single-llms_assignment.html
templates/single-llms_quiz.html
templates/single.html
Read more: Sky Pilot Theme Version 1.2.0
June 7, 2023
New Features
Added LLMS_ASSETS_VERSION
constant for cache busting.
Add course builder explainer video and lesson IDs.
Add new dashboard widget.
Added query to remove order comments on plugin uninstall when the constant LLMS_REMOVE_ALL_DATA
is set to true
. #2322
Added support for showing multiple difficulties when using Gutenberg Editor. #2433
Add shortcode wrapper blocks.
Added new navigation link block.
Added llms_is_editor_block_rendering
helper function.
Added llms_is_block_editor
helper function.
Updates and Enhancements
Adjusted llms_modify_dashboard_pagination_links_disable
filter to return false only on Dashboard page.
Updates LifterLMS REST to v1.0.0-beta.27 .
Raised the minimum support WordPress core version to 5.9.
Updates LifterLMS Blocks to 2.5.0 .
Bug Fixes
Fixed LifterLMS specific block templates not correctly working on Windows file system.
Added function_exists
check for llms_blocks_is_post_migrated()
.
Update so dismissed notifications don’t remain on viewport top layer.
Made sure to always enqueue iziModal assets when rendering achievements cards.
Developer Notes
Added new filter hook llms_builder_settings
to filter the settings passed to the course builder.
Updated Templates
Read more: LifterLMS Version 7.2.0