Merge branch 'MDL-48035-master-enfix' of git://github.com/mudrd8mz/moodle
[moodle.git] / mod / lti / upgrade.txt
blob825f27173f7173f8019add4c41f67c1e231e50c2
1 This files describes API changes in the lti code.
3 === 2.8 ===
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.
8 === 2.7 ===
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()
13 === 2.8 ===
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.