Skip to content

Commit

Permalink
Release 3.27.25+211116
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 15, 2021
1 parent 959b968 commit 2da2014
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/config/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
*/


$config['versionnumber'] = '3.27.24';
$config['versionnumber'] = '3.27.25';
$config['dbversionnumber'] = 365;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30216';
$config['assetsversionnumber'] = '30217';
return $config;
11 changes: 11 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,17 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 3.27.24 (build 211108) to 3.27.25 (build 211116) November 15, 2021
-Fixed issue: Database error when importing participants and language string is too long (Carsten Schmitz)
-Fixed issue: Database error when deleting a participant from CPDB and connected survey participant tables (Carsten Schmitz)
-Fixed issue #17676: Survey End URL Description gets scrambled if using html special chars (#2124) (Gabriel Jenik)
-Fixed issue #17500: When mass-deleting, list survey names and ids to be deleted (#2100) (Gabriel Jenik)
-Fixed issue #17202: SPSS Export issues (Tõnis Ormisson)
#Updated translation: Czech by jelen1
#Updated translation: Czech (Informal) by jelen1
#Updated translation: Croatian by rovinj


Changes from 3.27.23 (build 211102) to 3.27.24 (build 211108) November 8, 2021
-Fixed issue #T136: Error message needs rewording (#2135) (Gabriel Jenik)
-Fixed issue #17632: Basic and detailed admin notification email fails (encuestabizdevgit)
Expand Down

0 comments on commit 2da2014

Please sign in to comment.