Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
2.3 Release
This version moves the LTI configuration handling to a django model. All the settings are still stored in the XBlock, but the retrieving and instantiating of LTI config is done through a Python API now.
2.2 Release
This changes LTI modal behavior if the component is running inside an iframe. This is required for the courseware microfrontend to display modals correctly: openedx/frontend-app-learning#184
2.1.1
2.1.0 Release
Make the LTI Consumer XBlock indexable
2.0.4 Release
- Replaced usage of pycrypyodome with pycryptodomex
2.0.2 Release
This refactors the LTI 1.1 consumer to enable use outside of an xblock context.
2.0.1.1 Release
This includes packages that were erroneously not included in the 2.0 release.
2.0.1 Release
Fixes import error from 2.0
2.0 Release
Adds LTI 1.3 Support.
To enable, set settings.FEATURES['LTI_1P3_ENABLED'] = True
Release on PyPI
1.4.2 BOM-1674: Upload to PyPI (#75)