From 51d0abc8c5b30afdc6f459d7ea380790fbb9d2eb Mon Sep 17 00:00:00 2001 From: Matthew Ell Date: Thu, 25 Jan 2024 11:15:21 -0500 Subject: [PATCH 1/2] Move PostPicker below InnerBlocks Avoid potentially conflicts between BlockControl Toolbar --- blocks/post/edit.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/post/edit.tsx b/blocks/post/edit.tsx index c4c4d3b8..96de24be 100644 --- a/blocks/post/edit.tsx +++ b/blocks/post/edit.tsx @@ -83,6 +83,7 @@ export default function Edit({ }, )} > + {isParentOfSelectedBlock || isSelected ? ( ) : null} - ); } From 8b7f9c7bf187d77d58d25116ab109ca113eb025c Mon Sep 17 00:00:00 2001 From: Matthew Ell Date: Thu, 25 Jan 2024 11:21:38 -0500 Subject: [PATCH 2/2] Bump version --- CHANGELOG.md | 4 ++++ wp-curate.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82079db3..c0bd6a7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `WP Curate` will be documented in this file. +## 1.5.1 - 2023-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. diff --git a/wp-curate.php b/wp-curate.php index 640eea08..d15634c0 100644 --- a/wp-curate.php +++ b/wp-curate.php @@ -3,7 +3,7 @@ * Plugin Name: WP Curate * Plugin URI: https://github.com/alleyinteractive/wp-curate * Description: Plugin to curate homepages and other landing pages - * Version: 1.5.0 + * Version: 1.5.1 * Author: Alley Interactive * Author URI: https://github.com/alleyinteractive/wp-curate * Requires at least: 6.4