Skip to content

Commit

Permalink
release 4.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dgershman committed Jul 3, 2023
1 parent 25489b0 commit bdb8aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/_includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
if (isset($_GET["CallSid"])) {
insertSession($_GET["CallSid"]);
}
$GLOBALS['version'] = "4.2.9";
$GLOBALS['version'] = "4.2.10";
$GLOBALS['settings_allowlist'] = [
'announce_servicebody_volunteer_routing' => [ 'description' => '/helpline/announce_servicebody_volunteer_routing' , 'default' => false, 'overridable' => true, 'hidden' => false],
'blocklist' => [ 'description' => '/general/blocklist' , 'default' => '', 'overridable' => true, 'hidden' => false],
Expand Down

0 comments on commit bdb8aff

Please sign in to comment.