From cc035ce21585ef129c0c598badaa59322fa7b0ff Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 4 Sep 2023 10:53:08 +0200 Subject: [PATCH] Release 5.6.37+230905 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index ea5ef41892e..519293e9fa8 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -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; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 98831e943e0..625b19c12c0 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -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)