Skip to content

Commit

Permalink
Change function of canonical url button
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Sep 30, 2023
1 parent 5df6bd1 commit df83340
Show file tree
Hide file tree
Showing 44 changed files with 1,441 additions and 1,191 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@
CHANGELOG
=========

unreleased
==========
3.1.0 (2023-10-01)
==================

* feat: limit uploaded image area (width x height) to prevent decompression
bombs
* feat: Canonical URL action button now copies canonical URL to the user's
clipboard
* fix: Run validators on updated files in file change view
* fix: Update mime type if uploading file in file change view
* fix: Do not allow to remove the file field from an uplaoded file in
Expand Down
2 changes: 1 addition & 1 deletion filer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
8. Publish the release and it will automatically release to pypi
"""

__version__ = '3.0.6'
__version__ = '3.1.0'
Binary file modified filer/locale/ar/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit df83340

Please sign in to comment.