From cd19a4a8fbb68a092e66f53f66017860705a0a96 Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 3 Jan 2022 13:47:31 +0100 Subject: [PATCH] Release 5.2.8+220103 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index edb7f4c93ec..7012c0caf34 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.2.7'; +$config['versionnumber'] = '5.2.8'; $config['dbversionnumber'] = 479; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30252'; +$config['assetsversionnumber'] = '30253'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 2035e75a464..0cc28c32fa3 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,17 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.2.7 (build 211221) to 5.2.8 (build 220103) January 3, 2022 +-Fixed issue [security] #17800: Non filtred HTML shown for Question Attribute (#2185) (Denis Chenu) +-Fixed issue [security] #17795: XSS in token browse (#2187) (Denis Chenu) +-Fixed issue #17790: KCFinder Image Browse Server not working due to incorrect cookieDomain (#2176) (Denis Chenu) +-Fixed issue #17765: The order of subquestions is not correct when exporting to printable survey (Carsten Schmitz) +-Fixed issue #17765: The order of subquestions is not correct when exporting to QueMXL/QueMXL PDF (Carsten Schmitz) +-Fixed issue #17725: Unclear error message (#2171) (Gabriel Jenik) +-Fixed issue #17711: Cannot export selected responses (only range) (#2179) (Gabriel Jenik) +-Fixed issue #17799: Language attribute are not shown in question summary (Denis Chenu) + + Changes from 5.2.6 (build 211213) to 5.2.7 (build 211221) December 21, 2021 -Fixed issue: Error shown when re-sending login data (Carsten Schmitz) -Fixed issue #17732: Direct access to response browsing break (#2167) (Gabriel Jenik)