Skip to content

Commit 6e1bb34

Browse files
authored
chore: Prepare release 2.1.4 (#296)
1 parent c81e158 commit 6e1bb34

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
Changelog
33
=========
44

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+
512
2.1.3 (2025-07-20)
613
==================
714

djangocms_frontend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
13. Github actions will publish the new package to pypi
2020
"""
2121

22-
__version__ = "2.1.3"
22+
__version__ = "2.1.4"

0 commit comments

Comments
 (0)