- The main students reporting table can now be filtered to show only students enrolled in a specific course or membership.
- Improves
LLMS_Course_Data
andLLMS_Quiz_Data
classes by adding shared functionality to a shared abstract,LLMS_Abstract_Post_Data
- The filter
llms_plan_get_checkout_url
no passes a 3rd parameter:$check_availability
- Changed access on class methods in
LLMS_Shortcode_Courses
from private to protected, thanks @andrewvaughan!
The Official Blog for LifterLMS Contributors
-
LifterLMS Version 3.31.0-beta.2
Read more: LifterLMS Version 3.31.0-beta.2 -
LifterLMS Version 3.31.0-beta.1
Read more: LifterLMS Version 3.31.0-beta.1-
Adds explicit support for the twentynineteen default theme.
-
Treats
post_excerpt
data as HTML instead of plain text. Fixes an issue resulting in HTML tags being stripped from lesson excerpts when duplicating a lesson in the course builder or importing lessons via the course importer. -
Update to LifterLMS Blocks 1.4.0:
-
Adds an “unmigration” utility to LifterLMS -> Status -> Tools & Utilities which can be used to remove LifterLMS blocks from courses and lessons which were migrated to the block editor structure.
-
This tool is only available when the Classic Editor plugin is installed and enabled and it will remove blocks from ALL courses and lessons regardless of whether or not the block editor is being utilized on that post.
-
-
LifterLMS Blocks Version 1.4.0
Read more: LifterLMS Blocks Version 1.4.0- Added an “unmigration” utility to LifterLMS -> Status -> Tools & Utilities which can be used to remove LifterLMS blocks from courses and lessons which were migrated to the block editor structure. This tool is only available when the Classic Editor plugin is installed and enabled and it will remove blocks from ALL courses and lessons regardless of whether or not the block editor is being utilized on that post.
-
LifterLMS Private Areas Version 1.1.1
Read more: LifterLMS Private Areas Version 1.1.1- Fixed an issue causing invalid automations to result in a fatal error when attempting to log the failure.
-
Global WordPress Translation Day #4
The WordPress Polyglots Team has organized the 4th Global WordPress Translation day. The 24-hour event will take place on May 11, 2019.
Volunteers and contributors can attend local events to learn about translation and contribute translation to the WordPress core, plugins, and themes.
During this global event, LifterLMS will be hosting our own digital Translation Day event in the
#translators
channel on the LifterLMS Slack Community.The LifterLMS core team, developers, and translators will be hanging out in Slack, discussing translations, and helping you contribute translations to the LifterLMS core or LifterLMS add-ons.
Planning on attending? Join the Slack channel today and introduce yourself!
-
LifterLMS Version 3.30.3
Read more: LifterLMS Version 3.30.3Updates
- Fixed typos and spelling errors in various strings.
- Corrected a typo in the
content-disposition
header used when exporting voucher CSVs, thanks @pondermatic! - Improved the quiz attempt grading experience by automatically focusing the remarks field and only toggling the first answer if it’s not visible, thanks @eri-trabiccolo!
- Removed commented out code on the Student Dashboard Notifications Tab template, thanks @tnorthcutt!
Bug Fixes
- Renamed “descrpition” key to “description” found in the return of
LLMS_Instructor()->toArray()
. - Fixed an issue causing slashes to be stripped from course content when cloning a course.
- Fixed an issue causing JS warnings to be thrown in the Javascript console on Course and Membership edit pages on the admin panel due to variables being defined too late, thanks @eri-trabiccolo!
- Fixed an undefined variable notice encountered when filtering quiz attempts on the quiz attempts reporting screen, thanks @eri-trabiccolo!
- Fixed an issue causing slashes to appear before quotation marks when saving remarks on a quiz attempt, thanks @eri-trabiccolo!
- @pondermatic fixed typos and misspellings in comment and docs in over 200 files and while that doesn’t concern most users it’s worthy of a mention.
Deprecations
The following unused classes have been marked as deprecated and will be removed from LifterLMS in the next major release.
LLMS\Users\User
LLMS_Analytics_Page
LLMS_Course_Basic
LLMS_Lesson_Basic
LLMS_Quiz_Legacy
Template Updates