Skip to content

Commit edb5aa1

Browse files
authored
Hotfix v0.21.4 (alexjustesen#1755)
* disabled checkForInternetConnection * bumped build info
1 parent c06d249 commit edb5aa1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/Jobs/Speedtests/ExecuteOoklaSpeedtest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,9 @@ protected function checkForInternetConnection(): bool
117117
{
118118
$url = config('speedtest.ping_url');
119119

120+
// TODO: skip checking for internet connection, current validation does not take into account different host formats and ip addresses.
121+
return true;
122+
120123
// Skip checking for internet connection if ping url isn't set (disabled)
121124
if (blank($url)) {
122125
return true;

config/speedtest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
'build_date' => Carbon::parse('2024-10-09'),
88

9-
'build_version' => 'v0.21.3',
9+
'build_version' => 'v0.21.4',
1010

1111
/**
1212
* General settings.

0 commit comments

Comments
 (0)