Skip to content

Commit

Permalink
Release 5.1.1+210812
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 12, 2021
1 parent 23bd875 commit cb72c80
Show file tree
Hide file tree
Showing 2 changed files with 8 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.14';
$config['versionnumber'] = '5.1.1';
$config['dbversionnumber'] = 470;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30222';
$config['assetsversionnumber'] = '30223';
return $config;
6 changes: 6 additions & 0 deletions docs/release_notes.txt
Expand Up @@ -34,6 +34,12 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.1.0 (build 210811) to 5.1.1 (build 210812) August 12, 2021
-Fixed issue: Error while upgrading the database (Carsten Schmitz)
-Fixed issue: ComfortUpdate not working when one of the files to back up has 0 size (Carsten Schmitz)
-Fixed issue #17506: Error while upgrading a database when using MSSQL (Carsten Schmitz)


Changes from 5.0.13 (build 210804) to 5.1.0 (build 210811) August 11, 2021
+New feature: Add RPC function to delete a response using its ID (#1928) (arnaudbore)
+New feature #17226: Ability to export to SPSS .sav format (#1877) (Adam Zammit)
Expand Down

0 comments on commit cb72c80

Please sign in to comment.