We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a843a commit a01ab6bCopy full SHA for a01ab6b
CHANGELOG.rst
@@ -2,6 +2,13 @@
2
CHANGELOG
3
=========
4
5
+3.0.3 (2023-07-21)
6
+==================
7
+
8
+* Fix copy folder being broken after django-mptt removal by @protoroto in https://github.com/django-cms/django-filer/pull/1393
9
+* fix: crash in the file detail view by @vinitkumar in https://github.com/django-cms/django-filer/pull/1395
10
+* Fix: actions.js error thrown in js console by @fsbraun in https://github.com/django-cms/django-filer/pull/1397
11
12
3.0.2 (2023-07-17)
13
==================
14
filer/__init__.py
@@ -13,6 +13,6 @@
8. Publish the release and it will automatically release to pypi
"""
15
16
-__version__ = '3.0.2'
+__version__ = '3.0.3'
17
18
default_app_config = 'filer.apps.FilerConfig'
0 commit comments