Skip to content

Commit

Permalink
Release 3.22.8+200309
Browse files Browse the repository at this point in the history
  • Loading branch information
eddylackmann committed Mar 9, 2020
1 parent bab4f46 commit 4746699
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '3.22.7';
$config['versionnumber'] = '3.22.8';
$config['dbversionnumber'] = 359;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30122';
$config['assetsversionnumber'] = '30123';
return $config;
7 changes: 7 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 3.22.7 (build 200225) to 3.22.8 (build 200309) March 9, 2020
-Fixed issue: Save button in Questioneditor keeps loading (Patrick Teichmann)
-Fixed issue: Language selector overlaps other elements when resizing screen at survey creation (Carsten Schmitz)
-Fixed issue #15920: PHP notice when submit a survey with refurl (#1394) (Denis Chenu)
-Fixed issue #12131: Config parameter filterout_incomplete_answers does not seem to work anymore (Carsten Schmitz)


Changes from 3.22.6 (build 200219) to 3.22.7 (build 200225) February 24, 2020
-Fixed issue #15900: unable set a question theme for Equation question type (Denis Chenu)
-Fixed issue #15889: Quota names not displayed in overview (Patrick Teichmann)
Expand Down

0 comments on commit 4746699

Please sign in to comment.