Release#1340
Open
Soare-Robert-Daniel wants to merge 16 commits into
Open
Conversation
…egisters before render-facade fires (#1319) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…es the delayed script loader Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Background schedule/refresh invokes the upload handler with no logged-in user and VISUALIZER_DO_NOT_DIE set. Since Feb 2026 uploadData() also requires edit_posts/edit_post, so the scheduled import silently returned and charts stopped auto-updating. Gate the two capability checks on $can_die so they apply to real web requests only; trusted internal calls (the only context that defines VISUALIZER_DO_NOT_DIE, never from request input) proceed. Web path and the nonce check are unchanged. Fixes Codeinwp/visualizer-pro#590 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
|
Make sure you've reviewed the |
Contributor
fix: scheduled CSV refresh runs without a logged-in user
Fix lazy-rendered charts staying blank on script load-order race
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog