Skip to content

Releases: openedx/xblock-lti-consumer

Fix: re-instate parameter processors code.

06 Aug 13:17
41d9dd8

Choose a tag to compare

Somewhere between versions 2.0.0 and 2.1.0, the code to handle external parameter processors was dropped. This PR adds it back. Without this, external processors that are specified in the parameter processors settings are not called.

See #150 for more details.

Add Portuguese (Portugal) translation

03 Aug 13:19
a5ca2cd

Choose a tag to compare

Merge pull request #185 from fccn/pt_pt_translations

Add Portuguese (Portugal) translation

Added multi device support on student_view

15 Jul 10:22
c34f0bb

Choose a tag to compare

Edx mobile team has been working on this epic Open xBlocks in the Browser. To show xblock on mobile browser xblock needs to send student_view_multi_device as true. Therefore we have added its support.

3.0.0

08 Jul 06:40
1b1f380

Choose a tag to compare

Merge pull request #172 from open-craft/kshitij/bb-3899/pii-flag-cleanup

refactor: Rename CourseEditLTIFieldsEnabledFlag to CourseAllowPIISharingInLTIFlag and use it for LTI1.3 [BD-38] [BB-3899] [TNL-8104]

2.11.0

23 Jun 06:19
1ffa562

Choose a tag to compare

Merge pull request #173 from edx/jenkins/upgrade-python-requirements-…

2.3 Release

27 Aug 13:06
35cdddc

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

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: https://github.com/edx/frontend-app-learning/pull/184

2.1.1

07 Aug 14:26
60e7de5

Choose a tag to compare

Makes is_past_due a method, not a property

2.1.0 Release

03 Aug 13:38
8184732

Choose a tag to compare

Make the LTI Consumer XBlock indexable

2.0.4 Release

24 Jul 23:19
1e85e81

Choose a tag to compare

  • Replaced usage of pycrypyodome with pycryptodomex