Skip to content

Commit

Permalink
Merge pull request #717 from Freemius/feature/supported-localhost-url…
Browse files Browse the repository at this point in the history
…s-updates

[localhost-url] Updated the supported localhost site URLs (added supp…
  • Loading branch information
fajardoleo authored Jul 2, 2024
2 parents a441b57 + 9d01cf5 commit 5feee60
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 5feee60

Please sign in to comment.