Skip to content

Releases: alleyinteractive/apple-news

v2.3.3-built

09 Nov 16:46
Compare
Choose a tag to compare

A version of v2.3.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.3.3

09 Nov 16:34
a462e3f
Compare
Choose a tag to compare
  • Enhancement: Tested up to WordPress 6.1.
  • Experimental: Added opt-in filters for deleting posts that have been unpublished.

v2.3.2-built

14 Mar 15:33
Compare
Choose a tag to compare

A version of v2.3.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.3.2

14 Mar 15:27
ec67f91
Compare
Choose a tag to compare
  • Bugfix: Fixes a bug where the layout body-layout-last is not added to the list of layouts if the body content ends with something other than a paragraph.
  • Bugfix: Fixes a bug where galleries were no longer being properly converted to Apple News Format due to a change in gallery markup that was introduced in WordPress 5.8.
  • Bugfix: Fixes an issue with enqueueing the Gutenberg PluginSidebar script on Windows webservers.
  • Bugfix: Fixes an error in class-components.php if the function is called with an empty list of components.

v2.3.1-built

29 Dec 20:54
Compare
Choose a tag to compare

A version of v2.3.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.3.1

29 Dec 20:39
d4cac9e
Compare
Choose a tag to compare
  • Bugfix: Fixes an issue where images with different URLs but the same filename are bundled with the same name when not using remote images, which can lead to images appearing out of order.

v2.3.0-built

25 Oct 20:01
Compare
Choose a tag to compare

A version of v2.3.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.3.0

25 Oct 19:53
0cc1d22
Compare
Choose a tag to compare
  • 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

20 Aug 20:31
Compare
Choose a tag to compare

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

20 Aug 20:24
78636fd
Compare
Choose a tag to compare
  • 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.