Skip to content

Commit

Permalink
Release 5.6.37+230905
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 4, 2023
1 parent 0d558f3 commit cc035ce
Show file tree
Hide file tree
Showing 2 changed files with 18 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.36';
$config['versionnumber'] = '5.6.37';
$config['dbversionnumber'] = 498;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30351';
$config['assetsversionnumber'] = '30352';
return $config;
16 changes: 16 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,22 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
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)
-Fixed issue #18610: Email attachments expose absolute path when exporting LSS (#3392) (Gabriel Jenik)
-Fixed issue #18602: When surveys are copied without copying attachments, attachment info is copied but not updated (#3418) (Gabriel Jenik)
-Fixed issue #18557: Email Template Attachments appear to carry over with copied survey, but do not work (#3403) (Gabriel Jenik)
#Updated translation: Spanish (Spain) by ireneoh
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: French (France) by DenisChenu
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Czech by jelen1
#Updated translation: Chinese (Simplified) by Bobo001, c_schmitz, huageorg, johnxan, microk, yanglaw, Zoctan
#Updated translation: Catalan by qualitatuvic


Changes from 5.6.35 (build 230822) to 5.6.36 (build 230830) August 28, 2023
-Fixed issue: input-on-demand arrow-row-icon arrow-down typo (Kevin Foster)
-Fixed issue #19028: Send email only to participants with partial responses - should not be available for anonymous surveys (Kevin Foster)
Expand Down

0 comments on commit cc035ce

Please sign in to comment.