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 c81e158 commit 6e1bb34Copy full SHA for 6e1bb34
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
Changelog
3
=========
4
5
+2.1.4 (2025-07-27)
6
+==================
7
+
8
+* fix: Bad URL generation for the CarouselSlidePlugin by @nchaourar in https://github.com/django-cms/djangocms-frontend/pull/293
9
+* fix: Provide frontend plugin change forms with plugin language by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/295
10
11
12
2.1.3 (2025-07-20)
13
==================
14
djangocms_frontend/__init__.py
@@ -19,4 +19,4 @@
19
13. Github actions will publish the new package to pypi
20
"""
21
22
-__version__ = "2.1.3"
+__version__ = "2.1.4"
0 commit comments