Skip to content

Commit

Permalink
Release 5.0.8+210712
Browse files Browse the repository at this point in the history
  • Loading branch information
thedirtypanda committed Jul 12, 2021
1 parent b2bfc30 commit c4adbac
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'] = '5.0.7';
$config['versionnumber'] = '5.0.8';
$config['dbversionnumber'] = 449;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30214';
$config['assetsversionnumber'] = '30215';
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 5.0.7 (build 210628) to 5.0.8 (build 210712) July 12, 2021
+New feature: Hide question attributes with setting the hidden option to '1' in the xml file (Patrick Teichmann)
-Fixed issue: Warning message on condition editor is showing if relevance is 1, but should not (Carsten Schmitz)
-Fixed issue #17386: Missing curly brackets for expression input field(#1944) (Gabriel Jenik)
-Fixed issue #17361: Upgrade from 3.14.6 to version 5.0.3 fails (Olle Haerstedt)
-Fixed issue #17357: Database upgrade from 3.27.2 to latest 5.0.3 fails (missing default value) (Olle Haerstedt)
-Fixed issue #17356: Error [SQL Server]IDENTITY_INSERT is already ON for table 'limesurvey_quota_languagesettings' when using quotas and MSSQL (Carsten Schmitz)
-Fixed issue #14726: LanguageSelector national language (Olle Haerstedt)
#Updated translation: Turkish by kayazeren
#Updated translation: Portuguese (Portugal) by cassiofs, femariso, fermacedo, holch, lucaspcs, marciojv, mauriciofurtado, samarta, tamiel
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Finnish by Jmantysalo
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han
#Updated translation: Czech by c_schmitz, jelen1
#Updated translation: Czech (Informal) by jelen1, slansky
#Updated translation: Croatian by rovinj
#Updated translation: Catalan by qualitatuvic
#Updated translation: Azerbaijani by c_schmitz


Changes from 5.0.6 (build 210625) to 5.0.7 (build 210628) June 28, 2021
-Fixed issue #17394: Sharing a participant does not work in CPDB (Carsten Schmitz)
-Fixed issue #17389: Giving Surveys in group permission didn't work (#1934) (Denis Chenu)
Expand Down

0 comments on commit c4adbac

Please sign in to comment.