You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enhancement: Clarifies source of admin messages coming from the plugin to ensure that they say "Apple News."
Enhancement: Adds checks for plugin initialization before making REST responses.
Enhancement: Adds documentation to all hooks, which has been synchronized with the wiki.
Bugfix: Resolves an issue where API information (e.g., article ID) were removed upon save when using the Gutenberg editor, which would cause articles in WordPress to become unlinked from articles in Apple News, and would result in a duplicate article error if publishing again was attempted.
Bugfix: Uses new wp_after_insert_post hook, if available (was added in WP 5.6) to ensure that postmeta and terms are saved before running an autosync to Apple.
Bugfix: Pullquote styles are now being included properly if alignments other than the default are used.
Bugfix: Stops using get_user_attribute on VIP Go, preferring get_user_meta instead.
Bugfix: Resolves an error when using theme preview related to a bad script localization reference.
Bugfix: Ensures that notices are available via the REST API for custom post types.