Skip to content

Commit

Permalink
Release 5.6.38+230919
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 18, 2023
1 parent 954cf68 commit a564acb
Show file tree
Hide file tree
Showing 2 changed files with 23 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'] = '5.6.37';
$config['versionnumber'] = '5.6.38';
$config['dbversionnumber'] = 498;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30352';
$config['assetsversionnumber'] = '30353';
return $config;
21 changes: 21 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,27 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.37 (build 230905) to 5.6.38 (build 230919) September 18, 2023
-Fixed issue #19037: [security] Reflected XSS in LimeSurvey via userid parameter (#3412) (Gabriel Jenik)
-Fixed issue #18995: [security] Confidentiality issue about username (#3368) (Gabriel Jenik)
-Fixed issue #18981: Using ngT to translate plurals loads wrong locale folder (#3326) (Gabriel Jenik)
-Fixed issue #18978: User is able to change survey group's code that is by default unchangeable (#3401) (Gabriel Jenik)
-Fixed issue #18942: Roles - Permissions Modal is too narrow (#3320) (Gabriel Jenik)
-Fixed issue #18593: Float attributes are not supported anymore (#3202) (Gabriel Jenik)
-Fixed issue #18494: TypeError during demo survey "ls205_em_tailoring" (#3441) (Gabriel Jenik)
#Updated translation: Turkish by bulent, kayazeren
#Updated translation: Swedish by maxzomborszki
#Updated translation: Spanish (Spain) by ireneoh
#Updated translation: Slovak by jelen1
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Japanese by nomoto
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1


Changes from 5.6.36 (build 230830) to 5.6.37 (build 230905) September 4, 2023
-Fixed issue #19036: Stored XSS via user's username (#3394) (Gabriel Jenik)
-Fixed issue #18905: Create automatic test for XSS Purifier: Broken HTML (#3410) (Gabriel Jenik)
Expand Down

0 comments on commit a564acb

Please sign in to comment.