Skip to content

Releases: longhornopen/laravel-celtic-lti

v1.1.0

25 Apr 14:25
6999a2b
Compare
Choose a tag to compare

Adds two new config options to:

  • Set the Laravel connection name, if you're storing LTI info somewhere other than your default database
  • Supply your own custom class for providing a DataConnector, if you want to completely customize the implementation

Fixes bug where DB table prefix was not being correctly read from the database config and passed on to the underlying Celtic library.

v1.0.4

28 Mar 20:13
Compare
Choose a tag to compare

fixes #26 - installation problem on Laravel 11

v1.0.3

26 Jan 13:38
Compare
Choose a tag to compare
  • Fix namespace of DataConnector class
  • Truncate Platform names to 50 characters automatically, to match DB column size

v1.0.2

14 Dec 14:58
Compare
Choose a tag to compare

Add command for updating LTI 1.3 settings URLs, if they change in the LMS for some reason.

See https://github.com/longhornopen/laravel-celtic-lti/wiki/Updating-settings-URLs-when-they-change-in-the-LMS for details, particularly around the new 'sso' subdomain in cloud-hosted instances of Canvas.

v1.0.1

28 Nov 18:19
Compare
Choose a tag to compare

Update/fix Canvas OAuth URLs

v1.0.0

07 Nov 14:51
Compare
Choose a tag to compare

No usage changes since 0.5.1, but now requires PHP 8.1 at minimum.

v0.5.1

15 Sep 14:23
Compare
Choose a tag to compare

Better describe allowed versions for lti lib dependency

v0.5.0

11 Aug 14:04
Compare
Choose a tag to compare

Allow setting of PDO or DataConnector object, if you don't want to use the default Laravel one for some reason

v0.4.9

24 Jul 16:38
Compare
Choose a tag to compare

Add support for more LMSes in console commands

v0.4.8

21 Jun 18:50
Compare
Choose a tag to compare

Adapts to changes in Canvas's preferred URLs.