Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Oct 3, 2024
2 parents 2e18404 + 40f668e commit dd2359d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Changelog
=========

1.3.4 (2024-09-30)
==================

* feat: Rename link plugin to text link plugin by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/219
* 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
* 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
* fix: Pin django-entangled dependency to <0.6.

1.3.3 (2024-07-11)
==================

Expand Down
2 changes: 1 addition & 1 deletion djangocms_frontend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
13. Github actions will publish the new package to pypi
"""

__version__ = "1.3.3"
__version__ = "1.3.4"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"django-filer>=1.7",
"easy-thumbnails",
"djangocms-attributes-field>=1",
"django-entangled>=0.5.4",
"django-entangled>=0.5.4,<0.6",
]

EXTRA_REQUIREMENTS = {
Expand Down

0 comments on commit dd2359d

Please sign in to comment.