From 015c22866b890d69f3a6f38204581b376fac39c6 Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 3 Jan 2022 13:53:30 +0100 Subject: [PATCH] Release 3.27.31+220104 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 764e6d4830c..8306bb9fcbf 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '3.27.30'; +$config['versionnumber'] = '3.27.31'; $config['dbversionnumber'] = 365; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30222'; +$config['assetsversionnumber'] = '30223'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index ef480f24d73..d55d30776a1 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,13 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.27.30 (build 211222) to 3.27.31 (build 220104) January 3, 2022 +-Fixed issue [security] #17793: Non filtred HTML shown for Question Attribute (#2184) (Denis Chenu) +-Fixed issue [security] #17792: XSS in token browse (#2186) (Denis Chenu) +-Fixed issue #17794: Language attribute are not shown in question summary (Denis Chenu) +#Updated translation: Turkish by kayazeren + + Changes from 3.27.29 (build 211214) to 3.27.30 (build 211222) December 21, 2021 -Fixed issue #17527: Validate before using updateAll (#2159) (Gabriel Jenik) #Updated translation: Polish by elissa