diff --git a/CHANGELOG.md b/CHANGELOG.md index 57b5c98e6be217df05aa315d684f28a413a2f86e..3b96fc3943445c73a449306050b25202db8e822e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.3.4 +Bug fixes: +* Fix layout problems in Firefox 49+ +* ARSnova no longer hangs because of a `ReferenceError` when loading for the + first time on slow connections. + ## 2.3.3 Bug fixes: * Fixes JavaScript errors occuring with `question.answer-option-limit` set to diff --git a/pom.xml b/pom.xml index 64863229a2fced8462b50f66ad00b5ad9d9ad06f..3fd05ebcc6308ce28cebd33a917b3dada9f3515c 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.3.4-SNAPSHOT</version> + <version>2.3.4</version> <packaging>war</packaging> <name>ARSnova Mobile</name>