Skip to content

Commit

Permalink
Release 5.0.5+210621
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 21, 2021
1 parent 65c2c14 commit f323b86
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Expand Up @@ -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;
14 changes: 14 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -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)
Expand Down

0 comments on commit f323b86

Please sign in to comment.