mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-20 06:53:23 +09:00
Update version, readme
This commit is contained in:
@@ -82,7 +82,7 @@ _Screenshot of a page using the Backstretch Featured Image._
|
||||

|
||||
_Set a Default Featured Image on the Appearance > Display Featured Image for Genesis settings page._
|
||||
|
||||

|
||||

|
||||
_Optionally, set featured images for custom content types, or change plugin behavior for custom content types._
|
||||
|
||||

|
||||
@@ -109,7 +109,9 @@ The scriptless banner image position will ignore the parent container max-height
|
||||
|
||||
### Can I add a Display Featured Image widget to my post or page content?
|
||||
|
||||
Yes. As of version 3.0.0, shortcodes for each widget have been added to the plugin. Shortcodes include:
|
||||
Yes. As of version 3.2.0, blocks have been registered for each widget. Add a featured term, author, or post type block anywhere you can add a block.
|
||||
|
||||
Alternatively, but not as nice: shortcodes for each widget include:
|
||||
|
||||
* displayfeaturedimagegenesis_author
|
||||
* displayfeaturedimagegenesis_term
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
* Plugin Name: Display Featured Image for Genesis
|
||||
* Plugin URI: https://github.com/robincornett/display-featured-image-genesis/
|
||||
* Description: This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways.
|
||||
* Version: 3.2.0beta
|
||||
* Version: 3.2.0
|
||||
* Author: Robin Cornett
|
||||
* Author URI: https://robincornett.com
|
||||
* Text Domain: display-featured-image-genesis
|
||||
|
||||
@@ -18,7 +18,7 @@ class Display_Featured_Image_Genesis_Common {
|
||||
* @var string
|
||||
* @since 1.4.3
|
||||
*/
|
||||
public $version = '3.2.0beta';
|
||||
public $version = '3.2.0';
|
||||
|
||||
/**
|
||||
* @var $instance
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "display-featured-image-genesis",
|
||||
"description": "Display Featured Image for Genesis",
|
||||
"version": "3.2.0beta",
|
||||
"version": "3.2.0",
|
||||
"private": true,
|
||||
"license": "GPL-2.0",
|
||||
"devDependencies": {
|
||||
|
||||
+4
-2
@@ -5,7 +5,7 @@ Donate link: https://robincornett.com/donate/
|
||||
Tags: banner, featured image, featured images, genesis, studiopress, post thumbnails, featured image rss, rss
|
||||
Requires at least: 5.0
|
||||
Tested up to: 5.3
|
||||
Stable tag: 3.2.0beta
|
||||
Stable tag: 3.2.0
|
||||
Requires PHP: 5.6
|
||||
License: GPL-2.0+
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.txt
|
||||
@@ -81,7 +81,9 @@ The scriptless banner image position will ignore the parent container max-height
|
||||
|
||||
= Can I add a Display Featured Image widget to my post or page content? =
|
||||
|
||||
Yes. As of version 3.0.0, shortcodes for each widget have been added to the plugin. Shortcodes include:
|
||||
Yes. As of version 3.2.0, blocks have been registered for each widget. Add a featured term, author, or post type block anywhere you can add a block.
|
||||
|
||||
Alternatively, but not as nice: shortcodes for each widget include:
|
||||
|
||||
* displayfeaturedimagegenesis_author
|
||||
* displayfeaturedimagegenesis_term
|
||||
|
||||
Reference in New Issue
Block a user