Skip to content

Commit

Permalink
Release 3.24.1+201014
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Oct 14, 2020
1 parent 1739dd4 commit c6f6d60
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '3.24.0';
$config['versionnumber'] = '3.24.1';
$config['dbversionnumber'] = 365;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30155';
$config['assetsversionnumber'] = '30156';
return $config;
15 changes: 15 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,21 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 3.24.0 (build 201013) to 3.24.1 (build 201014) October 14, 2020
-Fixed issue: Update issue with invalid datetime value stored in expires field (Carsten Schmitz)
-Fixed issue: Participant access key length could be set to 36 (and creating errors on registration) even though 35 is the maximum. (Carsten Schmitz)
-Fixed issue: No update notification for Comfort Update users (Eddy Lackmann)
-Fixed issue: Database exception is shown when trying to download files on a inactive survey (Carsten Schmitz)
-Fixed issue #16695: JSON RPC Remote Control methods are not sent as expected to server (Gabriel Jenik)
-Fixed issue #16562: Bar charts at statistics start with min value=1 but has to be min value=0 (Gabriel Jenik)
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Myanmar by cdorin
#Updated translation: Japanese by nomoto
#Updated translation: French (France) by c_schmitz, DenisChenu
#Updated translation: Catalan by qualitatuvic


Changes from 3.23.7 (build 201006) to 3.24.0 (build 201013) October 12, 2020
+New feature: E-Mail bodies allow now for more than 64kb size when using MySQL (Carsten Schmitz)
-Fixed issue: Error when too many translations are added to a survey (Carsten Schmitz)
Expand Down

0 comments on commit c6f6d60

Please sign in to comment.