Adds filter llms_student_dashboard_login_redirect allowing customization of the redirect upon login via the Student Dashboard
Adds a shortcode parameter, login_redirect to [lifterlms_my_account] allowing customization of the redirect upon login via the Student Dashboard
Adds a new tool under “Tools and Utilities” on the LifterLMS Settings screen which allows users to clear the cached student overall progress and overall grade data
Fixes a compatibility issue with the OptimizePress live editor
Adds a text domain to a translation function where none was present, rendering the string untranslatable
Added support for WordPress Twenty Seventeen theme
Improved the messaging and functions related to LifterLMS Sidebar support
Add alternate language for a quiz requiring 100% grade to pass
Added CSS class .llms-button-primaray to lesson “Mark as Complete” buttons
Add box-sizing css rule to LifterLMS form field elements. Fixes layout issues on themes that don’t border-box everything.
Fix an issue that prevented the admin notice to enable/disable recurring payments from clearing when a button was pressed from screens other than the LLMS Settings screen
Fix next payment date error when viewing a cancelled recurring order on the student dashboard
Recurring payments now scheduled based on UTC time in accordance with the action scheduler which executes based on UTC rather than site timezone
Add existing lesson to course modal now relies on async search. Improves performance and prevents timeouts on sites with a 500+ lessons
Removed 2.x -> 3.x update notification message
Fix an issue with comment counting on PHP7
Updated action scheduler library to latest version
Update all course and lesson templates to rely only on global $post rather than on $course and $lesson globals which are working inconsistently across environments
Fix typo related to the line-height of LifterLMS order notes on the admin panel. Thanks @edent!