Skip to content

Commit

Permalink
Release 5.6.49+231212
Browse files Browse the repository at this point in the history
  • Loading branch information
c-schmitz committed Dec 11, 2023
1 parent 23795ae commit 74b5d4b
Show file tree
Hide file tree
Showing 2 changed files with 12 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.6.48';
$config['versionnumber'] = '5.6.49';
$config['dbversionnumber'] = 499;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30363';
$config['assetsversionnumber'] = '30364';
return $config;
10 changes: 10 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,16 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.48 (build 231205) to 5.6.49 (build 231212) December 11, 2023
-Fixed issue #CT-540: Quota error when trying to set an answer option for selected quota (Patrick Teichmann)
-Fixed issue #19302: Wrong redirect when directLogin is true (#3660) (Marko Bischof)
#Updated translation: Polish by elissa
#Updated translation: Polish (Informal) by elissa
#Updated translation: Hebrew by michaelkonja59
#Updated translation: Greek by lenasterg
#Updated translation: German by c_schmitz


Changes from 5.6.47 (build 231128) to 5.6.48 (build 231205) December 4, 2023
-Fixed issue #19276: When a user exits on quota, the theme is not applied correctly if "inherits everything" is set to off (#3638) (Gabriel Jenik)
-Fixed issue #19252: [security] Bad permission check when edit quota (#3634) (Denis Chenu)
Expand Down

0 comments on commit 74b5d4b

Please sign in to comment.