Releases: gocodebox/lifterlms
Releases · gocodebox/lifterlms
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
Updated Templates
Version 7.6.1
v7.6.1 - 2024-05-02
Bug Fixes
Version 7.6.0
v7.6.0 - 2024-04-18
New Features
- Adds course-level lesson drip settings.
- Loads translation files later for compatibility with plugins like Loco Translate. #2429, #2525
- Adds settings in the Permalinks page to edit the custom post type and taxonomy slugs. Slugs are saved in the site language on install on update.
- Adds
llms_switch_to_site_locale
andllms_restore_locale
to help LifterLMS add-ons switch to the site language when getting translation strings.
Updates and Enhancements
- Improved the Course Builder UI.
- Updating the Blocks and Helpers libraries to the latest version.
Bug Fixes
- Allows the style tag when embedding content (iframe), in order to support more services. #2610
- Removes non-working editing of course title in the Course Builder. #2607
- Avoid issue with lost content when the course builder is launched immediately after creating a new course. #2606
- LifterLMS block editor strings now appear in the user's language. #2525
- Fixed user's language setting not honored on backend. #2324
- Fixes XSS, sanitization, and other security issues reported by Signal Labs.
- Fixes typo with CHF currency.