Skip to content
- 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!