Skip to content

Releases: alleyinteractive/apple-news

v2.0.4-built

31 Mar 18:39
Compare
Choose a tag to compare

A version of v2.0.4 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, minus some development and wiki image files, and is suitable for inclusion via submodule.

v2.0.4

31 Mar 18:37
1e5ec58
Compare
Choose a tag to compare
  • Bump "tested up to" tag to 5.4.
  • Upgrades node version used for compiling assets to version 12, and patches vulnerabilities reported via npm audit.
  • Adds TikTok compatibility to the generic embed handler (props to @hrkhal for the fix).
  • Fixes an undefined property notice when there is an error but no error message (props to @khoipro for the fix).
  • Adds size attributes to select fields and API configuration fields for better readability (props to @paulschreiber for the fix).
  • Fixes a bug where captions were not being correctly read from images.
  • Adds a warning for the isPaid flag to prevent confusion if a channel is not set up for paid content.
  • Fixes a bug where settings are not initialized to an array when the plugin is loaded via code.

v2.0.3-built

03 Oct 00:59
Compare
Choose a tag to compare

A version of v2.0.3 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, minus some development and wiki image files, and is suitable for inclusion via submodule.

v2.0.3

03 Oct 00:58
b6c4b5f
Compare
Choose a tag to compare
  • Bugfix: Resolves fatal error when trying to load posts that aren't active in some cases.

v2.0.2-built

30 Sep 18:39
Compare
Choose a tag to compare

A version of v2.0.2 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, minus some development and wiki image files, and is suitable for inclusion via submodule.

v2.0.2

30 Sep 18:37
43df1c4
Compare
Choose a tag to compare
  • Bugfix: Adds check for some 5.0.0+ functions before attempting to execute.
  • Bugfix: Adds fallback and additional checks for sidebarPlugin retrieval of post meta.
  • Bugfix: Only makes REST request for post save when Gutenberg is enabled.
  • Enhancement: Enqueues block editor scripts with enqueue_block_editor_assets.

v2.0.1-built

03 Sep 19:49
Compare
Choose a tag to compare

A version of v2.0.1 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, minus some development and wiki image files, and is suitable for inclusion via submodule.

v2.0.1

03 Sep 19:45
34c1a39
Compare
Choose a tag to compare
  • Bugfix: Including the built pluginSidebar.js files with the WordPress.org distribution which were erroneously left off.

v2.0.0-built

03 Sep 18:36
Compare
Choose a tag to compare

A version of v2.0.0 that contains pre-built JavaScript assets for Gutenberg. This version matches what is deployed to WordPress.org, minus some development and wiki image files, and is suitable for inclusion via submodule.

v2.0.0

03 Sep 18:35
f6ca734
Compare
Choose a tag to compare
  • Enhancement: Adds full support for Gutenberg. If Gutenberg is active for a post, uses a Gutenberg PluginSidebar to house all of the Apple News options rather than a metabox. Also adds support for new HTML generated by Gutenberg, including various embeds.
  • Enhancement: Adds support for the isPaid flag to indicate that a post is part of News+ and requires a subscription to view.
  • Enhancement: Set the default for Use Remote Images to Yes, as this should be the setting that all publishers use now that Apple News supports remote image URLs.
  • Bugfix: Refreshes the nonce after re-authenticating to prevent data loss when Gutenberg is not active. Props to @hrkhal for the fix.