Skip to content

Releases: longhornopen/laravel-celtic-lti

v0.4.8

21 Jun 18:50
Compare
Choose a tag to compare

Adapts to changes in Canvas's preferred URLs.

v0.4.7

03 Apr 20:50
Compare
Choose a tag to compare

Handle launch better when both third-party cookies and popups are blocked

v0.4.5

16 Feb 21:44
Compare
Choose a tag to compare
Lock to celtic 4.9.0 temporarily

4.10.0 introduces support for the draft "OIDC Login with LTI Client Side postMessages" specification.  This spec doesn't appear to be fully implemented successfully in the Canvas LMS.

v0.4.4

19 Dec 17:43
Compare
Choose a tag to compare

Automatically create Canvas test+beta configs along with production config

v0.4.3

08 Aug 18:44
Compare
Choose a tag to compare

Support Schoology LMS. (Thanks @bjmrey!)

v0.4.2

02 Jun 10:30
99463c8
Compare
Choose a tag to compare

Loosen illuminate/support version constraint

v0.4.1

30 Apr 14:33
Compare
Choose a tag to compare

fix auto-deployment-id creation pulling from wrong data source

v0.4.0

28 Apr 13:07
Compare
Choose a tag to compare

Add simpler config-based setup for LTI 1.3 tools

v0.3.1

26 Apr 19:39
Compare
Choose a tag to compare

Adds a LtiTool->createDeploymentIdFromExistingPlatform() function. Open-source or freely-available tools might want to treat deployment IDs as optional, which the underlying CeLTIc library doesn't really allow.

For the moment, you can manually call this function before you call LtiTool->handleRequest(). (Future dev work here will extend handleRequest() to automatically call this, if requested to do so by a toggle in a config file.)

v0.3.0

18 Apr 15:20
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Add preliminary LTI 1.3 support