Releases: longhornopen/laravel-celtic-lti
v1.1.0
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
v1.0.3
- Fix namespace of DataConnector class
- Truncate Platform names to 50 characters automatically, to match DB column size
v1.0.2
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
Update/fix Canvas OAuth URLs
v1.0.0
No usage changes since 0.5.1, but now requires PHP 8.1 at minimum.
v0.5.1
Better describe allowed versions for lti lib dependency
v0.5.0
Allow setting of PDO or DataConnector object, if you don't want to use the default Laravel one for some reason
v0.4.9
Add support for more LMSes in console commands
v0.4.8
Adapts to changes in Canvas's preferred URLs.