Skip to content

Commit

Permalink
Release 3.27.10+210803
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 3, 2021
1 parent 3b348d7 commit 6ec8dc5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '3.27.9';
$config['versionnumber'] = '3.27.10';
$config['dbversionnumber'] = 365;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30201';
$config['assetsversionnumber'] = '30202';
return $config;
19 changes: 19 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,25 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 3.27.9 (build 210726) to 3.27.10 (build 210803) August 3, 2021
-Fixed issue: [security] Resuming a survey may load wrong data (Carsten Schmitz)
-Fixed issue: Security issues found by Michael Mazzolini (Olle Haerstedt)
-Fixed issue #17432: Group randomization shuffles only questions from first group (Gabriel Jenik)
-Fixed issue #17432: Group randomization shuffles only questions from first group (#1987) (Gabriel Jenik)
-Fixed issue #17148: Publication & access control settings - Start Date / Expiry Date Picker inaccessible in resized browser window (#1984) (Gabriel Jenik)
-Fixed issue #17480: Unable to reload with token + persistence + allow edit (Denis Chenu)
-Fixed issue #17367: Survey policy error not show in vanilla (Denis Chenu)
-Fixed issue: Privacy was not shown in all in one survey (Denis Chenu)
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni, Microchip
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Croatian by rovinj


Changes from 3.27.8 (build 210721) to 3.27.9 (build 210726) July 26, 2021
-Fixed issue #17470 [security]: Arbitrary file read in participant functionality (Olle Haerstedt, Michael Mazzolini)
-Fixed issue #17469 [security]: SQL injection in participants (editShareInfo) (Olle Haerstedt, Michael Mazzolini)
Expand Down

0 comments on commit 6ec8dc5

Please sign in to comment.