Skip to content

Commit

Permalink
Release 5.1.11+210920
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Sep 20, 2021
1 parent 58098d1 commit 42cd010
Show file tree
Hide file tree
Showing 2 changed files with 11 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.1.10';
$config['versionnumber'] = '5.1.11';
$config['dbversionnumber'] = 475;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30236';
$config['assetsversionnumber'] = '30237';
return $config;
9 changes: 9 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,15 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.1.10 (build 210913) to 5.1.11 (build 210920) September 20, 2021
-Fixed issue: Prevent failed saving when users enters too many characters for survey title in quick translation (Carsten Schmitz)
-Fixed issue: "List question groups" menu item not properly working after update (Carsten Schmitz)
-Fixed issue #17590: Role reseted after checkintegrity (#2036) (Gabriel Jenik)
-Fixed issue #17509: when exporting/importing surveys as "Tab-separated-values" encryption settings are lost (Patrick Teichmann)
-Fixed issue #17454: Unable to remove a user with survey permissions with friendly url enabled (#2037) (Gabriel Jenik)
-Fixed issue #14370: QueXML export (Print answers) of a ranking question showing name of available options instead of "Rank #" (#2033) (Adam Zammit)


Changes from 5.1.9 (build 210912) to 5.1.10 (build 210913) September 9, 2021
-Fixed issue: Remove prefix from database update (Olle Haerstedt)
-Fixed issue #17578: PSPP reports warnings when opening SPSS SAV file using Export to SAV (#2034) (Adam Zammit)
Expand Down

0 comments on commit 42cd010

Please sign in to comment.