Skip to content

Commit

Permalink
Release 6.0.6+230508
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed May 8, 2023
1 parent 3cc2163 commit 96dadb8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '6.0.5';
$config['versionnumber'] = '6.0.6';
$config['dbversionnumber'] = 605;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30334';
$config['assetsversionnumber'] = '30335';
return $config;
21 changes: 21 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,27 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 6.0.5 (build 230502) to 6.0.6 (build 230508) May 8, 2023
-Fixed issue: Cannot add survey menu when using PHP8 (#3115) (Patricia Stell)
-Fixed issue CR-1119: Saving change disables active status for theme option page (#3104) (Tim Willig)
-Fixed issue #18747: User administration email - reserved words send 403 error (Denis Chenu)
-Fixed issue #18744: Window of user permissions is not adapting to space needed by languages. (#3075) (Gabriel Jenik)
-Fixed issue #18739: ComfortUpdate notification not being shown (#3102) (Gabriel Jenik)
-Fixed issue #18679: API access to question type array dual scale merges scales if answer code is not unique (#3049) (Gabriel Jenik)
-Fixed issue #18639: Token browse can be unusable with lot of data in attribute (#3082) (Denis Chenu)
-Fixed issue #18635: When you export single response : sometimes goes to a white page (#3090) (Denis Chenu)
-Fixed issue #18612: When surveys are copied without copying resources links are not handled (#3009) (Gabriel Jenik)
-Fixed issue #18456: Interface language parameter use exotic dropdown list. (#3067) (Gabriel Jenik)
-Fixed issue #18343: Problem with interpreting double slash in URL (IIS) (#3087) (Denis Chenu)
#Updated translation: Slovak by jelen1
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Japanese by d_inoue
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1


Changes from 6.0.4 (build 230427) to 6.0.5 (build 230502) May 2, 2023
-Fixed issue: Very slow survey start if a lot of quotas exist (Carsten Schmitz)
-Fixed issue #18786: Error shown when token length is set to 36 characters (Carsten Schmitz)
Expand Down

0 comments on commit 96dadb8

Please sign in to comment.