From 7aaebcbbfc33f9cb532e695f358b416a53fb0a1e Mon Sep 17 00:00:00 2001 From: lacrioque Date: Fri, 6 Sep 2019 10:44:52 +0200 Subject: [PATCH] Release 3.17.16+190906 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 9 +++++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 582f2249e05..5f883a8ae7f 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,9 +12,9 @@ */ -$config['versionnumber'] = '3.17.15'; +$config['versionnumber'] = '3.17.16'; $config['dbversionnumber'] = 359; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '30097'; +$config['assetsversionnumber'] = '30098'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 3c8fec355e1..917f4a6162a 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,15 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.17.15 (build 190903) to 3.17.16 (build 190906) September 6, 2019 +-Fixed issue: breaking js issues on IE11 (lacrioque) +-Fixed issue : No save button when add Question (Denis Chenu) +-Fixed issue #15229: Subquestions do not have GID changed once the parent question is moved (lacrioque) +-Fixed issue #15228: This survey throw a Error when try to print (#1317) (Denis Chenu) +-Fixed issue #15227: Unable to Delete Questions (lacrioque) +-Fixed issue #15221: unable to send mail to participants - apache handler error 403 (Denis Chenu) + + Changes from 3.17.14 (build 190902) to 3.17.15 (build 190903) September 3, 2019 Fixed issue #15207: Settings and Structure tabs are broken - no action happens