Releases: openedx/xblock-lti-consumer
Fix: re-instate parameter processors code.
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
Merge pull request #185 from fccn/pt_pt_translations Add Portuguese (Portugal) translation
Added multi device support on student_view
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
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
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: https://github.com/edx/frontend-app-learning/pull/184
2.1.1
2.1.0 Release
Make the LTI Consumer XBlock indexable
2.0.4 Release
- Replaced usage of pycrypyodome with pycryptodomex