mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-11 18:46:03 +09:00
Update changelog
This commit is contained in:
@@ -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.
|
* `.featured` is appended to the large image output directly above the post/page content.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
* WordPress 5.0, tested up to 5.2
|
* WordPress 5.0, tested up to 5.3
|
||||||
* the Genesis Framework
|
* the Genesis Framework
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
@@ -256,8 +256,10 @@ Similar hooks:
|
|||||||
|
|
||||||
### 3.2.0
|
### 3.2.0
|
||||||
* added: blocks for featured term, featured content type, and featured author
|
* 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: shortcode/block validation
|
||||||
|
* updated: new minimum WordPress version is 5.0
|
||||||
|
|
||||||
### 3.1.2
|
### 3.1.2
|
||||||
* fixed: posts page checks for title and post meta
|
* fixed: posts page checks for title and post meta
|
||||||
|
|||||||
+3
-1
@@ -216,14 +216,16 @@ Similar hooks:
|
|||||||
|
|
||||||
== Upgrade Notice ==
|
== 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 ==
|
== Changelog ==
|
||||||
|
|
||||||
= 3.2.0 =
|
= 3.2.0 =
|
||||||
* added: blocks for featured term, featured content type, and featured author
|
* 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
|
* changed: backstretch variables filter now allows for slideshow/slider output
|
||||||
* updated: shortcode/block validation
|
* updated: shortcode/block validation
|
||||||
|
* updated: new minimum WordPress version is 5.0
|
||||||
|
|
||||||
= 3.1.2 =
|
= 3.1.2 =
|
||||||
* fixed: posts page checks for title and post meta
|
* fixed: posts page checks for title and post meta
|
||||||
|
|||||||
Reference in New Issue
Block a user