Skip to content

Commit

Permalink
Release 5.3.30+220808
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 8, 2022
1 parent c7fe665 commit 4c41fab
Show file tree
Hide file tree
Showing 2 changed files with 38 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.29';
$config['versionnumber'] = '5.3.30';
$config['dbversionnumber'] = 488;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30291';
$config['assetsversionnumber'] = '30292';
return $config;
36 changes: 36 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,42 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.3.29 (build 220801) to 5.3.30 (build 220808) August 8, 2022
-Fixed issue: Missing 'Soft' mandatory in question summary (Olle Haerstedt)
-Fixed issue: Include bootstrap-rtl for admin themes (Olle Haerstedt)
-Fixed issue #18299: Simple statistics, "Text Display" questions are shown (#2557) (Gabriel Jenik)
-Fixed issue #18298: Saving in question organizer always prompts (#2559) (Gabriel Jenik)
-Fixed issue #18297: Survey permissions menu does not work (Denis Chenu)
-Fixed issue #18288: Can't assign groups to surveys (#2549) (Denis Chenu)
-Fixed issue #18280: Conditions Designer Crash with Database Error (#2548) (Denis Chenu)
-Fixed issue #18271: Blank page after clicking "Close" (#2547) (Gabriel Jenik)
-Fixed issue #18270: Language switch is not repopulated correctly after change question type (#2546) (Gabriel Jenik)
-Fixed issue #18261: Simple statistics, 'Array (5 point choice)' dont show subquestions (#2554) (Gabriel Jenik)
-Fixed issue #18259: Add surveyId to select box (#2519) (Marko Bischof)
-Fixed issue #18249: INSERTANS correction broken when import (#2524) (Gabriel Jenik)
-Fixed issue #18199: Top menu language changer didn't appear for register (#2523) (Gabriel Jenik)
-Fixed issue #18194: Link after import survey goes to subquestion edit (#2522) (Gabriel Jenik)
-Fixed issue #18162: Design options: missing translation / icon (#2552) (Gabriel Jenik)
-Fixed issue #17872: Answerfilters reset after pagination changed (#2437) (Gabriel Jenik)
-Fixed issue #17745: Incomplete instructions to export response data to SPSS using Python (#2555) (Gabriel Jenik)
-Fixed issue #17488: Cannot view survey after updating to version 3.27.9 with custom twig extension (breaks survey) (#2518) (Gabriel Jenik)
-Fixed issue #17135: Activating public statistics option causes json to display (#2545) (Gabriel Jenik)
-Fixed issue #17067: Subquestion Relevance in array by column does not work (#2553) (Gabriel Jenik)
#Updated translation: Turkish by kayazeren
#Updated translation: Thai by tomzt
#Updated translation: Swedish by maxzomborszki
#Updated translation: Spanish (Spain) by ireneoh
#Updated translation: Russian by kvolk2lim, vipgroup, watslaw
#Updated translation: Romanian by cdorin
#Updated translation: Portuguese (Portugal) by samarta
#Updated translation: Lithuanian by simasj
#Updated translation: Japanese by d_inoue, yuasaron
#Updated translation: Hungarian by kkd
#Updated translation: Finnish by Jmantysalo
#Updated translation: Dutch by Han
#Updated translation: Dutch (Informal) by Han


Changes from 5.3.28 (build 220727) to 5.3.29 (build 220801) August 1, 2022
-Fixed issue #18284: Function editlocalsettings seems gone in master branch (#2550) (Gabriel Jenik)
-Fixed issue #18196: Property "Question.same_script" is not defined. (#2469) (Denis Chenu)
Expand Down

0 comments on commit 4c41fab

Please sign in to comment.