Skip to content

Releases: openedx/xblock-lti-consumer

9.5.2 Support proctored iframe launch

24 May 15:47
c5fec19
Compare
Choose a tag to compare

9.5.1: Add gate to only use ACS for proctoring

19 May 20:26
9a69753
Compare
Choose a tag to compare
  • Added gate to ensure the ACS scope is only added when using the LtiProctoringConsumer
  • Moved scope validation to a helper function

9.5.0: Add HTML on start assessment response to LTI proctoring launch

15 May 20:31
314cba1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 9.4.0...v9.5.0

9.4.0 Fix block/descriptor error

08 May 15:39
e580b96
Compare
Choose a tag to compare

Fixes compatibility issue with recent LMS changes to refactor item/module/block/descriptor terminology.

9.3.0: Support for ACS actions

05 May 16:45
61fb278
Compare
Choose a tag to compare

feat: Added support for ACS actions. This includes:

  • An added scope for ACS actions in the access_token endpoint
  • An ACS permissions class in permissions.py

Other changes:

  • Added documentation to README about unit testing

9.2.1: Bug fix for adding platform name

03 May 13:39
3eaf8aa
Compare
Choose a tag to compare
fix: ensure platform name is string (#368)

9.2.0: Add platform name to LTI 1.1 and 1.3 launch

02 May 14:04
47a1f40
Compare
Choose a tag to compare
feat: add platform name to 1.1 and 1.3 claims (#365)

Add support for full_name parameter in LTI 1.1 and claim in LTI 1.3

01 May 14:38
c10ec18
Compare
Choose a tag to compare

9.0.4 Support for JS translations

25 Apr 18:30
9f60a53
Compare
Choose a tag to compare

Add Logging for Error Cases When Requesting and Using Access Tokens

18 Apr 20:34
0b4997f
Compare
Choose a tag to compare