-
Notifications
You must be signed in to change notification settings - Fork 1
Bugfix: multisite token logic #51
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: main
Are you sure you want to change the base?
Conversation
… in subfolder mode
Add expired message filter
Bugfix/empty domain
update the get_license_key function to be able to get from a file
Co-authored-by: Justin <defunctl@users.noreply.github.com>
Co-authored-by: Justin <defunctl@users.noreply.github.com>
Add caching to a false response for is auth to prevent requests every page load.
get_transient doesn't return an integer, so we need to store and test against a string
fix for cache miss
Bugfix/api base url filter
|
@defunctl do you know what (if anything) is blocking this being reviewed and merged? We could use it for: https://github.com/iconicwp/iconic-core/pull/50#issuecomment-3670503301 |
Hey @dave-green-uk Basically I created this for Kadence in a hurry to launch the AI licensing. Because it's such a major change, I'm not sure how many sites it could affect/break if merged. I just know that Kadence does currently uses this branch in production. |
Main Changes
This PR completely changes the way Uplink treats multisite installations. See the new multisite licensing documentation.
Other