Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Paul-Christian Volkmer
ARSnova Backend
Commits
f2e1b14e
Commit
f2e1b14e
authored
May 17, 2016
by
Daniel Gerhardt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 2.4.0
parent
1136e454
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
1 deletion
+25
-1
CHANGELOG.md
CHANGELOG.md
+24
-0
pom.xml
pom.xml
+1
-1
No files found.
CHANGELOG.md
View file @
f2e1b14e
# Changelog
## 2.4
Major features:
*
Support for new use case and feature settings has been added.
Minor features and changes:
*
New API endpoints have been added to reduce requests on session imports.
*
Session use case and feature settings are now included in exports and imports.
*
Authentication providers can now be enabled separately for students and
lecturers.
*
A new suspended votes offset setting has been added.
*
JSON export and import now include session info and feature settings.
Bug fixes:
*
Deleted sessions are now correctly evicted from cache.
*
Answer count calculation for free text questions has been fixed.
**This version is brought to you by:**
Project management: Klaus Quibeldey-Cirkel
Lead programming: Andreas Gärtner, Daniel Gerhardt, Tom "tekay" Käsler
Contributions: Paul-Christian Volkmer
Sponsoring:
[
AG QLS
](
https://www.thm.de/site/en/hochschule/service/ag-qls.html
)
,
[
HMWK
](
https://wissenschaft.hessen.de/wissenschaft/it-neue-medien/kompetenznetz-e-learning-hessen
)
## 2.3.2
This release fixes a security vulnerability in the account management API. It is
highly recommended to upgrade if you are using database authentication.
...
...
pom.xml
View file @
f2e1b14e
...
...
@@ -3,7 +3,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
de.thm.arsnova
</groupId>
<artifactId>
arsnova-backend
</artifactId>
<version>
2.4.0
-SNAPSHOT
</version>
<version>
2.4.0
</version>
<packaging>
war
</packaging>
<properties>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment