Initial public release
The Official Blog for LifterLMS Contributors
-
LifterLMS Blocks Version 1.6.0
Read more: LifterLMS Blocks Version 1.6.0- Feature: Added form field blocks for use on the Forms manager.
- Feature: Add logic for
logged_in
andlogged_out
block visibility options. - Update: Added isDisabled property to Search component.
- Update: Adjusted priority of
render_block
filter to 20. - Bug fix: Import
InspectorControls
fromwp.blockEditor
in favor of deprecatedwp.editor
- Bug fix: Automatically store course/membership instructor with
post_author
data when the post is created. - Bug fix: Pass style rules as camelCase.
-
LifterLMS Advanced Videos Version 1.0.0-beta.5
Read more: LifterLMS Advanced Videos Version 1.0.0-beta.5- Fix bug causing video progress to be checked on lessons without videos or with videos that aren’t supported by an available provider.
-
LifterLMS Version 3.36.2
Read more: LifterLMS Version 3.36.2Updates
- Tested to WordPress 5.3.0-beta.2
- Upgrade UI on student course reporting screens.
- Added logic to physically remove from the membership level and remove enrollments data on related products, when deleting a membership enrollment.
- Lesson metabox “start” drip method made available only if the parent course has a start date set.
Bugfixes
- Fixed JS error when client-side event tracking settings aren’t loaded, thanks @wenchen!
- Fixed PHP warning resulting from drip the “Course Start” lesson drip settings when no course start date exists.
- Fixed fatal error encountered when reviewing an order placed with a payment gateway that’s been deactivated.
Files Updated
- assets/js/app/llms-tracking.js
- includes/admin/post-types/meta-boxes/class.llms.meta.box.lesson.php
- includes/models/model.llms.lesson.php
- includes/models/model.llms.student.php
- lifterlms.php
Templates Updated
- templates/admin/post-types/order-details.php
- templates/admin/reporting/tabs/students/courses-course.php
-
LifterLMS Advanced Videos Version 1.0.0-beta.4
Read more: LifterLMS Advanced Videos Version 1.0.0-beta.4- Adds video reporting. Visit a student’s course progress reporting screen to see their progress through course videos.
- Add new method
llms_av_get_last_user_video_progress_event()
to query for a student’s last video progress event.