We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78cce7 commit 1ba1f46Copy full SHA for 1ba1f46
CHANGELOG.rst
@@ -16,6 +16,14 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
16
Unreleased
17
~~~~~~~~~~
18
19
+9.14.4 - 2026-02-23
20
+-------------------
21
+* Add URL encoding of resource_link_id in the url params to resolve the parsing issue and allow empty resource_id.
22
+
23
+9.14.3 - 2025-10-22
24
25
+* fix: Convert UUIDField columns to uuid type for MariaDB
26
27
9.14.2 - 2025-08-06
28
-------------------
29
* Deprecation/Removal of pyjwkest
lti_consumer/__init__.py
@@ -4,4 +4,4 @@
4
from .apps import LTIConsumerApp
5
from .lti_xblock import LtiConsumerXBlock
6
7
-__version__ = '9.14.3'
+__version__ = '9.14.4'
0 commit comments