Skip to content

Commit

Permalink
My Jetpack: Fix Jetpack AI interstitial on disconnected site (#34834)
Browse files Browse the repository at this point in the history
* Set reasonable backend default values for current and next tier when the site is not connected

* Only show the contact us interstitial if the site is connected, and default next tier to 100 when not connected

* Add changelog file

* Prevent remote requests from Jetpack AI product when the site is not connected

* Create private helper function to check if the site is connected

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7425488464
  • Loading branch information
lhkowalski authored and matticbot committed Jan 5, 2024
1 parent 15a2e7b commit 88e7be6
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => 'd43c03e23065bccdf199');
<?php return array('dependencies' => array('react', 'wp-api-fetch', 'wp-components', 'wp-compose', 'wp-data', 'wp-date', 'wp-element', 'wp-i18n', 'wp-polyfill', 'wp-primitives', 'wp-url'), 'version' => '01f46797d70f60a0fb98');
Loading

0 comments on commit 88e7be6

Please sign in to comment.