Skip to content
Snippets Groups Projects
Commit b3ba3856 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'release-2.7.4' into 'master'

Release 2.7.4

See merge request !969
parents 7d5cd00d 71242eef
No related branches found
No related tags found
1 merge request!969Release 2.7.4
Pipeline #54259 canceled
......@@ -9,6 +9,9 @@ and this project adheres to `Semantic Versioning`_.
Unreleased
----------
`2.7.4`_ - 2022-02-09
---------------------
Changed
~~~~~~~
......@@ -21,7 +24,7 @@ Fixed
* Only exactly one person without e-mail address could be invited
* No person was created and linked to the PersonInvitation object when invite by e-mail is used
* No valid data in the second e-mail field of the signup form when it was disabled
* Invitation options were displayed even when the feature was disabled
* Invitation options were displayed to superusers even when the feature was disabled
* Inviting newly created persons for registration failed
* Invited person was not displayed correctly in list of sent invitations
* [Docker] Do not clear cache in migration container die to session invalidation issues
......@@ -749,3 +752,4 @@ Fixed
.. _2.7.1: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.1
.. _2.7.2: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.2
.. _2.7.3: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.3
.. _2.7.4: https://edugit.org/AlekSIS/Official/AlekSIS/-/tags/2.7.4
......@@ -31,7 +31,7 @@ author = "The AlekSIS Team"
# The short X.Y version
version = "2.7"
# The full version, including alpha/beta/rc tags
release = "2.7.4.dev0"
release = "2.7.5.dev0"
# -- General configuration ---------------------------------------------------
......
[tool.poetry]
name = "AlekSIS-Core"
version = "2.7.4.dev0"
version = "2.7.5.dev0"
packages = [
{ include = "aleksis" }
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment