Skip to content

Commit

Permalink
FeinCMS v24.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Apr 8, 2024
1 parent 3e497e4 commit 962cc01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ Change log
`Next version`_
~~~~~~~~~~~~~~~

v24.4.0 (2024-04-08)
~~~~~~~~~~~~~~~~~~~~~

- Fetched the CSRF token value from the input field instead of from the cookie.
This allows making the CSRF cookie ``httponly``. Thanks to Samuel Lin for the
contribution!


v23.12.0 (2023-12-22)
~~~~~~~~~~~~~~~~~~~~~

Expand Down
2 changes: 1 addition & 1 deletion feincms/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (23, 12, 0)
VERSION = (24, 4, 0)
__version__ = ".".join(map(str, VERSION))


Expand Down

0 comments on commit 962cc01

Please sign in to comment.