Releases: alleyinteractive/apple-news
v2.3.0
- Bugfix: Fixes an issue with some of the example themes where pullquotes would create invalid JSON due to the default-pullquote textStyle not being set. Props to @soulseekah for the fix.
- Bugfix: Fixes an issue where a custom filter is used to make all image URLs root-relative when using featured images to populate the Cover component, which was leading to an INVALID_DOCUMENT error from the News API due to the root-relative URL (e.g., /path/to/my/image.jpg instead of https://example.org/path/to/my/image.jpg).
- Bugfix: Fixes an issue with images not deduping when Jetpack Site Accelerator (Photon) is enabled.
- Bugfix: Synchronizes the list of available fonts to what is actually available.
- Bugfix: Fixes display of date pickers in the article list.
- Bugfix: Fixes apple_news_is_exporting function to make it fire for both downloading JSON in the article list and pushing articles to Apple via the API.
- Bugfix: Fixes an editor crash when using Gutenberg and a custom post type that does not support postmeta (custom-fields).
- Bugfix: Fixes an issue with embedding YouTube and Vimeo videos when using Gutenberg blocks.
- Bugfix: Fixes an issue where making a mistake in customizing JSON results in the custom JSON being reset to the default value rather than the previously saved value.
- Enhancement: Added support for mailto:, music://, musics://, stocks:// and webcal:// links.
- Enhancement: Added an option and a filter for skipping auto-push of posts with certain taxonomy terms.
- Enhancement: Added support for HTML tags when customizing theme JSON.
- Enhancement: Added an author component for author without date.
- Enhancement: Added a date component for date without author byline.
- Enhancement: Added support for determining the aspect ratio of an embedded video based on the value configured on the embed block.
v2.2.2-built
A version of v2.2.2 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, and is suitable for inclusion via submodule.
v2.2.2
- Bugfix: Moved custom metadata fields to the request level rather than the article level to align them with existing metadata properties like isPaid and isHidden.
- Bugfix: Removed JSON alerts setting, as it no longer does anything.
- Enhancement: Shows a confirmation message to the user when channel credentials are successfully saved, since the channel ID, key, and secret fields are no longer visible following the update to using .papi files to configure credentials.
v2.2.1-built
A version of v2.2.1 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, and is suitable for inclusion via submodule.
v2.2.1
- Bugfix: Fixed a bug with
.papi
file upload that occurred when any of the three fields (channel_id, key, secret) contained a character that was not alphanumeric or a hyphen (e.g.,/
), which would cause the field to get cut short, thereby causing API requests to fail.
v2.2.0-built
A version of v2.2.0 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, and is suitable for inclusion via submodule.
v2.2.0
- Enhancement: Added support for HLS video (.m3u8) in thumbnails.
- Enhancement: Added support for custom article metadata.
- Enhancement: Added a slug component (props to @hughiemolloy for the initial work).
- Enhancement: Added support for HTML in headings.
- Enhancement: Added support for uploading .papi files to configure channel credentials.
v2.1.3-built
A version of v2.1.3 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, and is suitable for inclusion via submodule.
v2.1.3
- Enhancement: Added article authors to the
metadata.authors
property so they display in the article listing view on Apple News. - Enhancement: Added a new filter for whether to enable Co-Authors Plus support, which defaults to
true
if thecoauthors
function is defined (the same as the previous behavior, but now the setting is filterable). - Enhancement: Updated the plugin description to more clearly articulate its purpose and intended users.
- Bugfix: Fixed a bug with applying automatic section mappings based on taxonomy in a Gutenberg context.
- Bugfix: Fixed a bug with video metadata parsing related to having a
video
element with asrc
attribute rather thansource
inner elements.
v2.1.2-built
A version of v2.1.2 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, and is suitable for inclusion via submodule.