1 This files describes API changes in the lti code.
5 * The following functions, previously used (exclusively) by upgrade steps are not available
6 anymore because of the upgrade cleanup performed for this version. See MDL-57432 for more info:
7 - mod_lti_upgrade_custom_separator()
11 * Support for LTI ContentItem message type.
12 * New function lti_build_content_item_selection_request() for building an LTI ContentItemSelectionRequest.
13 * New Select content button in External tool configuration page that lets the user configure an external tool by fetching tool
14 configuration content from the preconfigured tool's content selection interface.
18 * When requesting a grade from the outcome service, and empty grade will now be returned as
19 an empty grade in accordance with the spec. Previously a grade of 0 would be returned.
23 * Function lti_view (locallib.php) was renamed to lti_launch_tool.
24 A new and different lti_view function was created in the module lib.php containing the code for launching events and update the completion status for the module.
29 * Support for LTI 2 added, including extensible services implemented as ltiservice plugins.
30 * Function sendOAuthBodyPOST removed from OAuthBody.php because it was not being used.
31 * The field 'grade' in the table {lti} is now an integer rather than a numeric to bring it
32 in line with the 'grade' field in other activities.
36 * mod_lti\event\unknown_service_api_called now has less data stored in 'other'
37 but everything is still available for event observers via method get_message_data()