From d0545fbc05f13f52a7e9179a82e0de36b15e76f2 Mon Sep 17 00:00:00 2001 From: eddylackmann Date: Mon, 10 Feb 2020 12:35:31 +0100 Subject: [PATCH] Release 4.1.2+200210 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 26 ++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 8870a631468..8a3131b4eb2 100644 --- a/application/config/version.php +++ b/application/config/version.php @@ -11,10 +11,10 @@ * See COPYRIGHT.php for copyright notices and details. */ -$config['versionnumber'] = '4.1.1'; +$config['versionnumber'] = '4.1.2'; $config['dbversionnumber'] = 425; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30116'; +$config['assetsversionnumber'] = '30117'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 7a5aab3c1c0..5741311ab7d 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,32 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 4.1.1 (build 200203) to 4.1.2 (build 200210) February 10, 2020 +-Fixed issue: Throw exception at empty token value (#1383) (Brendan Kidwell) +-Fixed issue: Missing translation file (Carsten Schmitz) +-Fixed issue: InnoDB typo (SpazzMarticus) +-Fixed issue: HTML editor shows on invite (not in email templates) eventhough text format was activated for survey invitations/reminders (Carsten Schmitz) +-Fixed issue: Avoid undefined variable in AuthLDAP.php (#1380) (orionmcg) +-Fixed issue #15834: Missing permission check in PHP when saving question data (Olle Haerstedt) +-Fixed issue #15816: Order groups when loading them in UpdateGroupList. (#1385) (Jelle Sebreghts) +-Fixed issue #15813: Group name not accessible anymore via RemoteControl (Olle Haerstedt) +-Fixed issue #15756: Debug mode and error : difficult to analyse page (#1374) (Denis Chenu) +-Fixed issue #15341: color switches yes/no on/off are wrong (Patricia Stelling) +#Updated translation: Spanish (Spain) by jmlopez +#Updated translation: Spanish (Argentina) by MeryKilicMeT19 +#Updated translation: Spanish (Argentina) (Informal) by MeryKilicMeT19 +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Italian by c_schmitz, lfanfoni +#Updated translation: Italian (Informal) by c_schmitz, lfanfoni +#Updated translation: German by nietzschean, c_schmitz +#Updated translation: German by c_schmitz +#Updated translation: French (France) by DenisChenu +#Updated translation: Finnish by Jmantysalo +#Updated translation: Croatian by c_schmitz, Apach3, rovinj, dominikvitt +#Updated translation: Catalan by qualitatuvic + + Changes from 4.1.0 (build 200128) to 4.1.1 (build 200203) February 3, 2020 -Fixed issue #15808: Images in mailing not converted to CID (#1381) (Denis Chenu) -Fixed issue #15794: Question in LS Expression (replacementfields) show question from next group (#1379) (Denis Chenu)