We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96423ec commit 70ab61aCopy full SHA for 70ab61a
CHANGELOG.rst
@@ -16,6 +16,10 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
16
Unreleased
17
~~~~~~~~~~
18
19
+9.14.5 - 2026-03-05
20
+-------------------
21
+* Pass context claim in deep linking launch request & fix use external config deployment_id.
22
+
23
9.14.4 - 2026-02-23
24
-------------------
25
* Add URL encoding of resource_link_id in the url params to resolve the parsing issue and allow empty resource_id.
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '9.14.4'
+__version__ = '9.14.5'
0 commit comments