From f323b86128a14a667f501cd56edd986d1f047e7f Mon Sep 17 00:00:00 2001 From: olleharstedt Date: Mon, 21 Jun 2021 10:25:37 +0200 Subject: [PATCH] Release 5.0.5+210621 --- application/config/version.php | 4 ++-- docs/release_notes.txt | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/application/config/version.php b/application/config/version.php index 26536703207..2a54e58c62e 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'] = '5.0.4'; +$config['versionnumber'] = '5.0.5'; $config['dbversionnumber'] = 449; $config['buildnumber'] = ''; $config['updatable'] = true; $config['templateapiversion'] = 3; -$config['assetsversionnumber'] = '30211'; +$config['assetsversionnumber'] = '30212'; return $config; diff --git a/docs/release_notes.txt b/docs/release_notes.txt index 39f16634767..0bb14df40a6 100644 --- a/docs/release_notes.txt +++ b/docs/release_notes.txt @@ -34,6 +34,20 @@ Thank you to everyone who helped with this new release! CHANGE LOG ------------------------------------------------------ +Changes from 5.0.4 (build 210614) to 5.0.5 (build 210621) June 21, 2021 +-Fixed issue #17371: Only a maximum of 100 characters can be entered in the heading for the question groups (Olle Haerstedt) +-Fixed issue #17368: Failed Login Attempt locks out all users when behind nginx proxy (Olle Haerstedt) +-Fixed issue #17366: Dual Matrix - Dynamic generation of row labels is broken (Olle Haerstedt) +-Fixed issue #17360: Cannot save display theme option button size for bootstrap button question type (#1921) (Gabriel Jenik) +-Fixed issue #17351: Also check that GD implement jpeg support (#1918) (Gabriel Jenik) +-Fixed issue #17276: 500: Internal Server Error - Call to a member function format() on bool (#1916) (Gabriel Jenik) +-Fixed issue #17038: templateurl placeholder not being replaced (#1925) (Gabriel Jenik) +#Updated translation: Portuguese (Portugal) by marcelovincenzi, samarta +#Updated translation: Polish by elissa +#Updated translation: Polish (Informal) by elissa +#Updated translation: Finnish by Jmantysalo + + Changes from 5.0.3 (build 210609) to 5.0.4 (build 210614) June 14, 2021 -Fixed issue: Renamed Config menu entries (Jessica Höck) -Fixed issue: Page Header and TopBar: Surveys - Create Survey (Jessica Höck)