Skip to content

Commit

Permalink
[localhost-url] Updated the supported localhost site URLs (added supp…
Browse files Browse the repository at this point in the history
…ort for 10Web Hosting).
  • Loading branch information
fajardoleo committed Jul 2, 2024
1 parent a441b57 commit 9d01cf5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion includes/entities/class-fs-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,9 @@ static function is_localhost_by_address( $url ) {
// Vendasta
( fs_ends_with( $subdomain, '.websitepro-staging.com' ) || fs_ends_with( $subdomain, '.websitepro.hosting' ) ) ||
// InstaWP
fs_ends_with( $subdomain, '.instawp.xyz' )
fs_ends_with( $subdomain, '.instawp.xyz' ) ||
// 10Web Hosting
( fs_ends_with( $subdomain, '-dev.10web.site' ) || fs_ends_with( $subdomain, '-dev.10web.cloud' ) )
);
}

Expand Down
2 changes: 1 addition & 1 deletion start.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*
* @var string
*/
$this_sdk_version = '2.7.3';
$this_sdk_version = '2.7.3.1';

#region SDK Selection Logic --------------------------------------------------------------------

Expand Down

0 comments on commit 9d01cf5

Please sign in to comment.