Load template functions on the admin panel when using the Divi Friends lab. Allows LifterLMS widgets and shortcodes to be used within Divi page builder.
Fix issue with bbPress integration so that forums restricted to multiple memberships allow users of at least one membership that the forum is restricted to access topics within that forum
Ensure that the correct ajax url is used for quizzes, resolves issue for sites utilizing FORCE_SSL_ADMIN
Refactored database background update scripts for increased reliability & performance
Database update 3.3.0 moved to 3.4.3 in order to accommodate users who were unable to run the 3.3.0 update, please read the 3.4.3 database update notes for more information.
WIP: refactoring shortcodes to a more sane set of functions and classes
Upgraded Student Management Table for courses and memberships:
Allow searching students by name / email
Allow filtering of students by current status
Allow sorting of students by name, user id, status, and enrollment updated date
Added student’s grade to the table (courses only)
Table pagination allows skipping to the first and last pages
Student names link to full student reporting screen
Student IDs added to the table. ID links to the WP User Edit screen which was previously accessible by clicking the student’s name
Utilizing improved database queries for displaying data on the table
One-click bulk enrollment of all current members of a membership into an auto-enrollment course. More info here
Students reporting table pagination can now jump to first and last page
Students reporting table pagination now displays current page and total number of pages
Added new class LLMS_Student_Query which is modeled, loosely, off of the WP_User_Query and allows for querying student data in relation to courses
LLMS_Admin_Table abstract now supports filtering and jump to first and last page pagination options
llms_get_enrolled_students now utilizes LLMS_Student_Query and resolves a bug where some users returned by this query would be returned with the incorrect status.