The Official Blog for LifterLMS Contributors
-
Updates
- Updated checkout javascript to expose an error addition functions
- Removed display order field from payment gateway settings in favor of using the gateway table sortable list
- Abstracted the checkout form submission functionality into a callable function not directly tied to
$_POST
data
- Added function for checking if request is a REST request
- Fix checkout nonce to have a unique ID & name
Template Updates
v3.26.? – 2019-01-??
- Fixed a bug preventing viewing quiz results for quizzes with questions that have been deleted.
- Fixed a bug causing a PHP Notice to be output when registering a new user with a valid voucher.
Read more: LifterLMS Version 3.27.0-alpha.1
-
-
-
- Progression checks will work properly when WPForms are added to a lesson via the WPForms form block in the block editor.
- Modify integration (WPForms) plugin “active” test methods to support WPForms version 1.5 namespacing changes.
Read more: LifterLMS WPForms Version 1.1.0
-
Updates
- Improved pagination methods on Student Dashboard Endpoints
- “My Notifications” dashboard tab now consistently paginated like other dashboard endpoints
- Update to LifterLMS Blocks 1.3.1.
Bug Fixes
- Fixed an issue preventing course difficulty and course length from being edited when using various page builders.
- Fixed issues causing errors on quiz reporting screens for quiz attempts made by deleted users.
Deprecated Functions
LLMS_Student_Dashboard::output_notifications_content()
replaced with lifterlms_template_student_dashboard_my_notifications()
Templates Changed
Read more: LifterLMS Version 3.26.3
-