Skip to content

Commit c5c3bf2

Browse files
authored
Bump to version 2.2.5 (#1354)
* Bump to version 2.2.5 * Update pre-commit: isort version
1 parent 672d00b commit c5c3bf2

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ repos:
3737
- id: mixed-line-ending
3838

3939
- repo: https://github.com/pycqa/isort
40-
rev: 5.11.4
40+
rev: 5.12.0
4141
hooks:
4242
- id: isort

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
CHANGELOG
33
=========
44

5+
2.2.5 (2023-06-11)
6+
==================
7+
8+
* Security patch (https://github.com/django-cms/django-filer/pull/1352):
9+
While admin options shown correctly represented the user rights, some admin
10+
end-points were available directly. A staff user without any permissions
11+
could browse the filer folder structure, list files in a folder, add files,
12+
and move files and folders.
13+
514
2.2.4 (2023-01-13)
615
==================
716
* Add Django 4.1 support

filer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
8. Publish the release and it will automatically release to pypi
1414
"""
1515

16-
__version__ = '2.2.4'
16+
__version__ = '2.2.5'
1717

1818
default_app_config = 'filer.apps.FilerConfig'

0 commit comments

Comments
 (0)