To enable content from your WordPress blog to be published to your Apple News channel, you must obtain and Apple News API credentials from Apple..
Refined the save post hook to register only for post types with Publish to Apple News support to avoid this situation.. 1.4.0.
Set the default publish and delete capabilities to the corresponding post publish and delete capabilities for the post type being edited, rather than requiring manage options.
Added function for determining whether export is happening, which can be used in themes and plugins to change behavior if hook is being executed in the context of Apple News request..
Bugfix Fixed the message warning if article was deleted from iCloud, thereby breaking the linkage between the plugin and Apple News API, to explain why the link was broken..
Bugfix Prevented Apple News API timeouts from causing WordPress install to hang by only using remote request timeouts when making POST request to Apple News API..
Bugfix Fixed version of PHPUnit at 5.7.* for PHP 7.* and 4.8.* for PHP 5.* in Travis configuration to fix bug with incompatibility with PHPUnit 6.
Bugfix Set URL for Apple News API to https news-api apple com everywhere for better adherence to in API docs.
Fixed issue with API response or unreachable endpoint causing the post edit screen to break when trying to load Apple News meta box.. 1.1.4.
Added the ability to set the field size and required attributes on Apple News settings page.
Read more