Updates
- 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
Leave a Reply