Skip to content

Commit

Permalink
Release 4.1.5+200217
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Feb 17, 2020
1 parent a3f58a0 commit 3cd6199
Show file tree
Hide file tree
Showing 2 changed files with 16 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.1.4';
$config['versionnumber'] = '4.1.5';
$config['dbversionnumber'] = 425;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30119';
$config['assetsversionnumber'] = '30120';
return $config;
14 changes: 14 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,20 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 4.1.4 (build 200214) to 4.1.5 (build 200217) February 17, 2020
-Fixed issue: Notice on survey completion (Carsten Schmitz)
-Fixed issue: Incomplete headers when exporting 'Multiple choice with comment' questions (Carsten Schmitz)
-Fixed issue: #15780: File manager tooltips are wrong (Jessica Höck)
-Fixed issue #15866: Condition designer doesn't work in postgres (Olle Haerstedt)
-Fixed issue #15861: Stat function tests break on postgres (Denis Chenu)
-Fixed issue #15859: Token can be truncated in SPSS export (Tõnis Ormisson)
-Fixed issue #15778: User managment grid view action "take ownership" changes owner immediatly (Eddy Lackmann)
-Fixed issue #15771: Adding users to group using massive action of user management panel exception (Eddy Lackmann)
-Fixed issue #15769: Password has not been saved (Patricia Stelling)
-Fixed issue #15767: Users (super admin user) could change pw using massive action (Eddy Lackmann)
-Fixed issue #15752: 500 error when accessing staticstics on a survey (Eddy Lackmann)


Changes from 4.1.3 (build 200213) to 4.1.4 (build 200214) February 14, 2020
-Fixed issue [security] #15848: Check that filename is not changed before moving/copying (Olle Haerstedt)

Expand Down

0 comments on commit 3cd6199

Please sign in to comment.