The Official Blog for LifterLMS Contributors
March 5, 2020
Bugfix: Call exit()
after redirecting on submission deletion.
Bugfix: Made private method LLMS_Assignments_Install::_106beta6_add_points()
static.
Bugfix: Use gmdate()
in favor of date()
when outputting task completion dates.
Read more: LifterLMS Assignments Version 1.1.5
March 3, 2020
Upgrade to the Stripe API Version to 2020-03-02.
Improved error logging when debug logging is enabled.
Use _x
to translate the post type name used to generate dynamic statement descriptors. This will assist in resolving an issue encountered when translating into languages with non-Latin character sets.
Read more: LifterLMS Stripe Version 5.2.0
March 2, 2020
Updates
Resolved a conflict with the “Starter Templates” plugin which made it impossible to edit quizzes while the plugin was enabled.
Bugfixes
Fixed an issue causing lesson post authors to be “lost” when adding an existing lesson to a course.
Fixed an issue causing php notices to be generated during existing lesson addition on the course builder.
Fixed an issue causing course bbPress forums to be lost when editing that course using the “Quick Edit” function from the courses table.
LifterLMS REST v1.0.0-beta.10
Added text domain to i18n functions that were missing the domain.
Added a “trigger” parameter to enrollment-related endpoints.
Added llms_rest_enrollments_item_schema
, llms_rest_prepare_enrollment_object_response
, llms_rest_enrollment_links
filter hooks.
Fixed setting roles instead of appending them when updating user, thanks @pondermatic !
Fixed return when the enrollment to be deleted doesn’t exist, returns 204
instead of 404
.
Fixed ‘context’ query parameter schema, thanks @pondermatic !
Read more: LifterLMS Version 3.37.11
February 27, 2020
Added text domain to i18n functions that were missing the domain.
Fixed setting roles instead of appending them when updating user, thanks @pondermatic !
Added a “trigger” parameter to enrollment-related endpoints.
Added llms_rest_enrollments_item_schema
, llms_rest_prepare_enrollment_object_response
, llms_rest_enrollment_links
filter hooks.
Fixed return when the enrollment to be deleted doesn’t exist, returns 204
instead of 404
.
Fixed ‘context’ query parameter schema, thanks @pondermatic !
Read more: LifterLMS REST API Version 1.0.0-beta.10
February 19, 2020
Update: Exclude the privacy policy page from the sitewide restriction.
Update: Added filter llms_enable_open_registration
.
Fix: Notices are printed on pages configured as a membership restriction redirect page.
Fix: Do not apply membership restrictions on the page set as membership’s restriction redirect page.
Fix: Added flag to print notices when landing on the redirected page.
Read more: LifterLMS Version 3.37.10