Skip to content

Commit

Permalink
[staging-url] Updated the supported WP Engine staging URLs with an ad…
Browse files Browse the repository at this point in the history
…ditional subdomain pattern.
  • Loading branch information
fajardoleo authored and swashata committed Aug 7, 2024
1 parent 6bbee31 commit 8285a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions includes/entities/class-fs-site.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ static function is_localhost_by_address( $url ) {
fs_ends_with( $subdomain, '.staging.wpengine.com' ) ||
fs_ends_with( $subdomain, '.dev.wpengine.com' ) ||
fs_ends_with( $subdomain, '.wpengine.com' ) ||
fs_ends_with( $subdomain, '.wpenginepowered.com' ) ||
// Pantheon
( fs_ends_with( $subdomain, 'pantheonsite.io' ) &&
( fs_starts_with( $subdomain, 'test-' ) || fs_starts_with( $subdomain, 'dev-' ) ) ) ||
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.4.1';
$this_sdk_version = '2.7.4.2';

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

Expand Down

0 comments on commit 8285a8a

Please sign in to comment.