diff --git a/application/config/version.php b/application/config/version.php index 3c0c5fca939..c1fcd14100f 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,10 +12,10 @@ */ -$config['versionnumber'] = '3.22.14'; +$config['versionnumber'] = '3.22.15'; $config['dbversionnumber'] = 359; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30129'; +$config['assetsversionnumber'] = '30130'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 3c3a1240117..31680cbed89 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,11 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.22.14 (build 200423) to 3.22.15 (build 200505) May 4, 2020 +-Fixed issue: RemoteControl leaves webserver session open (Carsten Schmitz) +-Fixed issue: Cannot save general settings if a scale ID is not correct in a subquestion (Carsten Schmitz) + + Changes from 3.22.13 (build 200415) to 3.22.14 (build 200423) April 23, 2020 -Fixed issue: Very high memory usage when importing TSV files (Carsten Schmitz) -Fixed issue: Expressions not being properly validated & highlighted in email templates when using 'Validate expression' function (Carsten Schmitz)