From 7a387a46143c181b2f24bc932c95996c5f23b950 Mon Sep 17 00:00:00 2001 From: lime-marc Date: Mon, 3 Feb 2020 11:07:20 +0100 Subject: [PATCH] Release 4.1.1+200203 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 15 +++++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index e8a39996414..8870a631468 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.0'; +$config['versionnumber'] = '4.1.1'; $config['dbversionnumber'] = 425; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30115'; +$config['assetsversionnumber'] = '30116'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index be5f4fbe18c..7a5aab3c1c0 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,21 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +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) +-Fixed issue #15791: Can't load a lengthy label set, buttons not visible (lacrioque) +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Italian by lfanfoni +#Updated translation: Italian (Informal) by lfanfoni +#Updated translation: German by eddylackmann +#Updated translation: French (France) by eddylackmann +#Updated translation: Dutch by c_schmitz, Han, kpadm +#Updated translation: Dutch (Informal) by c_schmitz, Han, coeneisma +#Updated translation: Catalan by qualitatuvic + + Changes from 4.0.1 (build 200120) to 4.1.0 (build 200128) January 28, 2020 +New feature: question code live validation (lacrioque) +New feature #15706: Support PHP 7.4 (Olle Haerstedt)