Skip to content

Latest commit

 

History

History
71 lines (38 loc) · 1.94 KB

CHANGELOG.md

File metadata and controls

71 lines (38 loc) · 1.94 KB

Changelog

All notable changes to WP Curate will be documented in this file.

1.6.3 - 2024-02-14

  • Bug Fix: Selecting a post more than once in a Query block causes empty slots at the end.

1.6.2 - 2024-02-08

  • Bug Fix: Add intentional spacing before PostPicker buttons.

1.6.1 - 2024-02-02

  • Make nunomaduro/collision a dev dependency.
  • Switch alleyinteractive/wp-type-extensions to tagged version.

1.6.0 - 2024-01-26

  • Change GitHub actions back to PHP 8.1 so that sites are not required to run 8.2 yet.

1.5.1 - 2024-01-25

  • Bug Fix: Avoid BlockControl toolbar obstructing PostPicker button when Post inner blocks are selected.

1.5.0 - 2023-12-13

  • Enhancement: Bumps tested up to and requires WP to 6.4.

1.4.5 - 2023-12-12

  • Bug fix: Adds support to Windows file path validation with validate_file function.

1.4.4 - 2023-12-04

  • Bug fix: Update to the Parsed_Block new namespace.

1.4.3 - 2023-11-28

1.4.2 - 2023-11-01

  • Bug fix: PHP tax_query wants AND or IN for operator. REST API wants AND or OR.
  • Default operator should be OR/IN.

1.4.1 - 2023-11-01

  • Bug fix: allow blocks when no post type is defined.

1.4.0 - 2023-10-30

  • Bug fix: prevents error if termRelations attribute is not set.

1.3.0 - 2023-10-26

  • 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.

1.2.0 - 2023-10-26

  • Adds support for AND/OR operators in the Query Parameters, giving more control over what posts to show.

1.1.0 - 2023-09-21

  • Bug fix: prevents error if post type does not support meta.

1.0.0 - 2023-09-19

  • Initial release