From 2ac1280a398c45fb9bc0c8fba71a4cd8be5a822a Mon Sep 17 00:00:00 2001 From: Charlie Guerrero Date: Wed, 19 Feb 2020 13:58:26 -0500 Subject: [PATCH 1/3] fix image caption position for lead in block places the caption under the image rather then under the title on mobile when set to text over iamge --- src/blocks/leadin/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blocks/leadin/index.php b/src/blocks/leadin/index.php index afcf77e5..8e34f04c 100644 --- a/src/blocks/leadin/index.php +++ b/src/blocks/leadin/index.php @@ -116,7 +116,7 @@ function render_block( $attributes ) { - +

From 507de4b59f581ab91340ee82f7d2ae6ed77f529e Mon Sep 17 00:00:00 2001 From: Charlie Guerrero Date: Wed, 19 Feb 2020 13:58:26 -0500 Subject: [PATCH 2/3] fix image caption position for lead in block places the caption under the image rather then under the title on mobile when set to text over iamge --- src/blocks/leadin/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blocks/leadin/index.php b/src/blocks/leadin/index.php index afcf77e5..ee9038be 100644 --- a/src/blocks/leadin/index.php +++ b/src/blocks/leadin/index.php @@ -116,7 +116,7 @@ function render_block( $attributes ) { - +

@@ -154,7 +154,7 @@ function render_block( $attributes ) { - +

From 16e1bbc298c90060766ecdd8f87cc2a3ddd7d926 Mon Sep 17 00:00:00 2001 From: acketon Date: Thu, 20 Feb 2020 13:20:29 -0500 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3814e3a..80fd107a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.2.18 +- Leadin Block: fix image caption position for text-over-image style. This moves the caption up below the photo on small device sizes instead of the caption displaying below the hed/dek of the leadin block. + ## 0.2.17 - Add new End of Article paragraph styles. Refactor to manual paragraph style fixes this issue in r-editorial: https://github.com/bu-ist/r-editorial/issues/876 - Intro Paragraph Block Bugs: