Skip to content

Commit 1ba1f46

Browse files
Faraz32123Muhammad Faraz  Maqsood
andauthored
chore: release v9.14.4 (#608)
Co-authored-by: Muhammad Faraz Maqsood <faraz.maqsood@A006-01130.local>
1 parent f78cce7 commit 1ba1f46

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
1616
Unreleased
1717
~~~~~~~~~~
1818

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+
1927
9.14.2 - 2025-08-06
2028
-------------------
2129
* Deprecation/Removal of pyjwkest

lti_consumer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .apps import LTIConsumerApp
55
from .lti_xblock import LtiConsumerXBlock
66

7-
__version__ = '9.14.3'
7+
__version__ = '9.14.4'

0 commit comments

Comments
 (0)