Releases: gocodebox/lifterlms
Releases · gocodebox/lifterlms
Version 7.7.7
v7.7.7 - 2024-09-12
Bug Fixes
Version 7.7.6
v7.7.6 - 2024-08-22
Bug Fixes
- Avoid modifying the Lost Password link if no LifterLMS Dashboard page is set. #2741
- Fixes placeholder label on the Dashboard Page selection dropdown. #2708
- Avoid outputting lifterlms_membership_link content if the membership is not published. #2724
- Fix display of quiz question when viewing the quiz results if it contains formatting. #2734
- Fixes sanitization as reported by FKSEC.
- Fixes warning when trying to get the contents of a media protection file that does not exist. #2735
Updated Templates
Version 7.7.5
v7.7.5 - 2024-08-15
Bug Fixes
- Show video tiles for courses on the Dashboard and My Courses pages when enabled. #2728
Updated Templates
Version 7.7.4
v7.7.4 - 2024-08-13
Bug Fixes
- Reverts changes to restricting pages by membership functionality to avoid conflicts with certain themes and plugins. #2714
Version 7.7.3
Version 7.7.2
v7.7.2 - 2024-08-12
Bug Fixes
- Fixes fatal error when updating from an old version. Thanks @verygoodplugins! #2716
- Avoid errors on pages restricted by one or more memberships. #2714
Version 7.7.1
v7.7.1 - 2024-08-09
Updates and Enhancements
- Removes placeholder image functionality with protected media files. Modify cache value for wordpress.com hosting.
Bug Fixes
- Fixing the Award Certificate button appearing at the top of the Reporting > Students, Certificate tab. #2709
- Fixed warnings from running
wp_kses_post()
on emptypaginate_links()
calls.
Updated Templates
Version 7.7.0
v7.7.0 - 2024-07-19
New Features
- Adding read-only input for easier sharing of a certificate. Thanks @imknight! #1379
- Adds additional protection for media files uploaded to quiz questions in the Course Builder.
- Adds native Elementor support for Courses, with a default Course template and several basic widgets.
Updates and Enhancements
- Removes the Visibility setting for Vouchers and Coupons. #2640
- Updating internal libraries to their latest versions.
- Added support for mutliple membership restriction warning. #2523
Bug Fixes
- Prevent backslashes from being removed from Result Clarifications. #2675
- Avoids JS error on the front-end. #2678
- Exclude hidden courses when toggled off in the Courses block. #2690
- Avoids saving review meta information for non-courses. Thanks @bsetiawan88! #887
- Improvements to the frontend styling of LifterLMS screens for design, accessibility, and better compatibility with dark mode themes.
- Allow private VideoPress videos to play when the URL is pasted on Video Embed URL. #2533
- Fixes the Certificate Title block when creating a new certificate template. [#2696] (#2696)
Security Fixes
- Adds various security improvements, e.g. better escaping of output, as suggested by the Plugin Checker Plugin.
Performance Improvements
- Caching get_transaction_total queries to improve performance of the
orders table in the admin dashboard.
Updated Templates
- templates/achievements/loop.php
- templates/achievements/template.php
- templates/admin/analytics/analytics.php
- templates/admin/notices/staging.php
- templates/admin/post-types/order-transactions.php
- templates/admin/post-types/students.php
- templates/admin/reporting/nav-filters.php
- templates/admin/reporting/reporting.php
- templates/admin/reporting/tabs/courses/course.php
- templates/admin/reporting/tabs/courses/overview.php
- templates/admin/reporting/tabs/courses/students.php
- templates/admin/reporting/tabs/memberships/membership.php
- templates/admin/reporting/tabs/memberships/overview.php
- templates/admin/reporting/tabs/memberships/students.php
- templates/admin/reporting/tabs/quizzes/attempt.php
- templates/admin/reporting/tabs/quizzes/attempts.php
- templates/admin/reporting/tabs/quizzes/overview.php
- templates/admin/reporting/tabs/quizzes/quiz.php
- templates/admin/reporting/tabs/students/achievements.php
- templates/admin/reporting/tabs/students/certificates.php
- templates/admin/reporting/tabs/students/courses-course.php
- templates/admin/reporting/tabs/students/courses.php
- templates/admin/reporting/tabs/students/information.php
- templates/admin/reporting/tabs/students/memberships.php
- templates/admin/reporting/tabs/students/student.php
- templates/admin/reporting/tabs/students/students.php
- templates/admin/user-edit.php
- templates/certificates/actions.php
- templates/certificates/content-legacy.php
- templates/certificates/content.php
- templates/certificates/dynamic-styles.php
- templates/certificates/header.php
- templates/certificates/loop.php
- templates/certificates/preview.php
- templates/certificates/template.php
- templates/checkout/form-checkout.php
- templates/checkout/form-confirm-payment.php
- templates/checkout/form-coupon.php
- templates/checkout/form-gateways.php
- templates/checkout/form-summary.php
- templates/checkout/form-switch-source.php
- templates/content-single-question.php
- templates/course/audio.php
- templates/course/categories.php
- templates/course/complete-lesson-link.php
- templates/course/difficulty.php
- templates/course/favorite.php
- templates/course/full-description.php
- templates/course/length.php
- templates/course/lesson-count.php
- templates/course/lesson-navigation.php
- templates/course/lesson-preview.php
- templates/course/meta-wrapper-start.php
- templates/course/outline-list-small.php
- templates/course/parent-course.php
- templates/course/short-description.php
- templates/course/syllabus.php
- [templates/course/tags.php](https://github.com/...
Version 7.6.3
v7.6.3 - 2024-05-31
Bug Fixes
- Adds additional filtering when using the lifterlms_favorites shortcode. Thanks, Peter Thaleikis.
Updated Templates
Version 7.6.2
v7.6.2 - 2024-05-28
New Features
- Added functionality to disable quiz retake after a passed attempt.
Updates and Enhancements
- Adds ability to search by an order ID number in the Orders table. Thanks @bsetiawan88! #1583
- Added support for showing Private, Drafts and Pending Courses/Memberships in Reporting > Sales Page. #2490
Bug Fixes
- Fixes issue of not being able to save an imported or cloned course using Divi or the Classic Editor plugin. #2649
- Fixes broken View link after creating a new lesson using the Course Builder. #2662
- Upgrading Quill text editor version. #2655
Developer Notes
- Added logic to delete vouchers data from table when vouchers are deleted. Thanks @bsetiawan88! #1087