Releases: alleyinteractive/apple-news
v2.0.6
- Bugfix: Rolled back support for Button elements for now due to a problematic implementation.
v2.0.5-built
A version of v2.0.5 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.5
- Enhancement: Added support for audio, video, and table captions in Gutenberg.
- Enhancement: Adds styles for Button elements that are links.
- Bugfix: Blockquotes using alignments other than left are now properly recognized.
- Bugfix: Facebook URLs inline within other elements no longer getting converted to Facebook embeds.
- Diversity and Inclusion: Replaced instances of "whitelist" with "allowlist" throughout the codebase, change head branch from "master" to "develop". Language matters.
v2.0.4-built
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
- 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
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
- Bugfix: Resolves fatal error when trying to load posts that aren't active in some cases.
v2.0.2-built
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
- 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
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.