Skip to content

Commit

Permalink
Release 5.6.64+240516
Browse files Browse the repository at this point in the history
  • Loading branch information
ptelu committed May 15, 2024
1 parent 2f32d91 commit 9e72b04
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -11,10 +11,10 @@
* See COPYRIGHT.php for copyright notices and details.
*/

$config['versionnumber'] = '5.6.63';
$config['versionnumber'] = '5.6.64';
$config['dbversionnumber'] = 499;
$config['buildnumber'] = '';
$config['updatable'] = true;
$config['templateapiversion'] = 3;
$config['assetsversionnumber'] = '30378';
$config['assetsversionnumber'] = '30379';
return $config;
4 changes: 4 additions & 0 deletions docs/release_notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Thank you to everyone who helped with this new release!

CHANGE LOG
------------------------------------------------------
Changes from 5.6.63 (build 240508) to 5.6.64 (build 240516) May 15, 2024
-Fixed issue #18821: Public url is not used for SURVEYURL (#3371) (Gabriel Jenik)


Changes from 5.6.62 (build 240507) to 5.6.63 (build 240508) May 8, 2024
Added end-of-life notification - see https://manual.limesurvey.org/LimeSurvey_roadmap

Expand Down

0 comments on commit 9e72b04

Please sign in to comment.