Skip to content

Releases: packbackbooks/lti-1-3-php-library

v6.2.0 Improve the interface for Deep Links

16 Sep 16:24
86f89bb
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.1.2...v6.2.0

v6.1.2

22 Jul 14:06
054ab99
Compare
Choose a tag to compare

What's Changed

  • Pass the previous exception to LtiExceptions by @dbhynds in #147

Full Changelog: v6.1.1...v6.1.2

v6.1.1 Update "state not found" error message

09 Jul 20:49
199510d
Compare
Choose a tag to compare

What's Changed

  • MGMT-155 Update state not found error message by @dbhynds in #144

Full Changelog: v6.1.0...v6.1.1

v6.1.0

28 May 14:32
53a6dc0
Compare
Choose a tag to compare

What's Changed

Notable changes:

  • Add PHP version requirement to composer.json by @danielTiringer in #139
  • Include resourceId and tag of line items in deep link resource by @gkreitz in #142

All changes:

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

14 Feb 20:42
beabf63
Compare
Choose a tag to compare

Upgrade Guide

See the 5.x to 6.0 Upgrade Guide for a list of changes. Notable changes include:

  • Changed how LtiMessageLaunch are handled (use initialize() instead of validate())
  • Changed how the OIDC Login URL is retrieved, and deprecated the Redirect object
  • Strict typing added, affecting the ICookie, IDatabase, and IMigrationDatabase interfaces and others

The upgrade guide should provide detailed instructions on how to implement necessary changes. If the documentation is confusing or incomplete, please create an issue or open a pull request.

What's Changed

Full Changelog: v5.7.1...v6.0.0

v5.7.1 Fixes an issue with making PUT requests for line items

13 Feb 19:05
b09f311
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.7.0...v5.7.1

v5.7.0 Change how the OIDC Login URL is used, mark the Redirect for deprecation

15 Dec 19:47
47291d9
Compare
Choose a tag to compare

What's Changed

See https://github.com/packbackbooks/lti-1-3-php-library/blob/master/UPGRADES.md#56-to-57 for upgrade notes.

Full Changelog: v5.6.0...v5.7.0

v5.6.0 Add support for migrations from LTI 1.1 to 1.3. Add deprecations in preparation of v6

05 Dec 20:21
e6b7848
Compare
Choose a tag to compare

What's Changed

NOTE: The recommended way for creating LTI Message Launches from a request has change. Instead of $ltiMessageLaunch->validate($request), instead do $ltiMessageLaunch->initialize($request). This will change permanently in v6.

Full Changelog: v5.5.4...v5.6.0

v5.5.4 Improve logging and url generation

30 Nov 19:40
f6a7fd8
Compare
Choose a tag to compare

What's Changed

  • Add the ability to mask log data by @dbhynds in #112
  • Clean up some URL parsing by @dbhynds in #111
  • Json encode log objects instead of printing a multiline string by @dbhynds in #113

Full Changelog: v5.5.3...v5.5.4

v5.5.3 Enable usage of Resource Link level membership service

20 Nov 15:28
3ddfb3e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.5.2...v5.5.3