Skip to content

Commit

Permalink
Release 5.3.4+220309
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Mar 8, 2022
1 parent 9f53546 commit 085f7fa
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'] = '5.3.3';
$config['versionnumber'] = '5.3.4';
$config['dbversionnumber'] = 484;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30263';
$config['assetsversionnumber'] = '30264';
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 5.3.3 (build 220307) to 5.3.4 (build 220309) March 8, 2022
-Fixed issue: Font is looking different for various question types in statistics response filter (#2085) (Gabriel Jenik)
-Fixed issue: Duplicate ComfortUpdate checker plugin (#2276) (Tim Willig)
-Fixed issue #17935: See only general settings on global and group survey settings (Olle Haerstedt)
-Fixed issue #17927: Error on database update when using Postgres (Carsten Schmitz)
-Fixed issue #17926: No quotas adjustable (#2280) (Gabriel Jenik)
-Fixed issue #17873: Remote Control `delete_language` fails to remove language (#2235) (Edgar Ramírez)
-Fixed issue #17844: Deleting or adding in the middle of a loaded label set not possible (#2279) (Gabriel Jenik)
-Fixed issue #17677: Valid TSV file can not be used in VV import (#2273) (Denis Chenu)
#Updated translation: Spanish (Spain) by DarioRoig, Ignacio, ignaciogros, ireneoh, segui
#Updated translation: Japanese by d_inoue, nomoto
#Updated translation: Catalan by qualitatuvic


Changes from 5.3.2 (build 220302) to 5.3.3 (build 220307) March 7, 2022
-Fixed issue #17773: Code name change while we updated from Edit Question screen (encuestabizdevgit)
#Updated translation: Spanish (Spain) by aesteban, c_schmitz, DarioRoig, Ignacio, ignaciogros, ireneoh, segui, valdomir, xtingray
Expand Down

0 comments on commit 085f7fa

Please sign in to comment.