Skip to content

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

v4.1.0 Various lineitem fixes

08 Nov 16:58
c6b32db
Compare
Choose a tag to compare
  • Allowed getGrades() to be called without a line item. (#34)
  • Fixed fetching of line items and eliminated a PHP warning for missing key. (#35)
  • Included the resourceLinkId attribute when creating a line item. (#36)

4.0.0 Add the ability to set debugging mode

29 Oct 18:38
e43e6cc
Compare
Choose a tag to compare

Adds the ability to set debugging mode, which will be false by default, see #32

3.0.3 Adds response/request logging for LTI 1.3 gradesync

28 Oct 14:39
68e361b
Compare
Choose a tag to compare

Adds response/request logging for LTI 1.3 gradesync for easier debugging, see #31

3.0.2 Fix zero grades not being synced in LTI 1.3

25 Oct 20:22
fc2dae1
Compare
Choose a tag to compare

Fix zero grades not being synced in LTI 1.3, see #30

v3.0.1 Fix errors from missing array indexes

21 Oct 21:39
78fab66
Compare
Choose a tag to compare

Fix a few minor errors related to array indexes. Increase test coverage on the LtiMessageLaunch

PRs:

v3.0.0 Improve LTI services, the API client, and auth token caching

22 Sep 21:50
6019e21
Compare
Choose a tag to compare

Fix Link not being in request Headers

12 Aug 21:59
5e0f652
Compare
Choose a tag to compare

In testing, we discovered some LMSes will not provide a "next" link for pagination. See #19

Fixing AGS line_items pagination

12 Aug 19:03
2a84b8b
Compare
Choose a tag to compare

Fixes a bug in the LtiAssignmentsAndGradeService. Pagination was not correctly returning all line_items, this has been fixed. See #17

v2.0.1: Fixing service connector API calls

12 Jul 19:03
02670c1
Compare
Choose a tag to compare

Fixes a bug in the class that makes API calls back to the LMS for grade services. See #15.

All v2.0.0 users should upgrade for grade passback to work properly.

v2.0.0: Adds Ability to Cache Access Token

24 Jun 16:11
0d37803
Compare
Choose a tag to compare