Skip to content

Commit 9d01cf5

Browse files
committed
[localhost-url] Updated the supported localhost site URLs (added support for 10Web Hosting).
1 parent a441b57 commit 9d01cf5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

includes/entities/class-fs-site.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,9 @@ static function is_localhost_by_address( $url ) {
201201
// Vendasta
202202
( fs_ends_with( $subdomain, '.websitepro-staging.com' ) || fs_ends_with( $subdomain, '.websitepro.hosting' ) ) ||
203203
// InstaWP
204-
fs_ends_with( $subdomain, '.instawp.xyz' )
204+
fs_ends_with( $subdomain, '.instawp.xyz' ) ||
205+
// 10Web Hosting
206+
( fs_ends_with( $subdomain, '-dev.10web.site' ) || fs_ends_with( $subdomain, '-dev.10web.cloud' ) )
205207
);
206208
}
207209

start.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
* @var string
1717
*/
18-
$this_sdk_version = '2.7.3';
18+
$this_sdk_version = '2.7.3.1';
1919

2020
#region SDK Selection Logic --------------------------------------------------------------------
2121

0 commit comments

Comments
 (0)