From a61b38201dc664b663239264a6a365f0b7bca56c Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Fri, 25 Oct 2019 12:29:37 -0400 Subject: [PATCH] Update changelog --- README.md | 6 ++++-- readme.txt | 4 +++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 369b3e8..394e1a1 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ __Display Featured Image for Genesis__ has some styling built in but I have inte * `.featured` is appended to the large image output directly above the post/page content. ## Requirements -* WordPress 5.0, tested up to 5.2 +* WordPress 5.0, tested up to 5.3 * the Genesis Framework ## Installation @@ -256,8 +256,10 @@ Similar hooks: ### 3.2.0 * added: blocks for featured term, featured content type, and featured author -* fixed: output when multiple widgets/blocks are displayed +* changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size +* changed: backstretch variables filter now allows for slideshow/slider output * updated: shortcode/block validation +* updated: new minimum WordPress version is 5.0 ### 3.1.2 * fixed: posts page checks for title and post meta diff --git a/readme.txt b/readme.txt index 2915aa0..6a715dc 100644 --- a/readme.txt +++ b/readme.txt @@ -216,14 +216,16 @@ Similar hooks: == Upgrade Notice == -3.2.0: the featured image widgets are now available as blocks! +3.2.0: featured image widgets are now available as blocks; banner image size has been changed due to WordPress 5.3 changes == Changelog == = 3.2.0 = * added: blocks for featured term, featured content type, and featured author +* changed: plugin's registered image size is being replaced in 5.3, so new images will be used at that size * changed: backstretch variables filter now allows for slideshow/slider output * updated: shortcode/block validation +* updated: new minimum WordPress version is 5.0 = 3.1.2 = * fixed: posts page checks for title and post meta