diff --git a/includes/entities/class-fs-site.php b/includes/entities/class-fs-site.php index 05e3f824..9b35f328 100755 --- a/includes/entities/class-fs-site.php +++ b/includes/entities/class-fs-site.php @@ -202,7 +202,7 @@ 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.co' ) || fs_ends_with( $subdomain, '.instawp.link' ) || fs_ends_with( $subdomain, '.instawp.xyz' ) ) || // 10Web Hosting ( fs_ends_with( $subdomain, '-dev.10web.site' ) || fs_ends_with( $subdomain, '-dev.10web.cloud' ) ) ); @@ -220,6 +220,8 @@ static function is_playground_wp_environment_by_host( $host ) { // Services aimed at providing a WordPress sandbox environment. $sandbox_wp_environment_domains = array( // InstaWP + 'instawp.co', + 'instawp.link', 'instawp.xyz', // TasteWP diff --git a/start.php b/start.php index 2daccd6f..7615ebaa 100644 --- a/start.php +++ b/start.php @@ -15,7 +15,7 @@ * * @var string */ - $this_sdk_version = '2.12.2.2'; + $this_sdk_version = '2.12.2.3'; #region SDK Selection Logic --------------------------------------------------------------------