All notable changes to WP Curate
will be documented in this file.
- Bug Fix: Selecting a post more than once in a Query block causes empty slots at the end.
- Bug Fix: Add intentional spacing before PostPicker buttons.
- Make nunomaduro/collision a dev dependency.
- Switch alleyinteractive/wp-type-extensions to tagged version.
- Change GitHub actions back to PHP 8.1 so that sites are not required to run 8.2 yet.
- Bug Fix: Avoid BlockControl toolbar obstructing PostPicker button when Post inner blocks are selected.
- Enhancement: Bumps tested up to and requires WP to 6.4.
- Bug fix: Adds support to Windows file path validation with
validate_file
function.
- Bug fix: Update to the
Parsed_Block
new namespace.
- Bug fix: Adds in a temporary fix for alleyinteractive/alley-scripts#473
- Bug fix: Lock nunomaduro/collision at v6.0. Fixes failing tests via Github Actions.
- Bug fix: PHP tax_query wants
AND
orIN
foroperator
. REST API wantsAND
orOR
. - Default operator should be
OR
/IN
.
- Bug fix: allow blocks when no post type is defined.
- Bug fix: prevents error if
termRelations
attribute is not set.
- Only show the blocks and register the meta on supported post types.
- Supported post types defaults to all Block Editor post types, but can be filtered by filtering
wp_curate_supported_post_types
.
- Adds support for AND/OR operators in the Query Parameters, giving more control over what posts to show.
- Bug fix: prevents error if post type does not support meta.
- Initial release