Skip to content

Commit

Permalink
Release 5.6.32+230731
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed Jul 31, 2023
1 parent 46d24da commit 6d59c84
Show file tree
Hide file tree
Showing 2 changed files with 24 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'] = '5.6.31';
$config['versionnumber'] = '5.6.32';
$config['dbversionnumber'] = 498;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30346';
$config['assetsversionnumber'] = '30347';
return $config;
22 changes: 22 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,28 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.31 (build 230718) to 5.6.32 (build 230731) July 31, 2023
-Fixed issue #18974: [security] Stored XSS via user's Full Name (#3301) (Denis Chenu)
-Fixed issue #18967: [security] XSS in User role (#3293) (Denis Chenu)
-Fixed issue #18967: [security] User can import User Roles having permission (#3294) (Denis Chenu)
-Fixed issue #18832: Participants can't re-enter a submitted survey if setting is using "inherit" at participant settings (#3285) (Gabriel Jenik)
-Fixed issue #18573: Insert new box with overlapping position, makes the dashboard to show duplicate boxes (#3298) (Gabriel Jenik)
-Fixed issue #18281: Users in group are not deleted (#3284) (Gabriel Jenik)
-Fixed issue #17992: Unable to reimport tokens from old table (#3219) (Gabriel Jenik)
#Updated translation: Slovak by jelen1
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Khmer by PawelAtroszko
#Updated translation: Japanese by d_inoue, nomoto
#Updated translation: German by c_schmitz, holch
#Updated translation: German by c_schmitz
#Updated translation: German (Informal) by c_schmitz, holch
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Azerbaijani by Soltanali


Changes from 5.6.30 (build 230711) to 5.6.31 (build 230718) July 17, 2023
-Fixed issue: Variable is not an array in STATA export plugin (Olle Haerstedt)
-Fixed issue #18929: Cannot edit data notification entries (#3266) (Gabriel Jenik)
Expand Down

0 comments on commit 6d59c84

Please sign in to comment.