- Version
- Download 193
- File Size 0.00 KB
- File Count 1
- Create Date April 26, 2023
- Last Updated June 11, 2023
LifterLMS v7.2.0 + Addons
V7.2.0 – 2023-06-07
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 totrue
. - Added support for showing multiple difficulties when using Gutenberg Editor.
- 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 forllms_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
LifterLMS Version 7.1.3
Updates and Enhancements
- Wrapped some elements in HTML for better styling.
- In Course and Lesson settings, replaced outdated URLs to WordPress’ documentation about the list of sites you can embed from.
- Updated few Italian province names.
- Avoid use of inline styles in course reviews.
Bug Fixes
- Fixed “Unsaved Data” warning when adding vouchers.
- Fixed “Course Length” and “Difficulty” fields visible in the Block Editor which is meant for Classic Editor.
- Added missing
$post_id
parameter to thethe_title
filter hook when retrieving a form title. - Added missing Armed Forces options to the US States dropdown in the Billing information form.
- Using
strpos()
instead ofstr_starts_with()
for compatibility.
Developer Notes
- Added helper function
llms_get_floats_rounding_precision()
to return precision for rounding off floating values and filter hooklifterlms_floats_rounding_precision
to filter precision value in reporting. - Added
lifterlms_dashboard_memberships_not_enrolled_text
filter hook to allow altering the message displaying on the student dashboard when the current user is not enrolled in any memberships. - Added
lifterlms_dashboard_courses_not_enrolled_text
filter hook to allow altering the message displaying on the student dashboard when the current user is not enrolled in any courses.
Updated Templates
- templates/course/syllabus.php