Skip to content

Commit

Permalink
Release 6.3.2+231031
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 30, 2023
1 parent 9d474b2 commit ccef498
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '6.3.1';
$config['versionnumber'] = '6.3.2';
$config['dbversionnumber'] = 616;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30359';
$config['assetsversionnumber'] = '30360';
return $config;
30 changes: 30 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,36 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 6.3.1 (build 231023) to 6.3.2 (build 231031) October 30, 2023
-Fixed issue updates/Update_614.php should not hide privacyinfo option exists (Kevin Foster)
-Fixed issue updates/Update_614.php should not assume template config options is an object (Kevin Foster)
-Fixed issue statistics fails to count multi choice when encrypted (Kevin Foster)
-Fixed issue #19188: CSS problems in survey permissions after reload (#3569) (Matthew)
-Fixed issue #19183: No editing possible after setting the survey background (#3560) (Matthew)
-Fixed issue #19181: Array[Number] statistics infinite loop when step is set to 0 (#3563) (Matthew)
-Fixed issue #19177: Not able to change admin theme (#3548) (Matthew)
-Fixed issue #19169: [security] Privilege escalation to edit survey (#3547) (Denis Chenu)
-Fixed issue #19163: [security] Reflected XSS in HtmlEditorPop - Bypassing XSS sanitization function (#3565) (Gabriel Jenik)
-Fixed issue #19161: Invalid adminemail/bounce_email address in lss results in white screen on import (#3556) (Gabriel Jenik)
-Fixed issue #19140: Problem with viewing LimeSurvey notifications (#3523) (Matthew)
-Fixed issue #19132: Icon selection in the "Dashboard editor/create box" does not work (#3515) (Matthew)
-Fixed issue #19107: [security] Superadmin can update any admin's information (#3495) (Denis Chenu)
-Fixed issue #19101: Array by Column Has Incorrect Table Row/Column Ids (#3500) (Matthew)
-Fixed issue #19093: [security] Improper Authorization in Import Question function (#3513) (Gabriel Jenik)
-Fixed issue #19085: Theme Options with an on/off switch are not disabled when page loads (#3558) (Matthew)
-Fixed issue #19057: incorrect handling of wrong input in create dummy participant form (#3567) (Matthew)
-Fixed issue #18436: RPC API - Inviting members with invalid language sends them an email but they're not marked as invited (#3571) (Denis Chenu)
#Updated translation: Turkish by kayazeren
#Updated translation: Slovak by jelen1
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Finnish by Jmantysalo
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Catalan by qualitatuvic


Changes from 6.3.0 (build 231016) to 6.3.1 (build 231023) October 23, 2023
-Fixed issue: Failed emails resend vars column needs to be mediumtext for mysql (#3545) (Tim Willig)
-Fixed issue: Adding cldr "fr_lu" for lb language (twilligls)
Expand Down

0 comments on commit ccef498

Please sign in to comment.