Skip to content

Commit dd2359d

Browse files
authored
Merge branch 'master' into master
2 parents 2e18404 + 40f668e commit dd2359d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.rst

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

5+
1.3.4 (2024-09-30)
6+
==================
7+
8+
* feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219
9+
* Updates for file djangocms_frontend/locale/en/LC_MESSAGES/django.po in de by @transifex-integration in https://github.com/django-cms/djangocms-frontend/pull/228
10+
* fix: setting `DJANGOCMS_FRONTEND_MINIMUM_INPUT_LENGTH` caused a regression when updating opt groups by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/230
11+
* fix: Pin django-entangled dependency to <0.6.
12+
513
1.3.3 (2024-07-11)
614
==================
715

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__ = "1.3.3"
22+
__version__ = "1.3.4"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"django-filer>=1.7",
1010
"easy-thumbnails",
1111
"djangocms-attributes-field>=1",
12-
"django-entangled>=0.5.4",
12+
"django-entangled>=0.5.4,<0.6",
1313
]
1414

1515
EXTRA_REQUIREMENTS = {

0 commit comments

Comments
 (0)