-
Notifications
You must be signed in to change notification settings - Fork 0
Add a reusable activation URL API #181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: bucket/activation-flow-api
Are you sure you want to change the base?
Changes from 10 commits
5af561a
af49f7d
d97364c
7de8400
d3fc2b1
bd1a42a
f4b36ce
d78dad3
1c8efec
0a4a279
dc9f24f
006b85b
081c461
189b9c1
cf6ed65
a5f52f1
7c0651b
bc40333
e203f94
38455b8
f981248
6ebaeef
e58fb2f
11d89ed
ae32efd
4067013
2c50995
f8df048
4735e06
a52253b
d6ebc7b
6375aac
96ade84
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <?php return array('dependencies' => array(), 'version' => 'ab69f34667398c80fadf'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| <?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '15d9bcfeaaf63bae053a'); | ||
| <?php return array('dependencies' => array('react', 'react-dom', 'react-jsx-runtime', 'wp-api-fetch', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n'), 'version' => '3788ff0adcebe4512b9e'); |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <?php return array('dependencies' => array(), 'version' => '9221f4ca9e52af97fee3'); |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| significance: minor | ||
| type: feature | ||
| entry: Licensing data is now refreshed automatically when the Liquid Web portal returns a user to the site after activating, so screens gated on license state are correct on arrival. Host plugins need no code for this; sending the user through an Activation_Url is the whole opt-in | ||
| timestamp: 2026-07-22T00:00:00.000Z |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| significance: minor | ||
| type: feature | ||
| entry: Added a reusable activation URL API. Host plugins can build Liquid Web portal activation URLs from PHP via the Activation_Url service, or in the browser via the shared lw-harbor-activation script, which exposes window.lwHarbor.buildActivationUrl() | ||
| timestamp: 2026-07-22T00:00:00.000Z |
Uh oh!
There was an error while loading. Please reload this page.