- Update: Added the ability to view the PHP error log file (as defined by
ini_get( 'error_log' )
) on the LifterLMS -> Status -> Logs page. - Update: Added strict comparisons for various condition checks.
- Bugfix: Fixed an issue where users might be redirected to the wrong course following a course import at the conclusion of the setup wizard.
- Bugfix: Fixed issue with tracking event data being lost due to cookie size limitations.
- Bugfix: Fixed issue potentially encountered when checking user capabilities for certificates and achievements.
- Bugfix: Fixed an issue preventing additional instances of the JS
LLMS.Storage
class from being instantiated.
The Official Blog for LifterLMS Contributors
-
LifterLMS Version 3.37.14
Read more: LifterLMS Version 3.37.14 -
LifterLMS Assignments Version 1.1.6
Read more: LifterLMS Assignments Version 1.1.6- When a lesson with an assignment is deleted the assignment is now automatically deleted.
- When an assignment is deleted all submissions for the assignment are automatically deleted.
- When an upload assignment submission is deleted the upload file (and associated attachment post) is automatically deleted.
- Bugfix: When an assignment is deleted from the course builder is now deleted (instead of trashed) and the lesson’s metadata is updated to remove the association to the deleted assignment.
-
LifterLMS Version 3.37.13
Read more: LifterLMS Version 3.37.13- Remove usage of internal functions marked as deprecated.
-
LifterLMS Version 3.37.12
Read more: LifterLMS Version 3.37.12Updates
- Tested up to WordPress Core version 5.4.
- Added support for post revisions for course, lesson, and mebership post types.
Developer updates
- Added strict comparisons for various condition checks.
- Added a new filter,
llms_builder_{$post_type}_force_delete
which allows control over whether a post is moved to the trash or immediately deleted when trashed via the course builder.
Bugfixes
- Fixed the name of the “actions” column on the quiz reporting screen.
- Fixed PHP warnings resulting from functions used to exclude order notes from comment counts.
- Fixed issue causing order notes to be included in the count displayed on the admin comments list despite their exclusion from the table itself.
- Fixed PHP notice thrown on the WordPress menu editor interface encountered when student dashboard endpoints have been deleted or removed.
- Fixed issue causing quotes to be encoded in various email, achievement, and certificate fields.
Deprecations
The following have been deprecated with no replacements and will be removed in the next major update:
LLMS_Course_Factory::get_course()
LLMS_Course_Factory::get_lesson()
LLMS_Course_Factory::get_product()
LLMS_Course_Factory::get_quiz()
LLMS_Course_Factory::get_question()
LLMS_Course_Handler::get_users_not_enrolled()
-
LifterLMS Assignments Version 1.1.5
Read more: LifterLMS Assignments Version 1.1.5- Bugfix: Call
exit()
after redirecting on submission deletion. - Bugfix: Made private method
LLMS_Assignments_Install::_106beta6_add_points()
static. - Bugfix: Use
gmdate()
in favor ofdate()
when outputting task completion dates.
- Bugfix: Call
-
LifterLMS Stripe Version 5.2.0
Read more: LifterLMS Stripe Version 5.2.0- Upgrade to the Stripe API Version to 2020-03-02.
- Improved error logging when debug logging is enabled.
- Use
_x
to translate the post type name used to generate dynamic statement descriptors. This will assist in resolving an issue encountered when translating into languages with non-Latin character sets.