1 This files describes API changes in the lti code.
5 * The field 'grade' in the table {lti} is now an integer rather than a numeric to bring it
6 in line with the 'grade' field in other activities.
10 * mod_lti\event\unknown_service_api_called now has less data stored in 'other'
11 but everything is still available for event observers via method get_message_data()
15 * Support for LTI 2 added, including extensible services implemented as ltiservice plugins.
16 * Function sendOAuthBodyPOST removed from OAuthBody.php because it was not being used.