Skip to content

Commit d6f7b9c

Browse files
authored
Merge branch 'master' into fix/grid-layout
2 parents a56e0d2 + ce882c3 commit d6f7b9c

File tree

7 files changed

+3268
-2
lines changed

7 files changed

+3268
-2
lines changed

CHANGELOG.rst

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

5+
1.3.1 (2024-04-12)
6+
==================
7+
8+
* fix: Allow page titles to contain ampersand (&) by @fsbraun in https://github.com/django-cms/djangocms-frontend/pull/202
9+
* fix: Use gettext_lazy for model verbose names by @tidenhub in https://github.com/django-cms/djangocms-frontend/pull/203
10+
* fix: Add `dir` attribute to `html` tag in `djangocms_frontend.html` by @sakhawy in https://github.com/django-cms/djangocms-frontend/pull/204
11+
12+
**New Contributors**
13+
14+
* @tidenhub made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/203
15+
* @sakhawy made their first contribution in https://github.com/django-cms/djangocms-frontend/pull/204
16+
517
1.3.0 (2024-03-21)
618
==================
719

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.0"
22+
__version__ = "1.3.1"
Binary file not shown.

0 commit comments

Comments
 (0)