We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37d36e commit 231c197Copy full SHA for 231c197
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
Changelog
3
=========
4
5
+1.3.5 (2024-11-11)
6
+==================
7
+
8
+* fix: XSS vulnerability by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/244
9
10
11
1.3.4 (2024-09-30)
12
==================
13
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "1.3.4"
+__version__ = "1.3.5"
0 commit comments