diff --git a/application/config/version.php b/application/config/version.php index b4cbe702541..2182dd7196c 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -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; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 2609ea13a6a..ad13ccf9200 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -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)