Update changelog

This commit is contained in:
Robin Cornett
2019-10-25 12:29:37 -04:00
parent cfae7166e7
commit a61b38201d
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -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
+3 -1
View File
@@ -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