Skip to content

Releases: celtic-project/LTI-PHP

Version 4.6.5

05 Mar 13:54
Compare
Choose a tag to compare

Remove erroneous GROUP BY clauses in SQL for data connectors
Improve debug logging for missing message handlers

Version 4.6.4

23 Feb 23:21
Compare
Choose a tag to compare

Fix bug with handling public keys in PEM format in Firebase JWT client
Enhance JWT clients
Enhance handling of Content items

Version 4.6.3

20 Jan 22:57
Compare
Choose a tag to compare

Update UserResult->getId for users not associated with a resource link
Update to latest release of Firebase/php-jwt library
Minor bug fixes

Version 4.6.2

05 Jan 16:04
Compare
Choose a tag to compare

Minor bug and documentation fixes

Version 4.6.1

05 Dec 16:49
Compare
Choose a tag to compare

Add default limit property to relevant service classes
Bug fix

Version 4.6.0

03 Dec 20:14
Compare
Choose a tag to compare

Add support for making service requests for single pages with access to relative links included in the response
Fix issue when platforms enforce a page limit when none has been requested
Improve support for Course Groups service (order of parameters to Service\Groups->get method changed)
Add support for obsolete link-level membership service endpoint
Improved error logging for OAuth-signed messages
Constructor for DataConnector class has been changed to protected - always use its static getDataConnector method instead

Version 4.5.4

26 Oct 14:18
Compare
Choose a tag to compare

Minor bug fixes

Version 4.5.3

14 Oct 21:39
Compare
Choose a tag to compare

Ignore additional query parameters in initiate login requests which use GET

Version 4.5.2

13 Oct 10:19
Compare
Choose a tag to compare

Fix error in obtaining a platform's family code which can impact checks for API hooks

Version 4.5.1

27 Sep 14:54
Compare
Choose a tag to compare

Add support for Course Groups service from ResourceLink object
Improve SQL error logging
Minor bug fixes