From ff461246b2d9eec44e8610000a4c73dcd113b1a2 Mon Sep 17 00:00:00 2001 From: LouisGac Date: Tue, 31 Jul 2018 14:25:03 +0200 Subject: [PATCH] Release 3.14.1+180731 --- application/config/version.php | 2 +- docs/release_notes.txt | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 519c291664a..8ce255c89b7 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,7 +12,7 @@ */ -$config['versionnumber'] = '3.14.0'; +$config['versionnumber'] = '3.14.1'; $config['dbversionnumber'] = 355; $config['buildnumber'] = ''; $config['updatable'] = true; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 91e6fb1c03f..d783a83c07b 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,10 +35,13 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 3.14.0 (build 180709) to 3.14.1 (build 180731) July 31, 2018 +-Fixed issue: wrong permission check in survey theme selector. (LouisGac) + Changes from 3.13.2 (build 180709) to 3.14.0 (build 180730) July 30, 2018 -New feature: allow template to replace question template twig file (Denis Chenu) -New feature: allow to use EM code for subquestions in prefilling (Denis Chenu) --New feature: massive action to change theme of surveys (LouisGac) +-New feature: massive action to change theme of surveys (LouisGac) -Fixed issue: colon typo (Iko) -Fixed issue #13693: strange translation quote (Markus Flür) -Fixed issue #13702: beforeCloseHtml event removed (Denis Chenu) @@ -170,7 +173,7 @@ Changes from 3.12.2 (build 180625) to 3.12.3 (build 180627) June 27, 2018 #Updated translation: Russian by vipgroup #Updated translation: Turkish by kayazeren - + Changes from 3.12.1 (build 180616) to 3.12.2 (build 180625) June 25, 2018 -Fixed issue #12640: Unable to update lang when registering (before fill mandatory values) (Dominik Vitt) -Fixed issue #12688: Global Settings are not applied to survey settings when creating a new survey (Dominik Vitt)