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. #2256
- Avoid use of inline styles in course reviews. #410
Bug Fixes
- Fixed “Unsaved Data” warning when adding vouchers. #2394
- Fixed “Course Length” and “Difficulty” fields visible in the Block Editor which is meant for Classic Editor. #2174
- Added missing
$post_id
parameter to the the_title
filter hook when retrieving a form title. #2332
- Added missing Armed Forces options to the US States dropdown in the Billing information form. #2325
- Using
strpos()
instead of str_starts_with()
for compatibility. #2415
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. #2237
- 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. #2396
- 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. #2396
Updated Templates
Leave a Reply