Skip to content

Releases: openedx/xblock-lti-consumer

2.3 Release

27 Aug 13:06
35cdddc
Compare
Choose a tag to compare

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

19 Aug 17:11
f0785c5
Compare
Choose a tag to compare

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

07 Aug 14:26
60e7de5
Compare
Choose a tag to compare

Makes is_past_due a method, not a property

2.1.0 Release

03 Aug 13:38
8184732
Compare
Choose a tag to compare

Make the LTI Consumer XBlock indexable

2.0.4 Release

24 Jul 23:19
1e85e81
Compare
Choose a tag to compare
  • Replaced usage of pycrypyodome with pycryptodomex

2.0.2 Release

02 Jul 13:59
867f187
Compare
Choose a tag to compare

This refactors the LTI 1.1 consumer to enable use outside of an xblock context.

2.0.1.1 Release

30 Jun 12:58
146eb9c
Compare
Choose a tag to compare

This includes packages that were erroneously not included in the 2.0 release.

2.0.1 Release

29 Jun 19:45
9693fdf
Compare
Choose a tag to compare

Fixes import error from 2.0

2.0 Release

29 Jun 17:41
b8273e7
Compare
Choose a tag to compare

Adds LTI 1.3 Support.
To enable, set settings.FEATURES['LTI_1P3_ENABLED'] = True

Release on PyPI

08 Jun 12:09
e949d9e
Compare
Choose a tag to compare
1.4.2

BOM-1674: Upload to PyPI (#75)