Skip to content

Commit

Permalink
Release 6.1.2+230606
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 5, 2023
1 parent e078342 commit d9b74f2
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 @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '6.1.0';
$config['versionnumber'] = '6.1.2';
$config['dbversionnumber'] = 606;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30338';
$config['assetsversionnumber'] = '30339';
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 6.1.1 (build 230530) to 6.1.2 (build 230606) June 5, 2023
-Fixed issue #18823: STATA Export fails with certain question types (#3148) (Oz-men)
-Fixed issue #18814: Array question statistics fail for Remote Control. (#3165) (Gabriel Jenik)
-Fixed issue #18808: Mandatory soft only works once per survey if over multiple pages/groups (#3119) (Denis Chenu)
-Fixed issue #18737: Missing response action: View response as queXML PDF (#3042) (Adam Zammit)
-Fixed issue #18720: Script show as updatable for simple user with XSS (#3145) (Denis Chenu)
-Fixed issue #17491: Multiple Short Text subquestions missing from Export Printable Survey (#3135) (Adam Zammit)
#Updated translation: Valencian by c_schmitz, joamuran, vbraque
#Updated translation: Turkish by kayazeren
#Updated translation: Spanish (Spain) by ireneoh
#Updated translation: Slovak by jelen1
#Updated translation: Norwegian (Bokmål) by pmonstad
#Updated translation: Japanese by d_inoue, nomoto
#Updated translation: French (France) by DenisChenu
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Catalan by mymast, qualitatuvic


Changes from 6.1.0 (build 230522) to 6.1.1 (build 230530) May 30, 2023
-Fixed issue: [security] Unsafe way to detect IP address against brute-force attacks (Carsten Schmitz)
-Fixed issue: Editing a quota shows that it was saved, while it was not (Carsten Schmitz)
Expand Down

0 comments on commit d9b74f2

Please sign in to comment.