diff --git a/application/config/version.php b/application/config/version.php index 386453acede..2d71d955805 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -11,10 +11,10 @@ * See COPYRIGHT.php for copyright notices and details. */ -$config['versionnumber'] = '4.2.3'; +$config['versionnumber'] = '4.2.4'; $config['dbversionnumber'] = 426; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30138'; +$config['assetsversionnumber'] = '30139'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 6cda14c97aa..db6e19d3de9 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,13 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.2.3 (build 200511) to 4.2.4 (build 200520) May 19, 2020 +-Fixed issue #16289: File Upload not working for iOS 13.2 (Jessica Höck) +-Fixed issue #16153: Random order question attribute - if enabled, no changes can be saved anymore (Olle Harstedt) +-Fixed issue #16152: Subquestion texts missing when exporting questions to lsq (Patricia Stelling) +-Fixed issue #16032: Randomize also randomized answer options not only subquestions (Olle Harstedt) + + Changes from 4.2.2 (build 200504) to 4.2.3 (build 200511) May 11, 2020 -Fixed issue: JsonEditor to not encode the value if it is already a valid json (Tõnis Ormisson) -Fixed issue #16241: Only one tip are shown (Denis Chenu)