Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
9.2.1: Bug fix for adding platform name
fix: ensure platform name is string (#368)
9.2.0: Add platform name to LTI 1.1 and 1.3 launch
feat: add platform name to 1.1 and 1.3 claims (#365)
Add support for full_name parameter in LTI 1.1 and claim in LTI 1.3
9.0.4 Support for JS translations
Add Logging for Error Cases When Requesting and Using Access Tokens
9.0.2 Translate PII Sharing Confirmation
9.0.1 New Translations
9.0.0 Validation on launch redirect URIs
fix[olive]: backport LTI 1.3 grade injection vulnerability fix
What's Changed
- Merge pull request from GHSA-7j9p-67mm-5g87 by @mtyaka in #331
New Contributors
Full Changelog: v4.5.0...4.5.1
Fix inappropriate instructions for inline PII sharing consent dialog
This release fixes inappropriate instructions displayed when collecting PII sharing consent before an inline LTI launch. Previously, the instructions said, "Click OK to have your [username (and) e-mail address] sent to a 3rd party application. Click Cancel to return to this page without sending your information." The latter sentence does not make sense in the context of an inline launch, because there is no cancel button. This commit modifies the inline PII sharing consent dialog to say, "Click OK to have your [username (and) e-mail address] sent to a 3rd party application."