Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
9.5.2 Support proctored iframe launch
9.5.1: Add gate to only use ACS for proctoring
- 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
What's Changed
- docs: fix translations update instructions by @igobranco in #355
- feat: return html start assessment by @varshamenon4 in #367
New Contributors
- @igobranco made their first contribution in #355
Full Changelog: 9.4.0...v9.5.0
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)