The Official Blog for LifterLMS Contributors
-
-
-
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
-
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
-
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
-
New Features
- Replaced font-based block icons with SVG icons.
Updates and Enhancements
- Changes to Launch Course Builder buttons and Course Builder meta-box.
- Update default icon color to
currentColor
.
- Updated minimum LifterLMS core version to 7.2.0.
Bug Fixes
- Fixed issue when new Course/Membership visibility options were added via JS filter hook. #190
Developer Notes
- Deprecated LLMSBlocksCourseSyllabusBlock class. The Syllabus Block is now implemented in the LifterLMS core plugin.
Read more: LifterLMS Blocks Version 2.5.0