Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
9.4.0 Fix block/descriptor error
Fixes compatibility issue with recent LMS changes to refactor item/module/block/descriptor terminology.
9.3.0: Support for ACS actions
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
fix: ensure platform name is string (#368)
9.2.0: Add platform name to LTI 1.1 and 1.3 launch
feat: add platform name to 1.1 and 1.3 claims (#365)