Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
v9.6.0
What's Changed
- fix: Added support for django 42 by @zubairshakoorarbisoft in #400
New Contributors
- @zubairshakoorarbisoft made their first contribution in #400
Full Changelog: v9.5.7...v9.6.0
9.5.7
9.5.5 Fix internal xblock function call
9.5.4 ProctoringConsumer launch fix
9.5.3 Redirect to exam on LTI launch tab and show warning for invalid lti_id
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_tokenendpoint - An ACS permissions class in
permissions.py
Other changes:
- Added documentation to README about unit testing