File tree Expand file tree Collapse file tree 6 files changed +3266
-1
lines changed Expand file tree Collapse file tree 6 files changed +3266
-1
lines changed Original file line number Diff line number Diff line change 2
2
Changelog
3
3
=========
4
4
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
+
5
17
1.3.0 (2024-03-21)
6
18
==================
7
19
Original file line number Diff line number Diff line change 19
19
13. Github actions will publish the new package to pypi
20
20
"""
21
21
22
- __version__ = "1.3.0 "
22
+ __version__ = "1.3.1 "
You can’t perform that action at this time.
0 commit comments