Skip to content

Commit d593d57

Browse files
Added InstaWP new TLDs as valid develop domains
1 parent 84cc094 commit d593d57

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

includes/entities/class-fs-site.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ static function is_localhost_by_address( $url ) {
202202
// Vendasta
203203
( fs_ends_with( $subdomain, '.websitepro-staging.com' ) || fs_ends_with( $subdomain, '.websitepro.hosting' ) ) ||
204204
// InstaWP
205-
fs_ends_with( $subdomain, '.instawp.xyz' ) ||
205+
(fs_ends_with( $subdomain, '.instawp.co' ) || fs_ends_with( $subdomain, '.instawp.link' ) || fs_ends_with( $subdomain, '.instawp.xyz' ) ) ||
206206
// 10Web Hosting
207207
( fs_ends_with( $subdomain, '-dev.10web.site' ) || fs_ends_with( $subdomain, '-dev.10web.cloud' ) )
208208
);

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.12.2.2';
18+
$this_sdk_version = '2.12.2.3';
1919

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

0 commit comments

Comments
 (0)