Skip to content

Commit

Permalink
Release 4.5.2+210426
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 26, 2021
1 parent daffcfc commit 248c4c0
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.5.1';
$config['versionnumber'] = '4.5.2';
$config['dbversionnumber'] = 444;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30201';
$config['assetsversionnumber'] = '30202';
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.5.1 (build 210420) to 4.5.2 (build 210426) April 26, 2021
-Fixed issue: Question theme should not be deletable if it is used in a survey (Patrick Teichmann)
-Fixed issue: Group table name is not escaped for PostgreSQL in quick translation view (Olle Haerstedt)
-Fixed issue #15653: Dark Sky admin theme : Item texts hardly visible in hover (Jessica Höck)
-Fixed issue #17264: Validuntil and validfrom fields don't allow just date (without time) aynmore (Carsten Schmitz)
-Fixed issue #17257: Can't edit question code of activated survey (Olle Haerstedt)
-Fixed issue #17247: Zip file name should not matter for question theme zip import (Olle Haerstedt)
-Fixed issue #17235: Token additional attributes are blank after editing (#1845) (Gabriel Jenik)
-Fixed issue #17112: Uploading files at quick translation feature using integrated editor fails with permission error (Olle Haerstedt)
-Fixed issue #17100: New question will be added to the wrong group (#1847) (Gabriel Jenik)
-Fixed issue #16669: getQuestionAttributes function don't get the plugins attribute (#1850) (Gabriel Jenik)
-Fixed issue #16606: Blank page after granting user groups survey permissions (Jessica Höck)
#Updated translation: Portuguese (Portugal) by c_schmitz, mauriciofurtado, holch, femariso, soniagouveia, marcelovincenzi, samarta
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Italian by lfanfoni
#Updated translation: Italian (Informal) by lfanfoni
#Updated translation: Finnish by Jmantysalo
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Croatian by rovinj
#Updated translation: Amharic by c_schmitz


Changes from 4.5.0 (build 210412) to 4.5.1 (build 210420) April 19, 2021
-Fixed issue: Don't validate boolean attribute as integer for question theme (Olle Haerstedt)
-Fixed issue: Add missing default sort order for question theme grid view (Olle Haerstedt)
Expand Down

0 comments on commit 248c4c0

Please sign in to comment.