Skip to content

Commit

Permalink
Release 6.4.7+240219
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Feb 19, 2024
1 parent 04643f2 commit 695e3e6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '6.4.6';
$config['versionnumber'] = '6.4.7';
$config['dbversionnumber'] = 623;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30374';
$config['assetsversionnumber'] = '30375';
return $config;
24 changes: 24 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,30 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 6.4.6 (build 240212) to 6.4.7 (build 240219) February 19, 2024
-Fixed issue: Untranslated string in optin/optout screen (Carsten Schmitz)
-Fixed issue: Survey language consistency is checked even though only one language exists (Carsten Schmitz)
-Fixed issue: Slow performance when saving a survey with more than one language (#3739) (Carsten Schmitz)
-Fixed issue: Partial missing frontend validation on answer option codes (Carsten Schmitz)
-Fixed issue: Integrity check very slow when having a lot of surveys (#3744) (Carsten Schmitz)
-Fixed issue: Error message "Call to undefined method stdClass::decrypt()" when deleting a participant while using that to fill out the survey (Carsten Schmitz)
-Fixed issue: Avoiding session reset upon database preview (#3745) (lajosarpad)
-Fixed issue #LB-126: Prevent template removal when the files are temporarily unavailable (#3726) (lajosarpad)
-Fixed issue #19399: Survey does not show translated text when on register page(#3732) (Denis Chenu)
-Fixed issue #19392: Partial missing frontend validation on subquestion codes (#3729) (Denis Chenu)
-Fixed issue #19383: When export multiple choice filtered : loose N/A value (#3718) (Denis Chenu)
-Fixed issue #19359: JS error in console about CKeditor (#3730) (Gabriel Jenik)
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Mongolian by amidral
#Updated translation: Korean by modernity4r
#Updated translation: Japanese by d_inoue
#Updated translation: Italian by sielte
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz
#Updated translation: Finnish by Jmantysalo
#Updated translation: Catalan by qualitatuvic


Changes from 6.4.5 (build 240205) to 6.4.6 (build 240212) February 12, 2024
-Fixed issue #CR-1397: error in vue js code, resulting in sidebar events not being executed (#3728) (Patrick Teichmann)
-Fixed issue #19396: Upgrade failure encountered at migration 620 (#3724) (Mohab Elsheikh)
Expand Down

0 comments on commit 695e3e6

Please sign in to comment.