Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Release 4.3.3+200707
  • Loading branch information
eddylackmann committed Jul 6, 2020
1 parent 0af7e3b commit 84da18e
Show file tree
Hide file tree
Showing 2 changed files with 24 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.3.2';
$config['versionnumber'] = '4.3.3';
$config['dbversionnumber'] = 426;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30146';
$config['assetsversionnumber'] = '30147';
return $config;
22 changes: 22 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,28 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 4.3.2 (build 200629) to 4.3.3 (build 200707) July 6, 2020
-Fixed issue #16437: Unable to construct adminsidepanel (Jessica Höck)
-Fixed issue #16434: Special characters shown as HTML entities in sidebar (Gabriel Jenik)
-Fixed issue #16431: Overview of uninstalled themes shows incorrectly parsed theme description (Gabriel Jenik)
-Fixed issue #16397: Switching language without inline policy notice being ticked creates empty responses (Gabriel Jenik)
-Fixed issue #16394: If text too long, data protection statement text not stored (Gabriel Jenik)
-Fixed issue #16379: When debug mode is set, there is an error message displayed on User Roles Page (Gabriel Jenik)
-Fixed issue #16375: Theme with valid config.xml (according to manual) can not be extendable (Denis Chenu)
-Fixed issue #16236: Vanilla survey theme options are not saved (Gabriel Jenik)
-Fixed issue #16219: Testing a question will not be possible if admin participated in the survey (#1458) (Gabriel Jenik)
-Fixed issue #16096: QueXML PDF doesn't show full checkboxes (#1462) (Gabriel Jenik)
-Fixed issue #16088: Access group - see question list at the bottom (Gabriel Jenik)
-Fixed issue #15940: Export as printable - PHP Notice with debug mode on (Gabriel Jenik)
-Fixed issue #15903: Sending email to all group users (copy is sent in cc for every user) (Gabriel Jenik)
#Updated translation: Portuguese (Brazil) by mauriciofurtado
#Updated translation: French (France) by b00z00
#Updated translation: Czech by c_schmitz, slansky, VBraun, jelen1, pcerny
#Updated translation: Czech (Informal) by slansky, jelen1
#Updated translation: Chinese (Taiwan) (Traditional) by Yeeeeeet, TuTu_chen
#Updated translation: Arabic by c_schmitz


Changes from 4.3.1 (build 200623) to 4.3.2 (build 200629) June 29, 2020
-Fixed issue: Various SQL errors when running on MySQL 8 (Carsten Schmitz)
-Fixed issue #15783: Print answers : all is empty (#1442) (Gabriel Jenik)
Expand Down

0 comments on commit 84da18e

Please sign in to comment.