forked from 10up/distributor
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Master #1
Merged
Merged
Master #1
Conversation
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
Store the original post_parent ID in post meta to make it easier to restore parent/child relationships after push/pull. See #44
The connection id differs depending on whether we are pushing or pulling.
Adds the connection ID to the internal and external connection classes and push and pull ui.
…image processing from normal media processing.
…new filter around setting media on pulled internal posts, to match the one we have on pushed internal posts.
…tch internal pulling. Update docs.
…red image only but can select featured plus attached. Make sure this value sets the proper filter, allowing developer control over the media handling.
… the set_media function, to only use the featured image by default. Doing it on the set_media function allows whatever site is actually receiving the content to decide what to do with images, instead of the sending site.
… class, to return available post types.
…. Use this to output a list of post types we can pull. Use the post type selected in our pull query.
…n the pull screen, that will reload the page with the proper post type selected.
…ge in our media array that we still process that. If we don't have any featured images, make sure we set our media array to empty.
…e. Save the list of post types we can pull on the connection object, so we can access this later. Modify the JS to use the filter button instead of a select change.
…e release folder. See #216
Fixes incorrect sanitization for admin search
Add Distributor plugin icon to plugin update UI
Fix: subscription authentication
Use a loose `array_search` for featured image setting
Release 1.3.2
Fix rest invalid signature
Blacklist `_wp_attachment_metadata` from `set_meta()`. Fixes #237
Release 1.3.3
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.
No description provided.