From 49ecb1dc8509d385f966f197c9aaf41202262eac Mon Sep 17 00:00:00 2001 From: Carsten Schmitz Date: Thu, 22 Jun 2017 15:36:13 +0200 Subject: [PATCH] Release 2.67.0 Build 170622 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 527f9aa27cc..56c32877a97 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -12,11 +12,11 @@ *150413 */ -$config['versionnumber'] = '2.66.0'; +$config['versionnumber'] = '2.67.0'; $config['dbversionnumber'] = 263; $config['buildnumber'] = ''; $config['updatable'] = true; -$config['assetsversionnumber'] = '2660'; +$config['assetsversionnumber'] = '2670'; return $config; ?> diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 03032bba16a..05ce4176dda 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -35,6 +35,22 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 2.66.0 (build 170619) to 2.67.0 (build 170622) June 22, 2017 +-New feature: Opting out of a survey requires a one-click confirmation (Carsten Schmitz) +-Fixed issue #12476: Quicktranslation tabs not working (markusfluer) +-Fixed issue: convertDateTimeFormat gets wrong fromdateformat in survey list (Olle Haerstedt) +#Updated translation: Catalan by qualitatuvic +#Updated translation: Chinese (Simplified) by yanglaw +#Updated translation: French (France) by arnaud21 +#Updated translation: Hungarian by kkd +#Updated translation: Japanese by nomoto +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Portuguese (Brazil) by mauriciofurtado +#Updated translation: Portuguese (Portugal) by samarta +#Updated translation: Turkish by kayazeren + + Changes from 2.65.6 (build 170615) to 2.66.0 (build 170619) June 19, 2017 -New feature #12468: EM placeholder {SID} in email templates (Denis Chenu) -Fixed issue #12101: Placeholder "TOKEN" does not work in Equation question (Denis Chenu)