Skip to content

v2.1.1

Compare
Choose a tag to compare
@kevinfodness kevinfodness released this 01 Mar 20:31
· 945 commits to develop since this release
183192c
  • 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.
  • Bugfix: Replaces admin sections error display function.
  • Bugfix: Updates pluginSidebar sections default values to prevent save errors in some cases.
  • Bugfix: Outdated links to Apple News docs have been replaced with their modern equivalents.