-
Notifications
You must be signed in to change notification settings - Fork 136
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
[Merl 1256] Bug fix. Generate Autosave is missing from Post/Page Previews #1644
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
03b36c0
Fix: (faustwp) Fix autosave in preview links.
theodesp c1fc632
Chore: Changeset
theodesp 62064d5
Chore: Update deps
theodesp b6b51bb
Security: Fix Axios Advisory
theodesp 8237064
WIP
theodesp bf7f6e3
Add rest_prepare_post and rest_prepare_page callbacks to fix autoupdate.
theodesp 13cea51
Merge branch 'canary' into MERL-1256
theodesp 678437c
Lint: PHPCS update
theodesp c38e688
Lint: Revert phpcs update
theodesp dd692a4
Testing: Attempt to update codeception.
theodesp f5a41f4
WIP: Revert last commit
theodesp 5935113
Build: Revert package-lock and composer.lock
theodesp e3b4aa3
Tests: Add unit tests for filters.
theodesp 2043b0e
Merge branch 'canary' into MERL-1256
theodesp 68df58a
Update ReplacementCallbacksTests.php
theodesp 6d7431e
Chore: Revert composer.json
theodesp 03c0257
WIP: Debug testing CI/CD
theodesp 7f4c960
WIP: Debugging CI/CD
theodesp 4e4344d
WIP: CI/CD debug
theodesp 98d84e1
WIP: Debug CI/CD
theodesp d6fbf56
WIP: Cleanup risky test
theodesp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@faustwp/wordpress-plugin': patch | ||
--- | ||
|
||
Bug Fix: Fixed missing call to autosave when using Post/Page previews. |
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DOM modifications are not allowed under a React managed DOM