Skip to content

Commit

Permalink
Release 4.5.0+210412
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 12, 2021
1 parent cbb5d5a commit 5a5cb59
Show file tree
Hide file tree
Showing 2 changed files with 26 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'] = '4.4.16';
$config['versionnumber'] = '4.5.0';
$config['dbversionnumber'] = 444;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30199';
$config['assetsversionnumber'] = '30200';
return $config;
24 changes: 24 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,30 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 4.4.16 (build 210406) to 4.5.0 (build 210412) April 12, 2021
+New feature: Autodetection of path in SPSS syntax (#1297) (Joost1982)
+New feature #16832: Add user group functions to LimeSurveyAPI (Florian Döring)
+New feature #16777: Add list_survey_groups to RemoteControl API (#1660) (Gabriel Jenik)
+New feature #13853: Allow test & basic feedback of the email functionality. (#1769) (Gabriel Jenik)
-Fixed issue: Stata export now properly supports UTF-8 charset (小白)
-Fixed issue #17230: Inconsistent 'willRun' state of the survey when Start date is undefined (Carsten Schmitz)
-Fixed issue #17221: Check data integrity crash with SQL error when # is use in the name of field (Olle Haerstedt)
-Fixed issue #17195: When attaching PDF to email invitation, full path is kept as value of a hidden input (#1816) (Gabriel Jenik)
-Fixed issue #17191: Remove unsused libraries (#1814) (Gabriel Jenik)
-Fixed issue #17188: {GROUPNAME} and other variables not rendered (#1821) (Gabriel Jenik)
-Fixed issue #17158: Question type: List (Radio) does not save state (Olle Haerstedt)
-Fixed issue #17126: encrypted question causes error when multiple groups are used or question by question mode is activated (Patrick Teichmann)
-Fixed issue #17120: After picking a new question theme, the settings are not properly updated (#1842) (Gabriel Jenik)
-Fixed issue #17093: Unable to fix invalid survey after import bad TSV (#1774) (Denis Chenu)
-Fixed issue #17082: text display in plain italics not possible (#1787) (Gabriel Jenik)
-Fixed issue #16958: User with roles can not have more rights (#1835) (Gabriel Jenik)
-Fixed issue #16782: Survey groups : theme options: same theme name appear multiple time in list (#1823) (Gabriel Jenik)
-Fixed issue #15892: "List with comment" appears as unanswered in question index if comment is not given (Fabian Lehner)
-Fixed issue #15819: Missing localization for group_name in add_group, set_group_properties, import_group (#1793) (Gabriel Jenik)
-Fixed issue # 17207: When attaching using the theme editor, full path is displayed on the screen (#1841) (Gabriel Jenik)
-Fixed issue #17093: Unable to fix invalid survey after import bad TSV (Denis Chenu)


Changes from 4.4.15 (build 210329) to 4.4.16 (build 210406) April 6, 2021
-Fixed issue: Repeat headings count was off by one for first block of subqestions (Carsten Schmitz)
-Fixed issue #17213: Admin backend: Color of selected options is confusing - Admin Theme Sunset Orange (Jessica Höck)
Expand Down

0 comments on commit 5a5cb59

Please sign in to comment.