Skip to content

Commit

Permalink
Release 4.2.4+200520
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed May 19, 2020
1 parent 9259a1b commit 58f3d7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -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;
7 changes: 7 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 58f3d7b

Please sign in to comment.