From 7ca56a2d35f1c45092b39111b8da58e96dc7a32a Mon Sep 17 00:00:00 2001 From: Matthew Ell Date: Thu, 8 Feb 2024 14:16:59 -0500 Subject: [PATCH 1/2] Flip margin since it appears below the post --- blocks/post/index.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/post/index.scss b/blocks/post/index.scss index 6381d68b..101f61fa 100644 --- a/blocks/post/index.scss +++ b/blocks/post/index.scss @@ -11,7 +11,7 @@ } &__post-picker { - margin-bottom: 0.5rem; + margin-top: 0.5rem; text-align: right; } -} \ No newline at end of file +} From cf70be1a4ade0ecad1f9967af4eea5d9339c98a6 Mon Sep 17 00:00:00 2001 From: Matthew Ell Date: Thu, 8 Feb 2024 14:27:29 -0500 Subject: [PATCH 2/2] Version bump and change log update --- CHANGELOG.md | 4 ++++ wp-curate.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b541bae8..19270bbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to `WP Curate` will be documented in this file. +## 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. diff --git a/wp-curate.php b/wp-curate.php index 03f933e5..fcd91da1 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.6.1 + * Version: 1.6.2 * Author: Alley Interactive * Author URI: https://github.com/alleyinteractive/wp-curate * Requires at least: 6.4