Skip to content

Commit

Permalink
Release 6.5.3+240415
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Apr 15, 2024
1 parent 21ee1e3 commit 0eb5ddc
Show file tree
Hide file tree
Showing 2 changed files with 27 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'] = '6.5.2';
$config['versionnumber'] = '6.5.3';
$config['dbversionnumber'] = 623;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30384';
$config['assetsversionnumber'] = '30385';
return $config;
25 changes: 25 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,31 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 6.5.2 (build 240402) to 6.5.3 (build 240415) April 15, 2024
-Fixed issue: Survey general settings error message with more detail (#3809) (K Foster)
-Fixed issue: Reduced chunk size to avoid memory-size crashes on survey archive exports (#3812) (lajosarpad)
-Fixed issue: Missing mbstring library requirement was not properly checked during installation (Carsten Schmitz)
-Fixed issue: Missing link in footer of index page (Carsten Schmitz)
-Fixed issue #19514: File Upload, scrolling not possible on mobile (#3810) (Gabriel Jenik)
-Fixed issue #19408: Users can activate a survey without groups and questions (#3808) (Gabriel Jenik)
#Updated translation: Turkish by bulent, kayazeren
#Updated translation: Slovak by jelen1
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Nepali by limeguy
#Updated translation: Malay by aidi.ahmi
#Updated translation: Korean by modernity4r
#Updated translation: Japanese by d_inoue, nomoto
#Updated translation: Greek by kajetan
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by Akaer, c_schmitz
#Updated translation: Finnish by Jmantysalo
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Catalan by qualitatuvic
#Updated translation: Amharic by tibor.pacalat


Changes from 6.5.1 (build 240320) to 6.5.2 (build 240402) April 2, 2024
-Fixed issue: Wrong caption for function that prompts to set up 2FA after login (Carsten Schmitz)
-Fixed issue #19484: File upload question - max_num_of_files problem (#3794) (Gabriel Jenik)
Expand Down

0 comments on commit 0eb5ddc

Please sign in to comment.