You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,25 @@
2
2
CHANGELOG
3
3
=========
4
4
5
+
3.3.1 (2024-12-07)
6
+
==================
7
+
8
+
* fix: editing buttons missing in admin when file present by @pajowu in https://github.com/django-cms/django-filer/pull/1511
9
+
* fix: incompatibility with djangocms-versioning-filer 1.3 was fixed by @fscherf in https://github.com/django-cms/django-filer/pull/1509
10
+
11
+
**New Contributors**
12
+
13
+
* @pajowu made their first contribution in https://github.com/django-cms/django-filer/pull/1511
14
+
* @fscherf made their first contribution in https://github.com/django-cms/django-filer/pull/1509
15
+
16
+
3.3.0 (2024-11-19)
17
+
==================
18
+
19
+
* fix: Restrict upload of binary or unknown file types by default by @fsbraun in https://github.com/django-cms/django-filer/pull/1507
20
+
* fix: remove extra brace in generated HTML of data-max-filesize attribute by @fabien-michel in https://github.com/django-cms/django-filer/pull/1502
21
+
* fix: uploadButton data-max-filesize attribute is not passed to file-uploader by @fabien-michel in https://github.com/django-cms/django-filer/pull/1503
22
+
* docs: Update for on_delete requirement in Filer fields
0 commit comments