- Version
- Download 338
- File Size 0.00 KB
- File Count 1
- Create Date April 26, 2023
- Last Updated January 30, 2024
LifterLMS v7.5.1 Latest Fresh Version + Addons (Universal Bundle Download)
V7.5.0 – 2023-11-05
New Features
- AddedÂ
LLMS_Add_On::get_image()
method to get the addon and author image. - Added a paragraph to show Number of lessons in a course at Course Catalog and My Courses.
V7.4.2 – 2023-10-06
Developer Notes
- Fixing issues in the 7.4.1 release.
V7.4.1 – 2023-10-06
New Features
- Added new admin Resources page.
Bug Fixes
- Fixed possible issues when cloning a course containing a quiz built with the Advanced Quizzes addon, after disabling it.
Developer Notes
- Moved attempt randomization logic into the new static methodÂ
LLMS_Quiz_Attempt::randomize_attempt_questions()
. - Added filter hookÂ
llms_quiz_attempt_questions_array
 to allow filtering the quiz attempt’s question arrays.
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 toÂtrue
. - 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 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
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 theÂthe_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 ofÂstr_starts_with()
for compatibility.
Developer Notes
- Added helper functionÂ
llms_get_floats_rounding_precision()
 to return precision for rounding off floating values and filter hookÂlifterlms_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