From b8f36420215992f653f05603aede35d914f8b793 Mon Sep 17 00:00:00 2001 From: Daniele Alessandra Date: Thu, 30 Oct 2025 10:13:23 +0100 Subject: [PATCH 1/2] Added InstaWP new TLDs as valid develop domains --- includes/entities/class-fs-site.php | 2 +- start.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/entities/class-fs-site.php b/includes/entities/class-fs-site.php index 05e3f824..83b29ca8 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' ) ) ); 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 -------------------------------------------------------------------- From 34b52edb154aca8bc310539bc586ff1e5398499b Mon Sep 17 00:00:00 2001 From: Leo Fajardo Date: Thu, 30 Oct 2025 17:49:28 +0800 Subject: [PATCH 2/2] [sandbox-sites] Also update the playground environment subdomains with the new ones for InstaWP's additional staging TLDs. --- includes/entities/class-fs-site.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/entities/class-fs-site.php b/includes/entities/class-fs-site.php index 83b29ca8..9b35f328 100755 --- a/includes/entities/class-fs-site.php +++ b/includes/entities/class-fs-site.php @@ -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