Skip to content

Commit

Permalink
Bump to version 2.2.5 (#1354)
Browse files Browse the repository at this point in the history
* Bump to version 2.2.5

* Update pre-commit: isort version
  • Loading branch information
fsbraun authored Jun 11, 2023
1 parent 672d00b commit c5c3bf2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ repos:
- id: mixed-line-ending

- repo: https://github.com/pycqa/isort
rev: 5.11.4
rev: 5.12.0
hooks:
- id: isort
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
CHANGELOG
=========

2.2.5 (2023-06-11)
==================

* Security patch (https://github.com/django-cms/django-filer/pull/1352):
While admin options shown correctly represented the user rights, some admin
end-points were available directly. A staff user without any permissions
could browse the filer folder structure, list files in a folder, add files,
and move files and folders.

2.2.4 (2023-01-13)
==================
* Add Django 4.1 support
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '2.2.4'
__version__ = '2.2.5'

default_app_config = 'filer.apps.FilerConfig'

0 comments on commit c5c3bf2

Please sign in to comment.