Skip to content

Commit

Permalink
IDC: add ip_requester option (#34753)
Browse files Browse the repository at this point in the history
  • Loading branch information
bindlegirl authored and matticbot committed Jan 17, 2024
1 parent 5cbda15 commit b06487b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This is an alpha version! The changes listed here are not final.

### Added
- Adding support for IDC when site URL is an IP address.

### Changed
- Adjust 'get_site_id()' method to return null if there's no blog ID.

Expand Down
1 change: 1 addition & 0 deletions legacy/class-jetpack-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public static function get_option_names( $type = 'compact' ) {
'dismissed_backup_review_restore', // (bool) Determines if the component review request is dismissed for successful restore requests.
'dismissed_backup_review_backups', // (bool) Determines if the component review request is dismissed for successful backup requests.
'identity_crisis_url_secret', // (array) The IDC URL secret and its expiration date.
'identity_crisis_ip_requester', // (array) The IDC IP address and its expiration date.
'dismissed_welcome_banner', // (bool) Determines if the welcome banner has been dismissed or not.
);
}
Expand Down

0 comments on commit b06487b

Please sign in to comment.