Skip to content

Releases: django-cms/django-filer

3.1.3

17 May 14:05
0ae797c
Compare
Choose a tag to compare

What's Changed

  • fix: Folder select widget did not render correctly with standard Django admin styles by @fsbraun in #1467
  • Version 3.1.3 by @jrief in #1468

Full Changelog: 3.1.2...3.1.3

3.1.2

17 May 12:47
48fdcb7
Compare
Choose a tag to compare
Bump to version 3.1.2 (#1466)

2.2.7

17 May 11:14
5440e47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.6...2.2.7

3.1.1

18 Nov 00:47
b0f39ab
Compare
Choose a tag to compare

What's Changed

  • ci: pre-commit autoupdate by @pre-commit-ci in #1435
  • feat: Image dimensions update management command by @benzkji in #1434
  • fix: address failing gulp ci jobs. by @mbi in #1437
  • fix: Added compatibility code in aldryn_config go support setting THUMBNAIL_DEFAULT_STORAGE in django 4.2 by @kinkerl in #1440

New Contributors

Full Changelog: 3.1.0...3.1.1

3.1.0

02 Oct 14:09
c9872d8
Compare
Choose a tag to compare

What's Changed

  • fix: Unique url names for file icon by @fsbraun in #1423
  • feat: Add django 5.0 support by @fsbraun in #1424
  • fix: URL action in data table list template by @T4m in #1428
  • fix: JavaScript int literal overflow by @fsbraun in #1422
  • fix: decompression bomb attack in the Filer by @vinitkumar in #1426
  • fix: View expanded svg images from <img> tags to avoid js attacks by @fsbraun in #1429
  • fix: initialize dropzoneSelector inside inline formsets in a Django 4.1 compatible way by @mbi in #1431
  • feat: French translations, prevention of opening SVG directly in browser through canonical url by @fsbraun in #1430

New Contributors

Full Changelog: 3.0.6...3.1.0

3.0.6

08 Sep 14:38
dbeda3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.0.5...3.0.6

3.0.5

22 Aug 20:28
3940e1c
Compare
Choose a tag to compare
  • Fix bug that ignored thumbnail storage custom settings in directory view
  • remove Django 2.2, 3.0, and 3.1 classifiers in setup.py
  • remove tests for Django < 3.2 since those versions are not supported anymore

3.0.4

04 Aug 18:34
16fcdec
Compare
Choose a tag to compare
  • Fix bug when submitting permission admin form
  • Fix folder select field css of permission admin form
  • Fix requirements (Django>=3.2) in setup.py and docs
  • Update Dutch, Spanish and French locale

3.0.3

21 Jul 13:46
a01ab6b
Compare
Choose a tag to compare

3.0.2

17 Jul 09:08
83e209f
Compare
Choose a tag to compare
  • Fix another bug (in comparison to 3.0.1) when the thumbnailer in admin tags crashes because of
    invalid or missing file
  • Ensure action buttons in directory listing do not get disabled after using
    cancel or back button if files or folders are selected.