diff --git a/CHANGELOG.md b/CHANGELOG.md index 3342fd62b4bf8902bbe5465537479a04076b0d4a..11ff882a2a78d5c87b76d918c320845658693c77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 2.6.2 +Bug fixes: +* The flashcard flip animation is removed due to incompatibility with firefox +* CSV content export now supports excel-specific options +* Fixes an i18n error in the german translation +* Fixes the edit view for grid questions + ## 2.6.1 Improvements: * The web font is now included so modern browsers should no longer fall back to diff --git a/pom.xml b/pom.xml index 11dc6cb4dd1992ca7a840da49e37151691c0c0d0..020d03247808ef63bb66cd8034ab0f2d48fc1d65 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>de.thm.arsnova</groupId> <artifactId>arsnova-mobile</artifactId> - <version>2.7.0-SNAPSHOT</version> + <version>2.6.2</version> <packaging>war</packaging> <name>ARSnova Mobile</name>